Shades of Gossip #9CCA7E
Tints of Gossip #9CCA7E
RGB
CMYK
RGB Variations
Color information
#9CCA7E (or 0x9CCA7E) is known color: Gossip. HEX triplet: 9C, CA and 7E. RGB value is (156,202,126). Sum of RGB (Red+Green+Blue) = 156+202+126=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCA7E is #633581. Grayscale: #B3B3B3. Windows color (decimal): -6501762 or 8309404. OLE color: 8309404.
HSL color Cylindrical-coordinate representation of color #9CCA7E: hue angle of 96.32º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CCA7E is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 126 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.21 |
| HSL | 96.32º | 0.42% | 0.64% | - |
| HSV(B) | 96.32º | 0.38% | 0.79% | - |
| XYZ | 38.6 | 50.82 | 27.51 | - |
| YUV | 179.58 | 97.76 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 126 | 0.23 | 0 | 0.38 | 0.21 | 96.32 | 0.42 | 0.64 |
| Hex | 9C | CA | 7E | 17 | 0 | 26 | 15 | 60 | 2A | 40 |
| Octal | 234 | 312 | 176 | 27 | 0 | 46 | 25 | 140 | 52 | 100 |
| Binary | 10011100 | 11001010 | 1111110 | 10111 | 0 | 100110 | 10101 | 1100000 | 101010 | 1000000 |
Color Harmonies of #9CCA7E
Complementary color
Monochromatic Colors of #9CCA7E
Black with #9CCA7E
Text Example
Text Example
White with #9CCA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCA7E; }
p { color: rgb(156,202,126); }
H1.HeaderClassName
{
color: #9CCA7E;
}
.AnyTagClassName
{
color: #9CCA7E;
}
</style>
background-color css
<style>
a { background-color: #9CCA7E; }
a { background-color: rgb(156,202,126); }
div.DivClassName
{
background-color: #9CCA7E;
}
.BgClassName
{
background-color: #9CCA7E;
}
</style>
border-color css
<style>
span { border-color: #9CCA7E; }
span { border-color: rgb(156,202,126); }
td.TdClassName
{
border-color: #9CCA7E;
}
.TagClassName
{
border-color: #9CCA7E;
}
</style>