Shades of Gossip #98D984
Tints of Gossip #98D984
RGB
CMYK
RGB Variations
Color information
#98D984 (or 0x98D984) is known color: Gossip. HEX triplet: 98, D9 and 84. RGB value is (152,217,132). Sum of RGB (Red+Green+Blue) = 152+217+132=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #98D984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D984 is #67267B. Grayscale: #BCBCBC. Windows color (decimal): -6760060 or 8706456. OLE color: 8706456.
HSL color Cylindrical-coordinate representation of color #98D984: hue angle of 105.88º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98D984 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 217 | 132 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.15 |
| HSL | 105.88º | 0.53% | 0.68% | - |
| HSV(B) | 105.88º | 0.39% | 0.85% | - |
| XYZ | 41.93 | 57.97 | 30.81 | - |
| YUV | 187.88 | 96.47 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 132 | 0.30 | 0 | 0.39 | 0.15 | 105.88 | 0.53 | 0.68 |
| Hex | 98 | D9 | 84 | 1E | 0 | 27 | F | 6A | 35 | 44 |
| Octal | 230 | 331 | 204 | 36 | 0 | 47 | 17 | 152 | 65 | 104 |
| Binary | 10011000 | 11011001 | 10000100 | 11110 | 0 | 100111 | 1111 | 1101010 | 110101 | 1000100 |
Color Harmonies of #98D984
Complementary color
Monochromatic Colors of #98D984
Black with #98D984
Text Example
Text Example
White with #98D984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D984; }
p { color: rgb(152,217,132); }
H1.HeaderClassName
{
color: #98D984;
}
.AnyTagClassName
{
color: #98D984;
}
</style>
background-color css
<style>
a { background-color: #98D984; }
a { background-color: rgb(152,217,132); }
div.DivClassName
{
background-color: #98D984;
}
.BgClassName
{
background-color: #98D984;
}
</style>
border-color css
<style>
span { border-color: #98D984; }
span { border-color: rgb(152,217,132); }
td.TdClassName
{
border-color: #98D984;
}
.TagClassName
{
border-color: #98D984;
}
</style>