Shades of Gossip #99D087
Tints of Gossip #99D087
RGB
CMYK
RGB Variations
Color information
#99D087 (or 0x99D087) is known color: Gossip. HEX triplet: 99, D0 and 87. RGB value is (153,208,135). Sum of RGB (Red+Green+Blue) = 153+208+135=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #99D087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D087 is #662F78. Grayscale: #B7B7B7. Windows color (decimal): -6696825 or 8900761. OLE color: 8900761.
HSL color Cylindrical-coordinate representation of color #99D087: hue angle of 105.21º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99D087 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 135 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.18 |
| HSL | 105.21º | 0.44% | 0.67% | - |
| HSV(B) | 105.21º | 0.35% | 0.82% | - |
| XYZ | 40.07 | 53.63 | 31.16 | - |
| YUV | 183.23 | 100.78 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 135 | 0.26 | 0 | 0.35 | 0.18 | 105.21 | 0.44 | 0.67 |
| Hex | 99 | D0 | 87 | 1A | 0 | 23 | 12 | 69 | 2C | 43 |
| Octal | 231 | 320 | 207 | 32 | 0 | 43 | 22 | 151 | 54 | 103 |
| Binary | 10011001 | 11010000 | 10000111 | 11010 | 0 | 100011 | 10010 | 1101001 | 101100 | 1000011 |
Color Harmonies of #99D087
Complementary color
Monochromatic Colors of #99D087
Black with #99D087
Text Example
Text Example
White with #99D087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D087; }
p { color: rgb(153,208,135); }
H1.HeaderClassName
{
color: #99D087;
}
.AnyTagClassName
{
color: #99D087;
}
</style>
background-color css
<style>
a { background-color: #99D087; }
a { background-color: rgb(153,208,135); }
div.DivClassName
{
background-color: #99D087;
}
.BgClassName
{
background-color: #99D087;
}
</style>
border-color css
<style>
span { border-color: #99D087; }
span { border-color: rgb(153,208,135); }
td.TdClassName
{
border-color: #99D087;
}
.TagClassName
{
border-color: #99D087;
}
</style>