Shades of Gossip #99DB84
Tints of Gossip #99DB84
RGB
CMYK
RGB Variations
Color information
#99DB84 (or 0x99DB84) is known color: Gossip. HEX triplet: 99, DB and 84. RGB value is (153,219,132). Sum of RGB (Red+Green+Blue) = 153+219+132=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DB84 is #66247B. Grayscale: #BDBDBD. Windows color (decimal): -6694012 or 8706969. OLE color: 8706969.
HSL color Cylindrical-coordinate representation of color #99DB84: hue angle of 105.52º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99DB84 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 132 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.14 |
| HSL | 105.52º | 0.55% | 0.69% | - |
| HSV(B) | 105.52º | 0.4% | 0.86% | - |
| XYZ | 42.63 | 59.1 | 30.99 | - |
| YUV | 189.35 | 95.63 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 132 | 0.30 | 0 | 0.40 | 0.14 | 105.52 | 0.55 | 0.69 |
| Hex | 99 | DB | 84 | 1E | 0 | 28 | E | 6A | 37 | 45 |
| Octal | 231 | 333 | 204 | 36 | 0 | 50 | 16 | 152 | 67 | 105 |
| Binary | 10011001 | 11011011 | 10000100 | 11110 | 0 | 101000 | 1110 | 1101010 | 110111 | 1000101 |
Color Harmonies of #99DB84
Complementary color
Monochromatic Colors of #99DB84
Black with #99DB84
Text Example
Text Example
White with #99DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DB84; }
p { color: rgb(153,219,132); }
H1.HeaderClassName
{
color: #99DB84;
}
.AnyTagClassName
{
color: #99DB84;
}
</style>
background-color css
<style>
a { background-color: #99DB84; }
a { background-color: rgb(153,219,132); }
div.DivClassName
{
background-color: #99DB84;
}
.BgClassName
{
background-color: #99DB84;
}
</style>
border-color css
<style>
span { border-color: #99DB84; }
span { border-color: rgb(153,219,132); }
td.TdClassName
{
border-color: #99DB84;
}
.TagClassName
{
border-color: #99DB84;
}
</style>