Shades of Avocado #9D9C5E
Tints of Avocado #9D9C5E
RGB
CMYK
RGB Variations
Color information
#9D9C5E (or 0x9D9C5E) is known color: Avocado. HEX triplet: 9D, 9C and 5E. RGB value is (157,156,94). Sum of RGB (Red+Green+Blue) = 157+156+94=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9C5E is #6263A1. Grayscale: #959595. Windows color (decimal): -6448034 or 6200477. OLE color: 6200477.
HSL color Cylindrical-coordinate representation of color #9D9C5E: hue angle of 59.05º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D9C5E is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 156 | 94 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.38 |
| HSL | 59.05º | 0.25% | 0.49% | - |
| HSV(B) | 59.05º | 0.4% | 0.62% | - |
| XYZ | 27.81 | 31.75 | 15.25 | - |
| YUV | 149.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 156 | 94 | 0 | 0.01 | 0.40 | 0.38 | 59.05 | 0.25 | 0.49 |
| Hex | 9D | 9C | 5E | 0 | 1 | 28 | 26 | 3B | 19 | 31 |
| Octal | 235 | 234 | 136 | 0 | 1 | 50 | 46 | 73 | 31 | 61 |
| Binary | 10011101 | 10011100 | 1011110 | 0 | 1 | 101000 | 100110 | 111011 | 11001 | 110001 |
Color Harmonies of #9D9C5E
Complementary color
Monochromatic Colors of #9D9C5E
Black with #9D9C5E
Text Example
Text Example
White with #9D9C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9C5E; }
p { color: rgb(157,156,94); }
H1.HeaderClassName
{
color: #9D9C5E;
}
.AnyTagClassName
{
color: #9D9C5E;
}
</style>
background-color css
<style>
a { background-color: #9D9C5E; }
a { background-color: rgb(157,156,94); }
div.DivClassName
{
background-color: #9D9C5E;
}
.BgClassName
{
background-color: #9D9C5E;
}
</style>
border-color css
<style>
span { border-color: #9D9C5E; }
span { border-color: rgb(157,156,94); }
td.TdClassName
{
border-color: #9D9C5E;
}
.TagClassName
{
border-color: #9D9C5E;
}
</style>