Shades of Gossip #9CC88A
Tints of Gossip #9CC88A
RGB
CMYK
RGB Variations
Color information
#9CC88A (or 0x9CC88A) is known color: Gossip. HEX triplet: 9C, C8 and 8A. RGB value is (156,200,138). Sum of RGB (Red+Green+Blue) = 156+200+138=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC88A is #633775. Grayscale: #B3B3B3. Windows color (decimal): -6502262 or 9095324. OLE color: 9095324.
HSL color Cylindrical-coordinate representation of color #9CC88A: hue angle of 102.58º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CC88A is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 200 | 138 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.22 |
| HSL | 102.58º | 0.36% | 0.66% | - |
| HSV(B) | 102.58º | 0.31% | 0.78% | - |
| XYZ | 38.95 | 50.21 | 31.68 | - |
| YUV | 179.78 | 104.42 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 200 | 138 | 0.22 | 0 | 0.31 | 0.22 | 102.58 | 0.36 | 0.66 |
| Hex | 9C | C8 | 8A | 16 | 0 | 1F | 16 | 67 | 24 | 42 |
| Octal | 234 | 310 | 212 | 26 | 0 | 37 | 26 | 147 | 44 | 102 |
| Binary | 10011100 | 11001000 | 10001010 | 10110 | 0 | 11111 | 10110 | 1100111 | 100100 | 1000010 |
Color Harmonies of #9CC88A
Complementary color
Monochromatic Colors of #9CC88A
Black with #9CC88A
Text Example
Text Example
White with #9CC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC88A; }
p { color: rgb(156,200,138); }
H1.HeaderClassName
{
color: #9CC88A;
}
.AnyTagClassName
{
color: #9CC88A;
}
</style>
background-color css
<style>
a { background-color: #9CC88A; }
a { background-color: rgb(156,200,138); }
div.DivClassName
{
background-color: #9CC88A;
}
.BgClassName
{
background-color: #9CC88A;
}
</style>
border-color css
<style>
span { border-color: #9CC88A; }
span { border-color: rgb(156,200,138); }
td.TdClassName
{
border-color: #9CC88A;
}
.TagClassName
{
border-color: #9CC88A;
}
</style>