Shades of Gossip #9ECE86
Tints of Gossip #9ECE86
RGB
CMYK
RGB Variations
Color information
#9ECE86 (or 0x9ECE86) is known color: Gossip. HEX triplet: 9E, CE and 86. RGB value is (158,206,134). Sum of RGB (Red+Green+Blue) = 158+206+134=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECE86 is #613179. Grayscale: #B7B7B7. Windows color (decimal): -6369658 or 8834718. OLE color: 8834718.
HSL color Cylindrical-coordinate representation of color #9ECE86: hue angle of 100º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ECE86 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 134 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.19 |
| HSL | 100º | 0.42% | 0.67% | - |
| HSV(B) | 100º | 0.35% | 0.81% | - |
| XYZ | 40.47 | 53.13 | 30.68 | - |
| YUV | 183.44 | 100.1 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 134 | 0.23 | 0 | 0.35 | 0.19 | 100 | 0.42 | 0.67 |
| Hex | 9E | CE | 86 | 17 | 0 | 23 | 13 | 64 | 2A | 43 |
| Octal | 236 | 316 | 206 | 27 | 0 | 43 | 23 | 144 | 52 | 103 |
| Binary | 10011110 | 11001110 | 10000110 | 10111 | 0 | 100011 | 10011 | 1100100 | 101010 | 1000011 |
Color Harmonies of #9ECE86
Complementary color
Monochromatic Colors of #9ECE86
Black with #9ECE86
Text Example
Text Example
White with #9ECE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE86; }
p { color: rgb(158,206,134); }
H1.HeaderClassName
{
color: #9ECE86;
}
.AnyTagClassName
{
color: #9ECE86;
}
</style>
background-color css
<style>
a { background-color: #9ECE86; }
a { background-color: rgb(158,206,134); }
div.DivClassName
{
background-color: #9ECE86;
}
.BgClassName
{
background-color: #9ECE86;
}
</style>
border-color css
<style>
span { border-color: #9ECE86; }
span { border-color: rgb(158,206,134); }
td.TdClassName
{
border-color: #9ECE86;
}
.TagClassName
{
border-color: #9ECE86;
}
</style>