Shades of Gossip #9CCC91
Tints of Gossip #9CCC91
RGB
CMYK
RGB Variations
Color information
#9CCC91 (or 0x9CCC91) is known color: Gossip. HEX triplet: 9C, CC and 91. RGB value is (156,204,145). Sum of RGB (Red+Green+Blue) = 156+204+145=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCC91 is #63336E. Grayscale: #B7B7B7. Windows color (decimal): -6501231 or 9555100. OLE color: 9555100.
HSL color Cylindrical-coordinate representation of color #9CCC91: hue angle of 108.81º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CCC91 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 145 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.2 |
| HSL | 108.81º | 0.37% | 0.68% | - |
| HSV(B) | 108.81º | 0.29% | 0.8% | - |
| XYZ | 40.41 | 52.3 | 34.75 | - |
| YUV | 182.92 | 106.6 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 145 | 0.24 | 0 | 0.29 | 0.2 | 108.81 | 0.37 | 0.68 |
| Hex | 9C | CC | 91 | 18 | 0 | 1D | 14 | 6D | 25 | 44 |
| Octal | 234 | 314 | 221 | 30 | 0 | 35 | 24 | 155 | 45 | 104 |
| Binary | 10011100 | 11001100 | 10010001 | 11000 | 0 | 11101 | 10100 | 1101101 | 100101 | 1000100 |
Color Harmonies of #9CCC91
Complementary color
Monochromatic Colors of #9CCC91
Black with #9CCC91
Text Example
Text Example
White with #9CCC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC91; }
p { color: rgb(156,204,145); }
H1.HeaderClassName
{
color: #9CCC91;
}
.AnyTagClassName
{
color: #9CCC91;
}
</style>
background-color css
<style>
a { background-color: #9CCC91; }
a { background-color: rgb(156,204,145); }
div.DivClassName
{
background-color: #9CCC91;
}
.BgClassName
{
background-color: #9CCC91;
}
</style>
border-color css
<style>
span { border-color: #9CCC91; }
span { border-color: rgb(156,204,145); }
td.TdClassName
{
border-color: #9CCC91;
}
.TagClassName
{
border-color: #9CCC91;
}
</style>