Shades of Gossip #99D388
Tints of Gossip #99D388
RGB
CMYK
RGB Variations
Color information
#99D388 (or 0x99D388) is known color: Gossip. HEX triplet: 99, D3 and 88. RGB value is (153,211,136). Sum of RGB (Red+Green+Blue) = 153+211+136=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #99D388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D388 is #662C77. Grayscale: #B9B9B9. Windows color (decimal): -6696056 or 8967065. OLE color: 8967065.
HSL color Cylindrical-coordinate representation of color #99D388: hue angle of 106.4º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99D388 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 211 | 136 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.17 |
| HSL | 106.4º | 0.46% | 0.68% | - |
| HSV(B) | 106.4º | 0.36% | 0.83% | - |
| XYZ | 40.88 | 55.14 | 31.78 | - |
| YUV | 185.11 | 100.28 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 136 | 0.27 | 0 | 0.36 | 0.17 | 106.4 | 0.46 | 0.68 |
| Hex | 99 | D3 | 88 | 1B | 0 | 24 | 11 | 6A | 2E | 44 |
| Octal | 231 | 323 | 210 | 33 | 0 | 44 | 21 | 152 | 56 | 104 |
| Binary | 10011001 | 11010011 | 10001000 | 11011 | 0 | 100100 | 10001 | 1101010 | 101110 | 1000100 |
Color Harmonies of #99D388
Complementary color
Monochromatic Colors of #99D388
Black with #99D388
Text Example
Text Example
White with #99D388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D388; }
p { color: rgb(153,211,136); }
H1.HeaderClassName
{
color: #99D388;
}
.AnyTagClassName
{
color: #99D388;
}
</style>
background-color css
<style>
a { background-color: #99D388; }
a { background-color: rgb(153,211,136); }
div.DivClassName
{
background-color: #99D388;
}
.BgClassName
{
background-color: #99D388;
}
</style>
border-color css
<style>
span { border-color: #99D388; }
span { border-color: rgb(153,211,136); }
td.TdClassName
{
border-color: #99D388;
}
.TagClassName
{
border-color: #99D388;
}
</style>