Shades of Gossip #98D886
Tints of Gossip #98D886
RGB
CMYK
RGB Variations
Color information
#98D886 (or 0x98D886) is known color: Gossip. HEX triplet: 98, D8 and 86. RGB value is (152,216,134). Sum of RGB (Red+Green+Blue) = 152+216+134=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #98D886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D886 is #672779. Grayscale: #BBBBBB. Windows color (decimal): -6760314 or 8837272. OLE color: 8837272.
HSL color Cylindrical-coordinate representation of color #98D886: hue angle of 106.83º degrees, saturation: 0.51, 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 #98D886 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 216 | 134 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.15 |
| HSL | 106.83º | 0.51% | 0.69% | - |
| HSV(B) | 106.83º | 0.38% | 0.85% | - |
| XYZ | 41.81 | 57.51 | 31.45 | - |
| YUV | 187.52 | 97.8 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 216 | 134 | 0.30 | 0 | 0.38 | 0.15 | 106.83 | 0.51 | 0.69 |
| Hex | 98 | D8 | 86 | 1E | 0 | 26 | F | 6B | 33 | 45 |
| Octal | 230 | 330 | 206 | 36 | 0 | 46 | 17 | 153 | 63 | 105 |
| Binary | 10011000 | 11011000 | 10000110 | 11110 | 0 | 100110 | 1111 | 1101011 | 110011 | 1000101 |
Color Harmonies of #98D886
Complementary color
Monochromatic Colors of #98D886
Black with #98D886
Text Example
Text Example
White with #98D886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D886; }
p { color: rgb(152,216,134); }
H1.HeaderClassName
{
color: #98D886;
}
.AnyTagClassName
{
color: #98D886;
}
</style>
background-color css
<style>
a { background-color: #98D886; }
a { background-color: rgb(152,216,134); }
div.DivClassName
{
background-color: #98D886;
}
.BgClassName
{
background-color: #98D886;
}
</style>
border-color css
<style>
span { border-color: #98D886; }
span { border-color: rgb(152,216,134); }
td.TdClassName
{
border-color: #98D886;
}
.TagClassName
{
border-color: #98D886;
}
</style>