Shades of Gossip #9CCC7C
Tints of Gossip #9CCC7C
RGB
CMYK
RGB Variations
Color information
#9CCC7C (or 0x9CCC7C) is known color: Gossip. HEX triplet: 9C, CC and 7C. RGB value is (156,204,124). Sum of RGB (Red+Green+Blue) = 156+204+124=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCC7C is #633383. Grayscale: #B4B4B4. Windows color (decimal): -6501252 or 8178844. OLE color: 8178844.
HSL color Cylindrical-coordinate representation of color #9CCC7C: hue angle of 96º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CCC7C is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 124 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.2 |
| HSL | 96º | 0.44% | 0.64% | - |
| HSV(B) | 96º | 0.39% | 0.8% | - |
| XYZ | 38.94 | 51.71 | 27 | - |
| YUV | 180.53 | 96.1 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 124 | 0.24 | 0 | 0.39 | 0.2 | 96 | 0.44 | 0.64 |
| Hex | 9C | CC | 7C | 18 | 0 | 27 | 14 | 60 | 2C | 40 |
| Octal | 234 | 314 | 174 | 30 | 0 | 47 | 24 | 140 | 54 | 100 |
| Binary | 10011100 | 11001100 | 1111100 | 11000 | 0 | 100111 | 10100 | 1100000 | 101100 | 1000000 |
Color Harmonies of #9CCC7C
Complementary color
Monochromatic Colors of #9CCC7C
Black with #9CCC7C
Text Example
Text Example
White with #9CCC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC7C; }
p { color: rgb(156,204,124); }
H1.HeaderClassName
{
color: #9CCC7C;
}
.AnyTagClassName
{
color: #9CCC7C;
}
</style>
background-color css
<style>
a { background-color: #9CCC7C; }
a { background-color: rgb(156,204,124); }
div.DivClassName
{
background-color: #9CCC7C;
}
.BgClassName
{
background-color: #9CCC7C;
}
</style>
border-color css
<style>
span { border-color: #9CCC7C; }
span { border-color: rgb(156,204,124); }
td.TdClassName
{
border-color: #9CCC7C;
}
.TagClassName
{
border-color: #9CCC7C;
}
</style>