Shades of Gossip #9CCA90
Tints of Gossip #9CCA90
RGB
CMYK
RGB Variations
Color information
#9CCA90 (or 0x9CCA90) is known color: Gossip. HEX triplet: 9C, CA and 90. RGB value is (156,202,144). Sum of RGB (Red+Green+Blue) = 156+202+144=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCA90 is #63356F. Grayscale: #B5B5B5. Windows color (decimal): -6501744 or 9489052. OLE color: 9489052.
HSL color Cylindrical-coordinate representation of color #9CCA90: hue angle of 107.59º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CCA90 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 144 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.21 |
| HSL | 107.59º | 0.35% | 0.68% | - |
| HSV(B) | 107.59º | 0.29% | 0.79% | - |
| XYZ | 39.86 | 51.32 | 34.19 | - |
| YUV | 181.63 | 106.76 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 144 | 0.23 | 0 | 0.29 | 0.21 | 107.59 | 0.35 | 0.68 |
| Hex | 9C | CA | 90 | 17 | 0 | 1D | 15 | 6C | 23 | 44 |
| Octal | 234 | 312 | 220 | 27 | 0 | 35 | 25 | 154 | 43 | 104 |
| Binary | 10011100 | 11001010 | 10010000 | 10111 | 0 | 11101 | 10101 | 1101100 | 100011 | 1000100 |
Color Harmonies of #9CCA90
Complementary color
Monochromatic Colors of #9CCA90
Black with #9CCA90
Text Example
Text Example
White with #9CCA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCA90; }
p { color: rgb(156,202,144); }
H1.HeaderClassName
{
color: #9CCA90;
}
.AnyTagClassName
{
color: #9CCA90;
}
</style>
background-color css
<style>
a { background-color: #9CCA90; }
a { background-color: rgb(156,202,144); }
div.DivClassName
{
background-color: #9CCA90;
}
.BgClassName
{
background-color: #9CCA90;
}
</style>
border-color css
<style>
span { border-color: #9CCA90; }
span { border-color: rgb(156,202,144); }
td.TdClassName
{
border-color: #9CCA90;
}
.TagClassName
{
border-color: #9CCA90;
}
</style>