Shades of Gossip #9EC785
Tints of Gossip #9EC785
RGB
CMYK
RGB Variations
Color information
#9EC785 (or 0x9EC785) is known color: Gossip. HEX triplet: 9E, C7 and 85. RGB value is (158,199,133). Sum of RGB (Red+Green+Blue) = 158+199+133=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC785 is #61387A. Grayscale: #B3B3B3. Windows color (decimal): -6371451 or 8767390. OLE color: 8767390.
HSL color Cylindrical-coordinate representation of color #9EC785: hue angle of 97.27º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EC785 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 199 | 133 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.22 |
| HSL | 97.27º | 0.37% | 0.65% | - |
| HSV(B) | 97.27º | 0.33% | 0.78% | - |
| XYZ | 38.76 | 49.81 | 29.76 | - |
| YUV | 179.22 | 101.92 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 199 | 133 | 0.21 | 0 | 0.33 | 0.22 | 97.27 | 0.37 | 0.65 |
| Hex | 9E | C7 | 85 | 15 | 0 | 21 | 16 | 61 | 25 | 41 |
| Octal | 236 | 307 | 205 | 25 | 0 | 41 | 26 | 141 | 45 | 101 |
| Binary | 10011110 | 11000111 | 10000101 | 10101 | 0 | 100001 | 10110 | 1100001 | 100101 | 1000001 |
Color Harmonies of #9EC785
Complementary color
Monochromatic Colors of #9EC785
Black with #9EC785
Text Example
Text Example
White with #9EC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC785; }
p { color: rgb(158,199,133); }
H1.HeaderClassName
{
color: #9EC785;
}
.AnyTagClassName
{
color: #9EC785;
}
</style>
background-color css
<style>
a { background-color: #9EC785; }
a { background-color: rgb(158,199,133); }
div.DivClassName
{
background-color: #9EC785;
}
.BgClassName
{
background-color: #9EC785;
}
</style>
border-color css
<style>
span { border-color: #9EC785; }
span { border-color: rgb(158,199,133); }
td.TdClassName
{
border-color: #9EC785;
}
.TagClassName
{
border-color: #9EC785;
}
</style>