Shades of Avocado #9C985E
Tints of Avocado #9C985E
RGB
CMYK
RGB Variations
Color information
#9C985E (or 0x9C985E) is known color: Avocado. HEX triplet: 9C, 98 and 5E. RGB value is (156,152,94). Sum of RGB (Red+Green+Blue) = 156+152+94=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 156 - color contains mainly: red. Hex color #9C985E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C985E is #6367A1. Grayscale: #929292. Windows color (decimal): -6514594 or 6199452. OLE color: 6199452.
HSL color Cylindrical-coordinate representation of color #9C985E: hue angle of 56.13º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C985E is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 152 | 94 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.39 |
| HSL | 56.13º | 0.25% | 0.49% | - |
| HSV(B) | 56.13º | 0.4% | 0.61% | - |
| XYZ | 26.96 | 30.33 | 15.02 | - |
| YUV | 146.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 152 | 94 | 0 | 0.03 | 0.40 | 0.39 | 56.13 | 0.25 | 0.49 |
| Hex | 9C | 98 | 5E | 0 | 3 | 28 | 27 | 38 | 19 | 31 |
| Octal | 234 | 230 | 136 | 0 | 3 | 50 | 47 | 70 | 31 | 61 |
| Binary | 10011100 | 10011000 | 1011110 | 0 | 11 | 101000 | 100111 | 111000 | 11001 | 110001 |
Color Harmonies of #9C985E
Complementary color
Monochromatic Colors of #9C985E
Black with #9C985E
Text Example
Text Example
White with #9C985E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C985E; }
p { color: rgb(156,152,94); }
H1.HeaderClassName
{
color: #9C985E;
}
.AnyTagClassName
{
color: #9C985E;
}
</style>
background-color css
<style>
a { background-color: #9C985E; }
a { background-color: rgb(156,152,94); }
div.DivClassName
{
background-color: #9C985E;
}
.BgClassName
{
background-color: #9C985E;
}
</style>
border-color css
<style>
span { border-color: #9C985E; }
span { border-color: rgb(156,152,94); }
td.TdClassName
{
border-color: #9C985E;
}
.TagClassName
{
border-color: #9C985E;
}
</style>