Shades of Gossip #9CC97C
Tints of Gossip #9CC97C
RGB
CMYK
RGB Variations
Color information
#9CC97C (or 0x9CC97C) is known color: Gossip. HEX triplet: 9C, C9 and 7C. RGB value is (156,201,124). Sum of RGB (Red+Green+Blue) = 156+201+124=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 201 - color contains mainly: green. Hex color #9CC97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC97C is #633683. Grayscale: #B3B3B3. Windows color (decimal): -6502020 or 8178076. OLE color: 8178076.
HSL color Cylindrical-coordinate representation of color #9CC97C: hue angle of 95.06º 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 #9CC97C is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 201 | 124 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.21 |
| HSL | 95.06º | 0.42% | 0.64% | - |
| HSV(B) | 95.06º | 0.38% | 0.79% | - |
| XYZ | 38.24 | 50.3 | 26.76 | - |
| YUV | 178.77 | 97.09 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 201 | 124 | 0.22 | 0 | 0.38 | 0.21 | 95.06 | 0.42 | 0.64 |
| Hex | 9C | C9 | 7C | 16 | 0 | 26 | 15 | 5F | 2A | 40 |
| Octal | 234 | 311 | 174 | 26 | 0 | 46 | 25 | 137 | 52 | 100 |
| Binary | 10011100 | 11001001 | 1111100 | 10110 | 0 | 100110 | 10101 | 1011111 | 101010 | 1000000 |
Color Harmonies of #9CC97C
Complementary color
Monochromatic Colors of #9CC97C
Black with #9CC97C
Text Example
Text Example
White with #9CC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC97C; }
p { color: rgb(156,201,124); }
H1.HeaderClassName
{
color: #9CC97C;
}
.AnyTagClassName
{
color: #9CC97C;
}
</style>
background-color css
<style>
a { background-color: #9CC97C; }
a { background-color: rgb(156,201,124); }
div.DivClassName
{
background-color: #9CC97C;
}
.BgClassName
{
background-color: #9CC97C;
}
</style>
border-color css
<style>
span { border-color: #9CC97C; }
span { border-color: rgb(156,201,124); }
td.TdClassName
{
border-color: #9CC97C;
}
.TagClassName
{
border-color: #9CC97C;
}
</style>