Shades of Gossip #9CCC79
Tints of Gossip #9CCC79
RGB
CMYK
RGB Variations
Color information
#9CCC79 (or 0x9CCC79) is known color: Gossip. HEX triplet: 9C, CC and 79. RGB value is (156,204,121). Sum of RGB (Red+Green+Blue) = 156+204+121=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCC79 is #633386. Grayscale: #B4B4B4. Windows color (decimal): -6501255 or 7982236. OLE color: 7982236.
HSL color Cylindrical-coordinate representation of color #9CCC79: hue angle of 94.7º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CCC79 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 121 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.2 |
| HSL | 94.7º | 0.45% | 0.64% | - |
| HSV(B) | 94.7º | 0.41% | 0.8% | - |
| XYZ | 38.75 | 51.63 | 26.01 | - |
| YUV | 180.19 | 94.6 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 121 | 0.24 | 0 | 0.41 | 0.2 | 94.7 | 0.45 | 0.64 |
| Hex | 9C | CC | 79 | 18 | 0 | 29 | 14 | 5F | 2D | 40 |
| Octal | 234 | 314 | 171 | 30 | 0 | 51 | 24 | 137 | 55 | 100 |
| Binary | 10011100 | 11001100 | 1111001 | 11000 | 0 | 101001 | 10100 | 1011111 | 101101 | 1000000 |
Color Harmonies of #9CCC79
Complementary color
Monochromatic Colors of #9CCC79
Black with #9CCC79
Text Example
Text Example
White with #9CCC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC79; }
p { color: rgb(156,204,121); }
H1.HeaderClassName
{
color: #9CCC79;
}
.AnyTagClassName
{
color: #9CCC79;
}
</style>
background-color css
<style>
a { background-color: #9CCC79; }
a { background-color: rgb(156,204,121); }
div.DivClassName
{
background-color: #9CCC79;
}
.BgClassName
{
background-color: #9CCC79;
}
</style>
border-color css
<style>
span { border-color: #9CCC79; }
span { border-color: rgb(156,204,121); }
td.TdClassName
{
border-color: #9CCC79;
}
.TagClassName
{
border-color: #9CCC79;
}
</style>