Shades of Gossip #9EC28B
Tints of Gossip #9EC28B
RGB
CMYK
RGB Variations
Color information
#9EC28B (or 0x9EC28B) is known color: Gossip. HEX triplet: 9E, C2 and 8B. RGB value is (158,194,139). Sum of RGB (Red+Green+Blue) = 158+194+139=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC28B is #613D74. Grayscale: #B1B1B1. Windows color (decimal): -6372725 or 9159326. OLE color: 9159326.
HSL color Cylindrical-coordinate representation of color #9EC28B: hue angle of 99.27º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EC28B is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 194 | 139 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.24 |
| HSL | 99.27º | 0.31% | 0.65% | - |
| HSV(B) | 99.27º | 0.28% | 0.76% | - |
| XYZ | 38.05 | 47.72 | 31.63 | - |
| YUV | 176.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 194 | 139 | 0.19 | 0 | 0.28 | 0.24 | 99.27 | 0.31 | 0.65 |
| Hex | 9E | C2 | 8B | 13 | 0 | 1C | 18 | 63 | 1F | 41 |
| Octal | 236 | 302 | 213 | 23 | 0 | 34 | 30 | 143 | 37 | 101 |
| Binary | 10011110 | 11000010 | 10001011 | 10011 | 0 | 11100 | 11000 | 1100011 | 11111 | 1000001 |
Color Harmonies of #9EC28B
Complementary color
Monochromatic Colors of #9EC28B
Black with #9EC28B
Text Example
Text Example
White with #9EC28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC28B; }
p { color: rgb(158,194,139); }
H1.HeaderClassName
{
color: #9EC28B;
}
.AnyTagClassName
{
color: #9EC28B;
}
</style>
background-color css
<style>
a { background-color: #9EC28B; }
a { background-color: rgb(158,194,139); }
div.DivClassName
{
background-color: #9EC28B;
}
.BgClassName
{
background-color: #9EC28B;
}
</style>
border-color css
<style>
span { border-color: #9EC28B; }
span { border-color: rgb(158,194,139); }
td.TdClassName
{
border-color: #9EC28B;
}
.TagClassName
{
border-color: #9EC28B;
}
</style>