#9FCB81

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

Shades of Gossip #9FCB81

Tints of Gossip #9FCB81

Color information

#9FCB81 (or 0x9FCB81) is unknown color: approx Gossip. HEX triplet: 9F, CB and 81. RGB value is (159,203,129). Sum of RGB (Red+Green+Blue) = 159+203+129=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCB81 is #60347E. Grayscale: #B5B5B5. Windows color (decimal): -6304895 or 8506271. OLE color: 8506271.

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

Color convert

RGB159203129-
CMYK0.2200.360.20
HSL95.68º41.57%65.1%-
HSV(B)95.68º36.45%79.61%-
XYZ39.6251.6728.65-
YUV181.4198.42112.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.38%
GREEN value IS 203 (79.69% from 255) = 41.34%
BLUE value IS 129 (50.78% from 255) = 26.27%
R=32.38%
G=41.34%
B=26.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1592031290.2200.360.2095.6841.5765.1
Hex9FCB811602414602a41
Octal237313201260442414052101
Binary1001111111001011100000011011001001001010011000001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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