#9FC685

Color #9FC685 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #9FC685

Tints of Gossip #9FC685

Color information

#9FC685 (or 0x9FC685) is unknown color: approx Gossip. HEX triplet: 9F, C6 and 85. RGB value is (159,198,133). Sum of RGB (Red+Green+Blue) = 159+198+133=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC685 is #60397A. Grayscale: #B3B3B3. Windows color (decimal): -6306171 or 8767135. OLE color: 8767135.

HSL color Cylindrical-coordinate representation of color #9FC685: hue angle of 96º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FC685 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB159198133-
CMYK0.2000.330.22
HSL96º36.31%64.9%-
HSV(B)96º32.83%77.65%-
XYZ38.7349.4529.69-
YUV178.93102.08113.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 32.45%
GREEN value IS 198 (77.73% from 255) = 40.41%
BLUE value IS 133 (52.34% from 255) = 27.14%
R=32.45%
G=40.41%
B=27.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1591981330.2000.330.229636.3164.9
Hex9FC6851402116602441
Octal237306205240412614044101
Binary1001111111000110100001011010001000011011011000001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FC685; }

 p { color: rgb(159,198,133); }

 H1.HeaderClassName
 {
   color: #9FC685;
 }
 .AnyTagClassName
 {
   color: #9FC685;
 }
</style>
background-color css

<style>
 a { background-color: #9FC685; }

 a { background-color: rgb(159,198,133); }

 div.DivClassName
 {
   background-color: #9FC685;
 }
 .BgClassName
 {
   background-color: #9FC685;
 }
</style>
border-color css

<style>
 span { border-color: #9FC685; }

 span { border-color: rgb(159,198,133); }

 td.TdClassName
 {
   border-color: #9FC685;
 }
 .TagClassName
 {
   border-color: #9FC685;
 }
</style>