Shades of Gossip #9CC88C
Tints of Gossip #9CC88C
RGB
CMYK
RGB Variations
Color information
#9CC88C (or 0x9CC88C) is known color: Gossip. HEX triplet: 9C, C8 and 8C. RGB value is (156,200,140). Sum of RGB (Red+Green+Blue) = 156+200+140=496 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.45% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC88C is #633773. Grayscale: #B4B4B4. Windows color (decimal): -6502260 or 9226396. OLE color: 9226396.
HSL color Cylindrical-coordinate representation of color #9CC88C: hue angle of 104º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CC88C is Cyan = 0.22, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 200 | 140 | - |
| CMYK | 0.22 | 0 | 0.3 | 0.22 |
| HSL | 104º | 0.35% | 0.67% | - |
| HSV(B) | 104º | 0.3% | 0.78% | - |
| XYZ | 39.1 | 50.27 | 32.45 | - |
| YUV | 180 | 105.42 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 200 | 140 | 0.22 | 0 | 0.3 | 0.22 | 104 | 0.35 | 0.67 |
| Hex | 9C | C8 | 8C | 16 | 0 | 1E | 16 | 68 | 23 | 43 |
| Octal | 234 | 310 | 214 | 26 | 0 | 36 | 26 | 150 | 43 | 103 |
| Binary | 10011100 | 11001000 | 10001100 | 10110 | 0 | 11110 | 10110 | 1101000 | 100011 | 1000011 |
Color Harmonies of #9CC88C
Complementary color
Monochromatic Colors of #9CC88C
Black with #9CC88C
Text Example
Text Example
White with #9CC88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC88C; }
p { color: rgb(156,200,140); }
H1.HeaderClassName
{
color: #9CC88C;
}
.AnyTagClassName
{
color: #9CC88C;
}
</style>
background-color css
<style>
a { background-color: #9CC88C; }
a { background-color: rgb(156,200,140); }
div.DivClassName
{
background-color: #9CC88C;
}
.BgClassName
{
background-color: #9CC88C;
}
</style>
border-color css
<style>
span { border-color: #9CC88C; }
span { border-color: rgb(156,200,140); }
td.TdClassName
{
border-color: #9CC88C;
}
.TagClassName
{
border-color: #9CC88C;
}
</style>