Shades of Gossip #9ECB8D
Tints of Gossip #9ECB8D
RGB
CMYK
RGB Variations
Color information
#9ECB8D (or 0x9ECB8D) is known color: Gossip. HEX triplet: 9E, CB and 8D. RGB value is (158,203,141). Sum of RGB (Red+Green+Blue) = 158+203+141=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECB8D is #613472. Grayscale: #B6B6B6. Windows color (decimal): -6370419 or 9292702. OLE color: 9292702.
HSL color Cylindrical-coordinate representation of color #9ECB8D: hue angle of 103.55º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ECB8D is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 203 | 141 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.20 |
| HSL | 103.55º | 0.37% | 0.67% | - |
| HSV(B) | 103.55º | 0.31% | 0.8% | - |
| XYZ | 40.26 | 51.9 | 33.1 | - |
| YUV | 182.48 | 104.59 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 141 | 0.22 | 0 | 0.31 | 0.20 | 103.55 | 0.37 | 0.67 |
| Hex | 9E | CB | 8D | 16 | 0 | 1F | 14 | 68 | 25 | 43 |
| Octal | 236 | 313 | 215 | 26 | 0 | 37 | 24 | 150 | 45 | 103 |
| Binary | 10011110 | 11001011 | 10001101 | 10110 | 0 | 11111 | 10100 | 1101000 | 100101 | 1000011 |
Color Harmonies of #9ECB8D
Complementary color
Monochromatic Colors of #9ECB8D
Black with #9ECB8D
Text Example
Text Example
White with #9ECB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECB8D; }
p { color: rgb(158,203,141); }
H1.HeaderClassName
{
color: #9ECB8D;
}
.AnyTagClassName
{
color: #9ECB8D;
}
</style>
background-color css
<style>
a { background-color: #9ECB8D; }
a { background-color: rgb(158,203,141); }
div.DivClassName
{
background-color: #9ECB8D;
}
.BgClassName
{
background-color: #9ECB8D;
}
</style>
border-color css
<style>
span { border-color: #9ECB8D; }
span { border-color: rgb(158,203,141); }
td.TdClassName
{
border-color: #9ECB8D;
}
.TagClassName
{
border-color: #9ECB8D;
}
</style>