Shades of Gossip #9EC485
Tints of Gossip #9EC485
RGB
CMYK
RGB Variations
Color information
#9EC485 (or 0x9EC485) is known color: Gossip. HEX triplet: 9E, C4 and 85. RGB value is (158,196,133). Sum of RGB (Red+Green+Blue) = 158+196+133=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC485 is #613B7A. Grayscale: #B1B1B1. Windows color (decimal): -6372219 or 8766622. OLE color: 8766622.
HSL color Cylindrical-coordinate representation of color #9EC485: hue angle of 96.19º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EC485 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 196 | 133 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.23 |
| HSL | 96.19º | 0.35% | 0.65% | - |
| HSV(B) | 96.19º | 0.32% | 0.77% | - |
| XYZ | 38.07 | 48.44 | 29.53 | - |
| YUV | 177.46 | 102.91 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 196 | 133 | 0.19 | 0 | 0.32 | 0.23 | 96.19 | 0.35 | 0.65 |
| Hex | 9E | C4 | 85 | 13 | 0 | 20 | 17 | 60 | 23 | 41 |
| Octal | 236 | 304 | 205 | 23 | 0 | 40 | 27 | 140 | 43 | 101 |
| Binary | 10011110 | 11000100 | 10000101 | 10011 | 0 | 100000 | 10111 | 1100000 | 100011 | 1000001 |
Color Harmonies of #9EC485
Complementary color
Monochromatic Colors of #9EC485
Black with #9EC485
Text Example
Text Example
White with #9EC485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC485; }
p { color: rgb(158,196,133); }
H1.HeaderClassName
{
color: #9EC485;
}
.AnyTagClassName
{
color: #9EC485;
}
</style>
background-color css
<style>
a { background-color: #9EC485; }
a { background-color: rgb(158,196,133); }
div.DivClassName
{
background-color: #9EC485;
}
.BgClassName
{
background-color: #9EC485;
}
</style>
border-color css
<style>
span { border-color: #9EC485; }
span { border-color: rgb(158,196,133); }
td.TdClassName
{
border-color: #9EC485;
}
.TagClassName
{
border-color: #9EC485;
}
</style>