Shades of Gossip #9ECE8C
Tints of Gossip #9ECE8C
RGB
CMYK
RGB Variations
Color information
#9ECE8C (or 0x9ECE8C) is known color: Gossip. HEX triplet: 9E, CE and 8C. RGB value is (158,206,140). Sum of RGB (Red+Green+Blue) = 158+206+140=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECE8C is #613173. Grayscale: #B8B8B8. Windows color (decimal): -6369652 or 9227934. OLE color: 9227934.
HSL color Cylindrical-coordinate representation of color #9ECE8C: hue angle of 103.64º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ECE8C is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 140 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.19 |
| HSL | 103.64º | 0.4% | 0.68% | - |
| HSV(B) | 103.64º | 0.32% | 0.81% | - |
| XYZ | 40.91 | 53.31 | 32.94 | - |
| YUV | 184.12 | 103.1 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 140 | 0.23 | 0 | 0.32 | 0.19 | 103.64 | 0.4 | 0.68 |
| Hex | 9E | CE | 8C | 17 | 0 | 20 | 13 | 68 | 28 | 44 |
| Octal | 236 | 316 | 214 | 27 | 0 | 40 | 23 | 150 | 50 | 104 |
| Binary | 10011110 | 11001110 | 10001100 | 10111 | 0 | 100000 | 10011 | 1101000 | 101000 | 1000100 |
Color Harmonies of #9ECE8C
Complementary color
Monochromatic Colors of #9ECE8C
Black with #9ECE8C
Text Example
Text Example
White with #9ECE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE8C; }
p { color: rgb(158,206,140); }
H1.HeaderClassName
{
color: #9ECE8C;
}
.AnyTagClassName
{
color: #9ECE8C;
}
</style>
background-color css
<style>
a { background-color: #9ECE8C; }
a { background-color: rgb(158,206,140); }
div.DivClassName
{
background-color: #9ECE8C;
}
.BgClassName
{
background-color: #9ECE8C;
}
</style>
border-color css
<style>
span { border-color: #9ECE8C; }
span { border-color: rgb(158,206,140); }
td.TdClassName
{
border-color: #9ECE8C;
}
.TagClassName
{
border-color: #9ECE8C;
}
</style>