Shades of Avocado #9C995E
Tints of Avocado #9C995E
RGB
CMYK
RGB Variations
Color information
#9C995E (or 0x9C995E) is known color: Avocado. HEX triplet: 9C, 99 and 5E. RGB value is (156,153,94). Sum of RGB (Red+Green+Blue) = 156+153+94=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 156 - color contains mainly: red. Hex color #9C995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C995E is #6366A1. Grayscale: #939393. Windows color (decimal): -6514338 or 6199708. OLE color: 6199708.
HSL color Cylindrical-coordinate representation of color #9C995E: hue angle of 57.1º 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 #9C995E is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 153 | 94 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.39 |
| HSL | 57.1º | 0.25% | 0.49% | - |
| HSV(B) | 57.1º | 0.4% | 0.61% | - |
| XYZ | 27.12 | 30.66 | 15.08 | - |
| YUV | 147.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 94 | 0 | 0.02 | 0.40 | 0.39 | 57.1 | 0.25 | 0.49 |
| Hex | 9C | 99 | 5E | 0 | 2 | 28 | 27 | 39 | 19 | 31 |
| Octal | 234 | 231 | 136 | 0 | 2 | 50 | 47 | 71 | 31 | 61 |
| Binary | 10011100 | 10011001 | 1011110 | 0 | 10 | 101000 | 100111 | 111001 | 11001 | 110001 |
Color Harmonies of #9C995E
Complementary color
Monochromatic Colors of #9C995E
Black with #9C995E
Text Example
Text Example
White with #9C995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C995E; }
p { color: rgb(156,153,94); }
H1.HeaderClassName
{
color: #9C995E;
}
.AnyTagClassName
{
color: #9C995E;
}
</style>
background-color css
<style>
a { background-color: #9C995E; }
a { background-color: rgb(156,153,94); }
div.DivClassName
{
background-color: #9C995E;
}
.BgClassName
{
background-color: #9C995E;
}
</style>
border-color css
<style>
span { border-color: #9C995E; }
span { border-color: rgb(156,153,94); }
td.TdClassName
{
border-color: #9C995E;
}
.TagClassName
{
border-color: #9C995E;
}
</style>