Shades of Gossip #9DCB76
Tints of Gossip #9DCB76
RGB
CMYK
RGB Variations
Color information
#9DCB76 (or 0x9DCB76) is known color: Gossip. HEX triplet: 9D, CB and 76. RGB value is (157,203,118). Sum of RGB (Red+Green+Blue) = 157+203+118=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCB76 is #623489. Grayscale: #B3B3B3. Windows color (decimal): -6435978 or 7785373. OLE color: 7785373.
HSL color Cylindrical-coordinate representation of color #9DCB76: hue angle of 92.47º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DCB76 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 118 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.20 |
| HSL | 92.47º | 0.45% | 0.63% | - |
| HSV(B) | 92.47º | 0.42% | 0.8% | - |
| XYZ | 38.53 | 51.19 | 24.99 | - |
| YUV | 179.56 | 93.26 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 118 | 0.23 | 0 | 0.42 | 0.20 | 92.47 | 0.45 | 0.63 |
| Hex | 9D | CB | 76 | 17 | 0 | 2A | 14 | 5C | 2D | 3F |
| Octal | 235 | 313 | 166 | 27 | 0 | 52 | 24 | 134 | 55 | 77 |
| Binary | 10011101 | 11001011 | 1110110 | 10111 | 0 | 101010 | 10100 | 1011100 | 101101 | 111111 |
Color Harmonies of #9DCB76
Complementary color
Monochromatic Colors of #9DCB76
Black with #9DCB76
Text Example
Text Example
White with #9DCB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCB76; }
p { color: rgb(157,203,118); }
H1.HeaderClassName
{
color: #9DCB76;
}
.AnyTagClassName
{
color: #9DCB76;
}
</style>
background-color css
<style>
a { background-color: #9DCB76; }
a { background-color: rgb(157,203,118); }
div.DivClassName
{
background-color: #9DCB76;
}
.BgClassName
{
background-color: #9DCB76;
}
</style>
border-color css
<style>
span { border-color: #9DCB76; }
span { border-color: rgb(157,203,118); }
td.TdClassName
{
border-color: #9DCB76;
}
.TagClassName
{
border-color: #9DCB76;
}
</style>