Shades of Gossip #98D867
Tints of Gossip #98D867
RGB
CMYK
RGB Variations
Color information
#98D867 (or 0x98D867) is known color: Gossip. HEX triplet: 98, D8 and 67. RGB value is (152,216,103). Sum of RGB (Red+Green+Blue) = 152+216+103=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 216 - color contains mainly: green. Hex color #98D867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D867 is #672798. Grayscale: #B8B8B8. Windows color (decimal): -6760345 or 6805656. OLE color: 6805656.
HSL color Cylindrical-coordinate representation of color #98D867: hue angle of 93.98º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98D867 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 216 | 103 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.15 |
| HSL | 93.98º | 0.59% | 0.63% | - |
| HSV(B) | 93.98º | 0.52% | 0.85% | - |
| XYZ | 39.95 | 56.77 | 21.68 | - |
| YUV | 183.98 | 82.3 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 216 | 103 | 0.30 | 0 | 0.52 | 0.15 | 93.98 | 0.59 | 0.63 |
| Hex | 98 | D8 | 67 | 1E | 0 | 34 | F | 5E | 3B | 3F |
| Octal | 230 | 330 | 147 | 36 | 0 | 64 | 17 | 136 | 73 | 77 |
| Binary | 10011000 | 11011000 | 1100111 | 11110 | 0 | 110100 | 1111 | 1011110 | 111011 | 111111 |
Color Harmonies of #98D867
Complementary color
Monochromatic Colors of #98D867
Black with #98D867
Text Example
Text Example
White with #98D867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D867; }
p { color: rgb(152,216,103); }
H1.HeaderClassName
{
color: #98D867;
}
.AnyTagClassName
{
color: #98D867;
}
</style>
background-color css
<style>
a { background-color: #98D867; }
a { background-color: rgb(152,216,103); }
div.DivClassName
{
background-color: #98D867;
}
.BgClassName
{
background-color: #98D867;
}
</style>
border-color css
<style>
span { border-color: #98D867; }
span { border-color: rgb(152,216,103); }
td.TdClassName
{
border-color: #98D867;
}
.TagClassName
{
border-color: #98D867;
}
</style>