Shades of Gossip #99C088
Tints of Gossip #99C088
RGB
CMYK
RGB Variations
Color information
#99C088 (or 0x99C088) is known color: Gossip. HEX triplet: 99, C0 and 88. RGB value is (153,192,136). Sum of RGB (Red+Green+Blue) = 153+192+136=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #99C088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C088 is #663F77. Grayscale: #AEAEAE. Windows color (decimal): -6700920 or 8962201. OLE color: 8962201.
HSL color Cylindrical-coordinate representation of color #99C088: hue angle of 101.79º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99C088 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 136 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.25 |
| HSL | 101.79º | 0.31% | 0.64% | - |
| HSV(B) | 101.79º | 0.29% | 0.75% | - |
| XYZ | 36.43 | 46.25 | 30.3 | - |
| YUV | 173.96 | 106.58 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 136 | 0.20 | 0 | 0.29 | 0.25 | 101.79 | 0.31 | 0.64 |
| Hex | 99 | C0 | 88 | 14 | 0 | 1D | 19 | 66 | 1F | 40 |
| Octal | 231 | 300 | 210 | 24 | 0 | 35 | 31 | 146 | 37 | 100 |
| Binary | 10011001 | 11000000 | 10001000 | 10100 | 0 | 11101 | 11001 | 1100110 | 11111 | 1000000 |
Color Harmonies of #99C088
Complementary color
Monochromatic Colors of #99C088
Black with #99C088
Text Example
Text Example
White with #99C088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C088; }
p { color: rgb(153,192,136); }
H1.HeaderClassName
{
color: #99C088;
}
.AnyTagClassName
{
color: #99C088;
}
</style>
background-color css
<style>
a { background-color: #99C088; }
a { background-color: rgb(153,192,136); }
div.DivClassName
{
background-color: #99C088;
}
.BgClassName
{
background-color: #99C088;
}
</style>
border-color css
<style>
span { border-color: #99C088; }
span { border-color: rgb(153,192,136); }
td.TdClassName
{
border-color: #99C088;
}
.TagClassName
{
border-color: #99C088;
}
</style>