#9DCB80

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

Shades of Gossip #9DCB80

Tints of Gossip #9DCB80

Color information

#9DCB80 (or 0x9DCB80) is unknown color: approx Gossip. HEX triplet: 9D, CB and 80. RGB value is (157,203,128). Sum of RGB (Red+Green+Blue) = 157+203+128=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCB80 is #62347F. Grayscale: #B4B4B4. Windows color (decimal): -6435968 or 8440733. OLE color: 8440733.

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

Color convert

RGB157203128-
CMYK0.2300.370.20
HSL96.8º41.9%64.9%-
HSV(B)96.8º36.95%79.61%-
XYZ39.1651.4428.29-
YUV180.798.26111.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.17%
GREEN value IS 203 (79.69% from 255) = 41.60%
BLUE value IS 128 (50.39% from 255) = 26.23%
R=32.17%
G=41.60%
B=26.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572031280.2300.370.2096.841.964.9
Hex9DCB801702514612a41
Octal235313200270452414152101
Binary1001110111001011100000001011101001011010011000011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,203,128); }

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

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

 a { background-color: rgb(157,203,128); }

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

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

 span { border-color: rgb(157,203,128); }

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