Shades of Gossip #9EC587
Tints of Gossip #9EC587
RGB
CMYK
RGB Variations
Color information
#9EC587 (or 0x9EC587) is known color: Gossip. HEX triplet: 9E, C5 and 87. RGB value is (158,197,135). Sum of RGB (Red+Green+Blue) = 158+197+135=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC587 is #613A78. Grayscale: #B2B2B2. Windows color (decimal): -6371961 or 8897950. OLE color: 8897950.
HSL color Cylindrical-coordinate representation of color #9EC587: hue angle of 97.74º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EC587 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 197 | 135 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.23 |
| HSL | 97.74º | 0.35% | 0.65% | - |
| HSV(B) | 97.74º | 0.31% | 0.77% | - |
| XYZ | 38.44 | 48.95 | 30.34 | - |
| YUV | 178.27 | 103.58 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 135 | 0.20 | 0 | 0.31 | 0.23 | 97.74 | 0.35 | 0.65 |
| Hex | 9E | C5 | 87 | 14 | 0 | 1F | 17 | 62 | 23 | 41 |
| Octal | 236 | 305 | 207 | 24 | 0 | 37 | 27 | 142 | 43 | 101 |
| Binary | 10011110 | 11000101 | 10000111 | 10100 | 0 | 11111 | 10111 | 1100010 | 100011 | 1000001 |
Color Harmonies of #9EC587
Complementary color
Monochromatic Colors of #9EC587
Black with #9EC587
Text Example
Text Example
White with #9EC587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC587; }
p { color: rgb(158,197,135); }
H1.HeaderClassName
{
color: #9EC587;
}
.AnyTagClassName
{
color: #9EC587;
}
</style>
background-color css
<style>
a { background-color: #9EC587; }
a { background-color: rgb(158,197,135); }
div.DivClassName
{
background-color: #9EC587;
}
.BgClassName
{
background-color: #9EC587;
}
</style>
border-color css
<style>
span { border-color: #9EC587; }
span { border-color: rgb(158,197,135); }
td.TdClassName
{
border-color: #9EC587;
}
.TagClassName
{
border-color: #9EC587;
}
</style>