Shades of Gossip #99C888
Tints of Gossip #99C888
RGB
CMYK
RGB Variations
Color information
#99C888 (or 0x99C888) is known color: Gossip. HEX triplet: 99, C8 and 88. RGB value is (153,200,136). Sum of RGB (Red+Green+Blue) = 153+200+136=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #99C888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C888 is #663777. Grayscale: #B2B2B2. Windows color (decimal): -6698872 or 8964249. OLE color: 8964249.
HSL color Cylindrical-coordinate representation of color #99C888: hue angle of 104.06º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99C888 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 200 | 136 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.22 |
| HSL | 104.06º | 0.37% | 0.66% | - |
| HSV(B) | 104.06º | 0.32% | 0.78% | - |
| XYZ | 38.24 | 49.86 | 30.9 | - |
| YUV | 178.65 | 103.93 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 200 | 136 | 0.24 | 0 | 0.32 | 0.22 | 104.06 | 0.37 | 0.66 |
| Hex | 99 | C8 | 88 | 18 | 0 | 20 | 16 | 68 | 25 | 42 |
| Octal | 231 | 310 | 210 | 30 | 0 | 40 | 26 | 150 | 45 | 102 |
| Binary | 10011001 | 11001000 | 10001000 | 11000 | 0 | 100000 | 10110 | 1101000 | 100101 | 1000010 |
Color Harmonies of #99C888
Complementary color
Monochromatic Colors of #99C888
Black with #99C888
Text Example
Text Example
White with #99C888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C888; }
p { color: rgb(153,200,136); }
H1.HeaderClassName
{
color: #99C888;
}
.AnyTagClassName
{
color: #99C888;
}
</style>
background-color css
<style>
a { background-color: #99C888; }
a { background-color: rgb(153,200,136); }
div.DivClassName
{
background-color: #99C888;
}
.BgClassName
{
background-color: #99C888;
}
</style>
border-color css
<style>
span { border-color: #99C888; }
span { border-color: rgb(153,200,136); }
td.TdClassName
{
border-color: #99C888;
}
.TagClassName
{
border-color: #99C888;
}
</style>