Shades of Gossip #9EDB89
Tints of Gossip #9EDB89
RGB
CMYK
RGB Variations
Color information
#9EDB89 (or 0x9EDB89) is known color: Gossip. HEX triplet: 9E, DB and 89. RGB value is (158,219,137). Sum of RGB (Red+Green+Blue) = 158+219+137=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDB89 is #612476. Grayscale: #BFBFBF. Windows color (decimal): -6366327 or 9034654. OLE color: 9034654.
HSL color Cylindrical-coordinate representation of color #9EDB89: hue angle of 104.63º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EDB89 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 137 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.14 |
| HSL | 104.63º | 0.53% | 0.7% | - |
| HSV(B) | 104.63º | 0.37% | 0.86% | - |
| XYZ | 43.95 | 59.74 | 32.88 | - |
| YUV | 191.41 | 97.29 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 137 | 0.28 | 0 | 0.37 | 0.14 | 104.63 | 0.53 | 0.7 |
| Hex | 9E | DB | 89 | 1C | 0 | 25 | E | 69 | 35 | 46 |
| Octal | 236 | 333 | 211 | 34 | 0 | 45 | 16 | 151 | 65 | 106 |
| Binary | 10011110 | 11011011 | 10001001 | 11100 | 0 | 100101 | 1110 | 1101001 | 110101 | 1000110 |
Color Harmonies of #9EDB89
Complementary color
Monochromatic Colors of #9EDB89
Black with #9EDB89
Text Example
Text Example
White with #9EDB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB89; }
p { color: rgb(158,219,137); }
H1.HeaderClassName
{
color: #9EDB89;
}
.AnyTagClassName
{
color: #9EDB89;
}
</style>
background-color css
<style>
a { background-color: #9EDB89; }
a { background-color: rgb(158,219,137); }
div.DivClassName
{
background-color: #9EDB89;
}
.BgClassName
{
background-color: #9EDB89;
}
</style>
border-color css
<style>
span { border-color: #9EDB89; }
span { border-color: rgb(158,219,137); }
td.TdClassName
{
border-color: #9EDB89;
}
.TagClassName
{
border-color: #9EDB89;
}
</style>