Shades of Gossip #9ECD86
Tints of Gossip #9ECD86
RGB
CMYK
RGB Variations
Color information
#9ECD86 (or 0x9ECD86) is known color: Gossip. HEX triplet: 9E, CD and 86. RGB value is (158,205,134). Sum of RGB (Red+Green+Blue) = 158+205+134=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECD86 is #613279. Grayscale: #B7B7B7. Windows color (decimal): -6369914 or 8834462. OLE color: 8834462.
HSL color Cylindrical-coordinate representation of color #9ECD86: hue angle of 99.72º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ECD86 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 134 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.20 |
| HSL | 99.72º | 0.42% | 0.66% | - |
| HSV(B) | 99.72º | 0.35% | 0.8% | - |
| XYZ | 40.23 | 52.65 | 30.6 | - |
| YUV | 182.85 | 100.43 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 134 | 0.23 | 0 | 0.35 | 0.20 | 99.72 | 0.42 | 0.66 |
| Hex | 9E | CD | 86 | 17 | 0 | 23 | 14 | 64 | 2A | 42 |
| Octal | 236 | 315 | 206 | 27 | 0 | 43 | 24 | 144 | 52 | 102 |
| Binary | 10011110 | 11001101 | 10000110 | 10111 | 0 | 100011 | 10100 | 1100100 | 101010 | 1000010 |
Color Harmonies of #9ECD86
Complementary color
Monochromatic Colors of #9ECD86
Black with #9ECD86
Text Example
Text Example
White with #9ECD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECD86; }
p { color: rgb(158,205,134); }
H1.HeaderClassName
{
color: #9ECD86;
}
.AnyTagClassName
{
color: #9ECD86;
}
</style>
background-color css
<style>
a { background-color: #9ECD86; }
a { background-color: rgb(158,205,134); }
div.DivClassName
{
background-color: #9ECD86;
}
.BgClassName
{
background-color: #9ECD86;
}
</style>
border-color css
<style>
span { border-color: #9ECD86; }
span { border-color: rgb(158,205,134); }
td.TdClassName
{
border-color: #9ECD86;
}
.TagClassName
{
border-color: #9ECD86;
}
</style>