Shades of Gossip #9EC681
Tints of Gossip #9EC681
RGB
CMYK
RGB Variations
Color information
#9EC681 (or 0x9EC681) is known color: Gossip. HEX triplet: 9E, C6 and 81. RGB value is (158,198,129). Sum of RGB (Red+Green+Blue) = 158+198+129=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC681 is #61397E. Grayscale: #B2B2B2. Windows color (decimal): -6371711 or 8504990. OLE color: 8504990.
HSL color Cylindrical-coordinate representation of color #9EC681: hue angle of 94.78º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EC681 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 198 | 129 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.22 |
| HSL | 94.78º | 0.38% | 0.64% | - |
| HSV(B) | 94.78º | 0.35% | 0.78% | - |
| XYZ | 38.26 | 49.24 | 28.26 | - |
| YUV | 178.17 | 100.25 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 129 | 0.20 | 0 | 0.35 | 0.22 | 94.78 | 0.38 | 0.64 |
| Hex | 9E | C6 | 81 | 14 | 0 | 23 | 16 | 5F | 26 | 40 |
| Octal | 236 | 306 | 201 | 24 | 0 | 43 | 26 | 137 | 46 | 100 |
| Binary | 10011110 | 11000110 | 10000001 | 10100 | 0 | 100011 | 10110 | 1011111 | 100110 | 1000000 |
Color Harmonies of #9EC681
Complementary color
Monochromatic Colors of #9EC681
Black with #9EC681
Text Example
Text Example
White with #9EC681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC681; }
p { color: rgb(158,198,129); }
H1.HeaderClassName
{
color: #9EC681;
}
.AnyTagClassName
{
color: #9EC681;
}
</style>
background-color css
<style>
a { background-color: #9EC681; }
a { background-color: rgb(158,198,129); }
div.DivClassName
{
background-color: #9EC681;
}
.BgClassName
{
background-color: #9EC681;
}
</style>
border-color css
<style>
span { border-color: #9EC681; }
span { border-color: rgb(158,198,129); }
td.TdClassName
{
border-color: #9EC681;
}
.TagClassName
{
border-color: #9EC681;
}
</style>