Shades of Gossip #98D987
Tints of Gossip #98D987
RGB
CMYK
RGB Variations
Color information
#98D987 (or 0x98D987) is known color: Gossip. HEX triplet: 98, D9 and 87. RGB value is (152,217,135). Sum of RGB (Red+Green+Blue) = 152+217+135=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #98D987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D987 is #672678. Grayscale: #BCBCBC. Windows color (decimal): -6760057 or 8903064. OLE color: 8903064.
HSL color Cylindrical-coordinate representation of color #98D987: hue angle of 107.56º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98D987 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 217 | 135 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.15 |
| HSL | 107.56º | 0.52% | 0.69% | - |
| HSV(B) | 107.56º | 0.38% | 0.85% | - |
| XYZ | 42.13 | 58.05 | 31.91 | - |
| YUV | 188.22 | 97.97 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 135 | 0.30 | 0 | 0.38 | 0.15 | 107.56 | 0.52 | 0.69 |
| Hex | 98 | D9 | 87 | 1E | 0 | 26 | F | 6C | 34 | 45 |
| Octal | 230 | 331 | 207 | 36 | 0 | 46 | 17 | 154 | 64 | 105 |
| Binary | 10011000 | 11011001 | 10000111 | 11110 | 0 | 100110 | 1111 | 1101100 | 110100 | 1000101 |
Color Harmonies of #98D987
Complementary color
Monochromatic Colors of #98D987
Black with #98D987
Text Example
Text Example
White with #98D987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D987; }
p { color: rgb(152,217,135); }
H1.HeaderClassName
{
color: #98D987;
}
.AnyTagClassName
{
color: #98D987;
}
</style>
background-color css
<style>
a { background-color: #98D987; }
a { background-color: rgb(152,217,135); }
div.DivClassName
{
background-color: #98D987;
}
.BgClassName
{
background-color: #98D987;
}
</style>
border-color css
<style>
span { border-color: #98D987; }
span { border-color: rgb(152,217,135); }
td.TdClassName
{
border-color: #98D987;
}
.TagClassName
{
border-color: #98D987;
}
</style>