Shades of Gossip #99C288
Tints of Gossip #99C288
RGB
CMYK
RGB Variations
Color information
#99C288 (or 0x99C288) is known color: Gossip. HEX triplet: 99, C2 and 88. RGB value is (153,194,136). Sum of RGB (Red+Green+Blue) = 153+194+136=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #99C288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C288 is #663D77. Grayscale: #AFAFAF. Windows color (decimal): -6700408 or 8962713. OLE color: 8962713.
HSL color Cylindrical-coordinate representation of color #99C288: hue angle of 102.41º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99C288 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 136 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.24 |
| HSL | 102.41º | 0.32% | 0.65% | - |
| HSV(B) | 102.41º | 0.3% | 0.76% | - |
| XYZ | 36.87 | 47.13 | 30.45 | - |
| YUV | 175.13 | 105.92 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 136 | 0.21 | 0 | 0.30 | 0.24 | 102.41 | 0.32 | 0.65 |
| Hex | 99 | C2 | 88 | 15 | 0 | 1E | 18 | 66 | 20 | 41 |
| Octal | 231 | 302 | 210 | 25 | 0 | 36 | 30 | 146 | 40 | 101 |
| Binary | 10011001 | 11000010 | 10001000 | 10101 | 0 | 11110 | 11000 | 1100110 | 100000 | 1000001 |
Color Harmonies of #99C288
Complementary color
Monochromatic Colors of #99C288
Black with #99C288
Text Example
Text Example
White with #99C288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C288; }
p { color: rgb(153,194,136); }
H1.HeaderClassName
{
color: #99C288;
}
.AnyTagClassName
{
color: #99C288;
}
</style>
background-color css
<style>
a { background-color: #99C288; }
a { background-color: rgb(153,194,136); }
div.DivClassName
{
background-color: #99C288;
}
.BgClassName
{
background-color: #99C288;
}
</style>
border-color css
<style>
span { border-color: #99C288; }
span { border-color: rgb(153,194,136); }
td.TdClassName
{
border-color: #99C288;
}
.TagClassName
{
border-color: #99C288;
}
</style>