Shades of Gossip #9EC482
Tints of Gossip #9EC482
RGB
CMYK
RGB Variations
Color information
#9EC482 (or 0x9EC482) is known color: Gossip. HEX triplet: 9E, C4 and 82. RGB value is (158,196,130). Sum of RGB (Red+Green+Blue) = 158+196+130=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC482 is #613B7D. Grayscale: #B1B1B1. Windows color (decimal): -6372222 or 8570014. OLE color: 8570014.
HSL color Cylindrical-coordinate representation of color #9EC482: hue angle of 94.55º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EC482 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 196 | 130 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.23 |
| HSL | 94.55º | 0.36% | 0.64% | - |
| HSV(B) | 94.55º | 0.34% | 0.77% | - |
| XYZ | 37.87 | 48.36 | 28.46 | - |
| YUV | 177.11 | 101.41 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 196 | 130 | 0.19 | 0 | 0.34 | 0.23 | 94.55 | 0.36 | 0.64 |
| Hex | 9E | C4 | 82 | 13 | 0 | 22 | 17 | 5F | 24 | 40 |
| Octal | 236 | 304 | 202 | 23 | 0 | 42 | 27 | 137 | 44 | 100 |
| Binary | 10011110 | 11000100 | 10000010 | 10011 | 0 | 100010 | 10111 | 1011111 | 100100 | 1000000 |
Color Harmonies of #9EC482
Complementary color
Monochromatic Colors of #9EC482
Black with #9EC482
Text Example
Text Example
White with #9EC482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC482; }
p { color: rgb(158,196,130); }
H1.HeaderClassName
{
color: #9EC482;
}
.AnyTagClassName
{
color: #9EC482;
}
</style>
background-color css
<style>
a { background-color: #9EC482; }
a { background-color: rgb(158,196,130); }
div.DivClassName
{
background-color: #9EC482;
}
.BgClassName
{
background-color: #9EC482;
}
</style>
border-color css
<style>
span { border-color: #9EC482; }
span { border-color: rgb(158,196,130); }
td.TdClassName
{
border-color: #9EC482;
}
.TagClassName
{
border-color: #9EC482;
}
</style>