Shades of Gossip #9CCA8E
Tints of Gossip #9CCA8E
RGB
CMYK
RGB Variations
Color information
#9CCA8E (or 0x9CCA8E) is known color: Gossip. HEX triplet: 9C, CA and 8E. RGB value is (156,202,142). Sum of RGB (Red+Green+Blue) = 156+202+142=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCA8E is #633571. Grayscale: #B5B5B5. Windows color (decimal): -6501746 or 9357980. OLE color: 9357980.
HSL color Cylindrical-coordinate representation of color #9CCA8E: hue angle of 106º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CCA8E is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 142 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.21 |
| HSL | 106º | 0.36% | 0.67% | - |
| HSV(B) | 106º | 0.3% | 0.79% | - |
| XYZ | 39.71 | 51.26 | 33.39 | - |
| YUV | 181.41 | 105.76 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 142 | 0.23 | 0 | 0.30 | 0.21 | 106 | 0.36 | 0.67 |
| Hex | 9C | CA | 8E | 17 | 0 | 1E | 15 | 6A | 24 | 43 |
| Octal | 234 | 312 | 216 | 27 | 0 | 36 | 25 | 152 | 44 | 103 |
| Binary | 10011100 | 11001010 | 10001110 | 10111 | 0 | 11110 | 10101 | 1101010 | 100100 | 1000011 |
Color Harmonies of #9CCA8E
Complementary color
Monochromatic Colors of #9CCA8E
Black with #9CCA8E
Text Example
Text Example
White with #9CCA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCA8E; }
p { color: rgb(156,202,142); }
H1.HeaderClassName
{
color: #9CCA8E;
}
.AnyTagClassName
{
color: #9CCA8E;
}
</style>
background-color css
<style>
a { background-color: #9CCA8E; }
a { background-color: rgb(156,202,142); }
div.DivClassName
{
background-color: #9CCA8E;
}
.BgClassName
{
background-color: #9CCA8E;
}
</style>
border-color css
<style>
span { border-color: #9CCA8E; }
span { border-color: rgb(156,202,142); }
td.TdClassName
{
border-color: #9CCA8E;
}
.TagClassName
{
border-color: #9CCA8E;
}
</style>