Shades of Avocado #9E9C5F
Tints of Avocado #9E9C5F
RGB
CMYK
RGB Variations
Color information
#9E9C5F (or 0x9E9C5F) is known color: Avocado. HEX triplet: 9E, 9C and 5F. RGB value is (158,156,95). Sum of RGB (Red+Green+Blue) = 158+156+95=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9C5F is #6163A0. Grayscale: #959595. Windows color (decimal): -6382497 or 6266014. OLE color: 6266014.
HSL color Cylindrical-coordinate representation of color #9E9C5F: hue angle of 58.1º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E9C5F is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 156 | 95 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.38 |
| HSL | 58.1º | 0.25% | 0.5% | - |
| HSV(B) | 58.1º | 0.4% | 0.62% | - |
| XYZ | 28.05 | 31.87 | 15.5 | - |
| YUV | 149.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 156 | 95 | 0 | 0.01 | 0.40 | 0.38 | 58.1 | 0.25 | 0.5 |
| Hex | 9E | 9C | 5F | 0 | 1 | 28 | 26 | 3A | 19 | 32 |
| Octal | 236 | 234 | 137 | 0 | 1 | 50 | 46 | 72 | 31 | 62 |
| Binary | 10011110 | 10011100 | 1011111 | 0 | 1 | 101000 | 100110 | 111010 | 11001 | 110010 |
Color Harmonies of #9E9C5F
Complementary color
Monochromatic Colors of #9E9C5F
Black with #9E9C5F
Text Example
Text Example
White with #9E9C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9C5F; }
p { color: rgb(158,156,95); }
H1.HeaderClassName
{
color: #9E9C5F;
}
.AnyTagClassName
{
color: #9E9C5F;
}
</style>
background-color css
<style>
a { background-color: #9E9C5F; }
a { background-color: rgb(158,156,95); }
div.DivClassName
{
background-color: #9E9C5F;
}
.BgClassName
{
background-color: #9E9C5F;
}
</style>
border-color css
<style>
span { border-color: #9E9C5F; }
span { border-color: rgb(158,156,95); }
td.TdClassName
{
border-color: #9E9C5F;
}
.TagClassName
{
border-color: #9E9C5F;
}
</style>