Shades of Gossip #98D883
Tints of Gossip #98D883
RGB
CMYK
RGB Variations
Color information
#98D883 (or 0x98D883) is known color: Gossip. HEX triplet: 98, D8 and 83. RGB value is (152,216,131). Sum of RGB (Red+Green+Blue) = 152+216+131=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #98D883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D883 is #67277C. Grayscale: #BBBBBB. Windows color (decimal): -6760317 or 8640664. OLE color: 8640664.
HSL color Cylindrical-coordinate representation of color #98D883: hue angle of 105.18º degrees, saturation: 0.52, 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 #98D883 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 216 | 131 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.15 |
| HSL | 105.18º | 0.52% | 0.68% | - |
| HSV(B) | 105.18º | 0.39% | 0.85% | - |
| XYZ | 41.6 | 57.43 | 30.36 | - |
| YUV | 187.17 | 96.3 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 216 | 131 | 0.30 | 0 | 0.39 | 0.15 | 105.18 | 0.52 | 0.68 |
| Hex | 98 | D8 | 83 | 1E | 0 | 27 | F | 69 | 34 | 44 |
| Octal | 230 | 330 | 203 | 36 | 0 | 47 | 17 | 151 | 64 | 104 |
| Binary | 10011000 | 11011000 | 10000011 | 11110 | 0 | 100111 | 1111 | 1101001 | 110100 | 1000100 |
Color Harmonies of #98D883
Complementary color
Monochromatic Colors of #98D883
Black with #98D883
Text Example
Text Example
White with #98D883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D883; }
p { color: rgb(152,216,131); }
H1.HeaderClassName
{
color: #98D883;
}
.AnyTagClassName
{
color: #98D883;
}
</style>
background-color css
<style>
a { background-color: #98D883; }
a { background-color: rgb(152,216,131); }
div.DivClassName
{
background-color: #98D883;
}
.BgClassName
{
background-color: #98D883;
}
</style>
border-color css
<style>
span { border-color: #98D883; }
span { border-color: rgb(152,216,131); }
td.TdClassName
{
border-color: #98D883;
}
.TagClassName
{
border-color: #98D883;
}
</style>