Shades of Avocado #96985E
Tints of Avocado #96985E
RGB
CMYK
RGB Variations
Color information
#96985E (or 0x96985E) is known color: Avocado. HEX triplet: 96, 98 and 5E. RGB value is (150,152,94). Sum of RGB (Red+Green+Blue) = 150+152+94=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 152 - color contains mainly: green. Hex color #96985E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96985E is #6967A1. Grayscale: #919191. Windows color (decimal): -6907810 or 6199446. OLE color: 6199446.
HSL color Cylindrical-coordinate representation of color #96985E: hue angle of 62.07º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96985E is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 152 | 94 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.40 |
| HSL | 62.07º | 0.24% | 0.48% | - |
| HSV(B) | 62.07º | 0.38% | 0.6% | - |
| XYZ | 25.83 | 29.75 | 14.97 | - |
| YUV | 144.79 | 99.34 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 94 | 0.01 | 0 | 0.38 | 0.40 | 62.07 | 0.24 | 0.48 |
| Hex | 96 | 98 | 5E | 1 | 0 | 26 | 28 | 3E | 18 | 30 |
| Octal | 226 | 230 | 136 | 1 | 0 | 46 | 50 | 76 | 30 | 60 |
| Binary | 10010110 | 10011000 | 1011110 | 1 | 0 | 100110 | 101000 | 111110 | 11000 | 110000 |
Color Harmonies of #96985E
Complementary color
Monochromatic Colors of #96985E
Black with #96985E
Text Example
Text Example
White with #96985E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96985E; }
p { color: rgb(150,152,94); }
H1.HeaderClassName
{
color: #96985E;
}
.AnyTagClassName
{
color: #96985E;
}
</style>
background-color css
<style>
a { background-color: #96985E; }
a { background-color: rgb(150,152,94); }
div.DivClassName
{
background-color: #96985E;
}
.BgClassName
{
background-color: #96985E;
}
</style>
border-color css
<style>
span { border-color: #96985E; }
span { border-color: rgb(150,152,94); }
td.TdClassName
{
border-color: #96985E;
}
.TagClassName
{
border-color: #96985E;
}
</style>