Selection-Background-Color
This property allows you to set or retrieve the background color of the currently selected item.
By default the selection background color is assigned by the LAF. If you inquire this default color, the color is returned as an RGB value expressed by a negative number, therefore you should use signed data-items to inquire this property.
See "Color management" for further details.
When the Table-View style is specified, the selection color extends to the whole line, over all the columns.
 
Example - Retrieve the selection background color
procedure division.
...
   inquire screen-1-tv-1 selection-background-color w-color
...