#9FCB92

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

Shades of Gossip #9FCB92

Tints of Gossip #9FCB92

Color information

#9FCB92 (or 0x9FCB92) is unknown color: approx Gossip. HEX triplet: 9F, CB and 92. RGB value is (159,203,146). Sum of RGB (Red+Green+Blue) = 159+203+146=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCB92 is #60346D. Grayscale: #B7B7B7. Windows color (decimal): -6304878 or 9620383. OLE color: 9620383.

HSL color Cylindrical-coordinate representation of color #9FCB92: hue angle of 106.32º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FCB92 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB159203146-
CMYK0.2200.280.20
HSL106.32º35.4%68.43%-
HSV(B)106.32º28.08%79.61%-
XYZ40.8452.1635.11-
YUV183.35106.92110.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.30%
GREEN value IS 203 (79.69% from 255) = 39.96%
BLUE value IS 146 (57.42% from 255) = 28.74%
R=31.30%
G=39.96%
B=28.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1592031460.2200.280.20106.3235.468.43
Hex9FCB921601C146a2344
Octal237313222260342415243104
Binary100111111100101110010010101100111001010011010101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,203,146); }

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

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

 a { background-color: rgb(159,203,146); }

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

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

 span { border-color: rgb(159,203,146); }

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