Shades of Gossip #9EC382
Tints of Gossip #9EC382
RGB
CMYK
RGB Variations
Color information
#9EC382 (or 0x9EC382) is known color: Gossip. HEX triplet: 9E, C3 and 82. RGB value is (158,195,130). Sum of RGB (Red+Green+Blue) = 158+195+130=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC382 is #613C7D. Grayscale: #B0B0B0. Windows color (decimal): -6372478 or 8569758. OLE color: 8569758.
HSL color Cylindrical-coordinate representation of color #9EC382: hue angle of 94.15º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EC382 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 130 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.24 |
| HSL | 94.15º | 0.35% | 0.64% | - |
| HSV(B) | 94.15º | 0.33% | 0.76% | - |
| XYZ | 37.64 | 47.91 | 28.38 | - |
| YUV | 176.53 | 101.74 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 130 | 0.19 | 0 | 0.33 | 0.24 | 94.15 | 0.35 | 0.64 |
| Hex | 9E | C3 | 82 | 13 | 0 | 21 | 18 | 5E | 23 | 40 |
| Octal | 236 | 303 | 202 | 23 | 0 | 41 | 30 | 136 | 43 | 100 |
| Binary | 10011110 | 11000011 | 10000010 | 10011 | 0 | 100001 | 11000 | 1011110 | 100011 | 1000000 |
Color Harmonies of #9EC382
Complementary color
Monochromatic Colors of #9EC382
Black with #9EC382
Text Example
Text Example
White with #9EC382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC382; }
p { color: rgb(158,195,130); }
H1.HeaderClassName
{
color: #9EC382;
}
.AnyTagClassName
{
color: #9EC382;
}
</style>
background-color css
<style>
a { background-color: #9EC382; }
a { background-color: rgb(158,195,130); }
div.DivClassName
{
background-color: #9EC382;
}
.BgClassName
{
background-color: #9EC382;
}
</style>
border-color css
<style>
span { border-color: #9EC382; }
span { border-color: rgb(158,195,130); }
td.TdClassName
{
border-color: #9EC382;
}
.TagClassName
{
border-color: #9EC382;
}
</style>