Shades of Gossip #9CCE7E
Tints of Gossip #9CCE7E
RGB
CMYK
RGB Variations
Color information
#9CCE7E (or 0x9CCE7E) is known color: Gossip. HEX triplet: 9C, CE and 7E. RGB value is (156,206,126). Sum of RGB (Red+Green+Blue) = 156+206+126=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCE7E is #633181. Grayscale: #B6B6B6. Windows color (decimal): -6500738 or 8310428. OLE color: 8310428.
HSL color Cylindrical-coordinate representation of color #9CCE7E: hue angle of 97.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CCE7E is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 206 | 126 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.19 |
| HSL | 97.5º | 0.45% | 0.65% | - |
| HSV(B) | 97.5º | 0.39% | 0.81% | - |
| XYZ | 39.55 | 52.72 | 27.83 | - |
| YUV | 181.93 | 96.44 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 126 | 0.24 | 0 | 0.39 | 0.19 | 97.5 | 0.45 | 0.65 |
| Hex | 9C | CE | 7E | 18 | 0 | 27 | 13 | 62 | 2D | 41 |
| Octal | 234 | 316 | 176 | 30 | 0 | 47 | 23 | 142 | 55 | 101 |
| Binary | 10011100 | 11001110 | 1111110 | 11000 | 0 | 100111 | 10011 | 1100010 | 101101 | 1000001 |
Color Harmonies of #9CCE7E
Complementary color
Monochromatic Colors of #9CCE7E
Black with #9CCE7E
Text Example
Text Example
White with #9CCE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCE7E; }
p { color: rgb(156,206,126); }
H1.HeaderClassName
{
color: #9CCE7E;
}
.AnyTagClassName
{
color: #9CCE7E;
}
</style>
background-color css
<style>
a { background-color: #9CCE7E; }
a { background-color: rgb(156,206,126); }
div.DivClassName
{
background-color: #9CCE7E;
}
.BgClassName
{
background-color: #9CCE7E;
}
</style>
border-color css
<style>
span { border-color: #9CCE7E; }
span { border-color: rgb(156,206,126); }
td.TdClassName
{
border-color: #9CCE7E;
}
.TagClassName
{
border-color: #9CCE7E;
}
</style>