Shades of Gossip #9CCC76
Tints of Gossip #9CCC76
RGB
CMYK
RGB Variations
Color information
#9CCC76 (or 0x9CCC76) is known color: Gossip. HEX triplet: 9C, CC and 76. RGB value is (156,204,118). Sum of RGB (Red+Green+Blue) = 156+204+118=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCC76 is #633389. Grayscale: #B4B4B4. Windows color (decimal): -6501258 or 7785628. OLE color: 7785628.
HSL color Cylindrical-coordinate representation of color #9CCC76: hue angle of 93.49º degrees, saturation: 0.46, 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 #9CCC76 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 118 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.2 |
| HSL | 93.49º | 0.46% | 0.63% | - |
| HSV(B) | 93.49º | 0.42% | 0.8% | - |
| XYZ | 38.57 | 51.56 | 25.06 | - |
| YUV | 179.84 | 93.1 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 118 | 0.24 | 0 | 0.42 | 0.2 | 93.49 | 0.46 | 0.63 |
| Hex | 9C | CC | 76 | 18 | 0 | 2A | 14 | 5D | 2E | 3F |
| Octal | 234 | 314 | 166 | 30 | 0 | 52 | 24 | 135 | 56 | 77 |
| Binary | 10011100 | 11001100 | 1110110 | 11000 | 0 | 101010 | 10100 | 1011101 | 101110 | 111111 |
Color Harmonies of #9CCC76
Complementary color
Monochromatic Colors of #9CCC76
Black with #9CCC76
Text Example
Text Example
White with #9CCC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC76; }
p { color: rgb(156,204,118); }
H1.HeaderClassName
{
color: #9CCC76;
}
.AnyTagClassName
{
color: #9CCC76;
}
</style>
background-color css
<style>
a { background-color: #9CCC76; }
a { background-color: rgb(156,204,118); }
div.DivClassName
{
background-color: #9CCC76;
}
.BgClassName
{
background-color: #9CCC76;
}
</style>
border-color css
<style>
span { border-color: #9CCC76; }
span { border-color: rgb(156,204,118); }
td.TdClassName
{
border-color: #9CCC76;
}
.TagClassName
{
border-color: #9CCC76;
}
</style>