Shades of Gossip #98D089
Tints of Gossip #98D089
RGB
CMYK
RGB Variations
Color information
#98D089 (or 0x98D089) is known color: Gossip. HEX triplet: 98, D0 and 89. RGB value is (152,208,137). Sum of RGB (Red+Green+Blue) = 152+208+137=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #98D089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D089 is #672F76. Grayscale: #B7B7B7. Windows color (decimal): -6762359 or 9031832. OLE color: 9031832.
HSL color Cylindrical-coordinate representation of color #98D089: hue angle of 107.32º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98D089 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 137 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.18 |
| HSL | 107.32º | 0.43% | 0.68% | - |
| HSV(B) | 107.32º | 0.34% | 0.82% | - |
| XYZ | 40.02 | 53.59 | 31.9 | - |
| YUV | 183.16 | 101.95 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 137 | 0.27 | 0 | 0.34 | 0.18 | 107.32 | 0.43 | 0.68 |
| Hex | 98 | D0 | 89 | 1B | 0 | 22 | 12 | 6B | 2B | 44 |
| Octal | 230 | 320 | 211 | 33 | 0 | 42 | 22 | 153 | 53 | 104 |
| Binary | 10011000 | 11010000 | 10001001 | 11011 | 0 | 100010 | 10010 | 1101011 | 101011 | 1000100 |
Color Harmonies of #98D089
Complementary color
Monochromatic Colors of #98D089
Black with #98D089
Text Example
Text Example
White with #98D089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D089; }
p { color: rgb(152,208,137); }
H1.HeaderClassName
{
color: #98D089;
}
.AnyTagClassName
{
color: #98D089;
}
</style>
background-color css
<style>
a { background-color: #98D089; }
a { background-color: rgb(152,208,137); }
div.DivClassName
{
background-color: #98D089;
}
.BgClassName
{
background-color: #98D089;
}
</style>
border-color css
<style>
span { border-color: #98D089; }
span { border-color: rgb(152,208,137); }
td.TdClassName
{
border-color: #98D089;
}
.TagClassName
{
border-color: #98D089;
}
</style>