Shades of Avocado #96945E
Tints of Avocado #96945E
RGB
CMYK
RGB Variations
Color information
#96945E (or 0x96945E) is known color: Avocado. HEX triplet: 96, 94 and 5E. RGB value is (150,148,94). Sum of RGB (Red+Green+Blue) = 150+148+94=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #96945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96945E is #696BA1. Grayscale: #8E8E8E. Windows color (decimal): -6908834 or 6198422. OLE color: 6198422.
HSL color Cylindrical-coordinate representation of color #96945E: hue angle of 57.86º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96945E is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 148 | 94 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.41 |
| HSL | 57.86º | 0.23% | 0.48% | - |
| HSV(B) | 57.86º | 0.37% | 0.59% | - |
| XYZ | 25.19 | 28.47 | 14.76 | - |
| YUV | 142.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 94 | 0 | 0.01 | 0.37 | 0.41 | 57.86 | 0.23 | 0.48 |
| Hex | 96 | 94 | 5E | 0 | 1 | 25 | 29 | 3A | 17 | 30 |
| Octal | 226 | 224 | 136 | 0 | 1 | 45 | 51 | 72 | 27 | 60 |
| Binary | 10010110 | 10010100 | 1011110 | 0 | 1 | 100101 | 101001 | 111010 | 10111 | 110000 |
Color Harmonies of #96945E
Complementary color
Monochromatic Colors of #96945E
Black with #96945E
Text Example
Text Example
White with #96945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96945E; }
p { color: rgb(150,148,94); }
H1.HeaderClassName
{
color: #96945E;
}
.AnyTagClassName
{
color: #96945E;
}
</style>
background-color css
<style>
a { background-color: #96945E; }
a { background-color: rgb(150,148,94); }
div.DivClassName
{
background-color: #96945E;
}
.BgClassName
{
background-color: #96945E;
}
</style>
border-color css
<style>
span { border-color: #96945E; }
span { border-color: rgb(150,148,94); }
td.TdClassName
{
border-color: #96945E;
}
.TagClassName
{
border-color: #96945E;
}
</style>