Shades of Avocado #9E9C5C
Tints of Avocado #9E9C5C
RGB
CMYK
RGB Variations
Color information
#9E9C5C (or 0x9E9C5C) is known color: Avocado. HEX triplet: 9E, 9C and 5C. RGB value is (158,156,92). Sum of RGB (Red+Green+Blue) = 158+156+92=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9C5C is #6163A3. Grayscale: #959595. Windows color (decimal): -6382500 or 6069406. OLE color: 6069406.
HSL color Cylindrical-coordinate representation of color #9E9C5C: hue angle of 58.18º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E9C5C is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 156 | 92 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.38 |
| HSL | 58.18º | 0.26% | 0.49% | - |
| HSV(B) | 58.18º | 0.42% | 0.62% | - |
| XYZ | 27.92 | 31.82 | 14.8 | - |
| YUV | 149.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 156 | 92 | 0 | 0.01 | 0.42 | 0.38 | 58.18 | 0.26 | 0.49 |
| Hex | 9E | 9C | 5C | 0 | 1 | 2A | 26 | 3A | 1A | 31 |
| Octal | 236 | 234 | 134 | 0 | 1 | 52 | 46 | 72 | 32 | 61 |
| Binary | 10011110 | 10011100 | 1011100 | 0 | 1 | 101010 | 100110 | 111010 | 11010 | 110001 |
Color Harmonies of #9E9C5C
Complementary color
Monochromatic Colors of #9E9C5C
Black with #9E9C5C
Text Example
Text Example
White with #9E9C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9C5C; }
p { color: rgb(158,156,92); }
H1.HeaderClassName
{
color: #9E9C5C;
}
.AnyTagClassName
{
color: #9E9C5C;
}
</style>
background-color css
<style>
a { background-color: #9E9C5C; }
a { background-color: rgb(158,156,92); }
div.DivClassName
{
background-color: #9E9C5C;
}
.BgClassName
{
background-color: #9E9C5C;
}
</style>
border-color css
<style>
span { border-color: #9E9C5C; }
span { border-color: rgb(158,156,92); }
td.TdClassName
{
border-color: #9E9C5C;
}
.TagClassName
{
border-color: #9E9C5C;
}
</style>