Shades of Gossip #98D786
Tints of Gossip #98D786
RGB
CMYK
RGB Variations
Color information
#98D786 (or 0x98D786) is known color: Gossip. HEX triplet: 98, D7 and 86. RGB value is (152,215,134). Sum of RGB (Red+Green+Blue) = 152+215+134=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #98D786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D786 is #672879. Grayscale: #BBBBBB. Windows color (decimal): -6760570 or 8837016. OLE color: 8837016.
HSL color Cylindrical-coordinate representation of color #98D786: hue angle of 106.67º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98D786 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 215 | 134 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.16 |
| HSL | 106.67º | 0.5% | 0.68% | - |
| HSV(B) | 106.67º | 0.38% | 0.84% | - |
| XYZ | 41.55 | 57 | 31.37 | - |
| YUV | 186.93 | 98.13 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 215 | 134 | 0.29 | 0 | 0.38 | 0.16 | 106.67 | 0.5 | 0.68 |
| Hex | 98 | D7 | 86 | 1D | 0 | 26 | 10 | 6B | 32 | 44 |
| Octal | 230 | 327 | 206 | 35 | 0 | 46 | 20 | 153 | 62 | 104 |
| Binary | 10011000 | 11010111 | 10000110 | 11101 | 0 | 100110 | 10000 | 1101011 | 110010 | 1000100 |
Color Harmonies of #98D786
Complementary color
Monochromatic Colors of #98D786
Black with #98D786
Text Example
Text Example
White with #98D786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D786; }
p { color: rgb(152,215,134); }
H1.HeaderClassName
{
color: #98D786;
}
.AnyTagClassName
{
color: #98D786;
}
</style>
background-color css
<style>
a { background-color: #98D786; }
a { background-color: rgb(152,215,134); }
div.DivClassName
{
background-color: #98D786;
}
.BgClassName
{
background-color: #98D786;
}
</style>
border-color css
<style>
span { border-color: #98D786; }
span { border-color: rgb(152,215,134); }
td.TdClassName
{
border-color: #98D786;
}
.TagClassName
{
border-color: #98D786;
}
</style>