Shades of Avocado #96945A
Tints of Avocado #96945A
RGB
CMYK
RGB Variations
Color information
#96945A (or 0x96945A) is known color: Avocado. HEX triplet: 96, 94 and 5A. RGB value is (150,148,90). Sum of RGB (Red+Green+Blue) = 150+148+90=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #96945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96945A is #696BA5. Grayscale: #8E8E8E. Windows color (decimal): -6908838 or 5936278. OLE color: 5936278.
HSL color Cylindrical-coordinate representation of color #96945A: hue angle of 58º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96945A is Cyan = 0, Magento = 0.01, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 148 | 90 | - |
| CMYK | 0 | 0.01 | 0.4 | 0.41 |
| HSL | 58º | 0.25% | 0.47% | - |
| HSV(B) | 58º | 0.4% | 0.59% | - |
| XYZ | 25.01 | 28.4 | 13.84 | - |
| YUV | 141.99 | 98.66 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 90 | 0 | 0.01 | 0.4 | 0.41 | 58 | 0.25 | 0.47 |
| Hex | 96 | 94 | 5A | 0 | 1 | 28 | 29 | 3A | 19 | 2F |
| Octal | 226 | 224 | 132 | 0 | 1 | 50 | 51 | 72 | 31 | 57 |
| Binary | 10010110 | 10010100 | 1011010 | 0 | 1 | 101000 | 101001 | 111010 | 11001 | 101111 |
Color Harmonies of #96945A
Complementary color
Monochromatic Colors of #96945A
Black with #96945A
Text Example
Text Example
White with #96945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96945A; }
p { color: rgb(150,148,90); }
H1.HeaderClassName
{
color: #96945A;
}
.AnyTagClassName
{
color: #96945A;
}
</style>
background-color css
<style>
a { background-color: #96945A; }
a { background-color: rgb(150,148,90); }
div.DivClassName
{
background-color: #96945A;
}
.BgClassName
{
background-color: #96945A;
}
</style>
border-color css
<style>
span { border-color: #96945A; }
span { border-color: rgb(150,148,90); }
td.TdClassName
{
border-color: #96945A;
}
.TagClassName
{
border-color: #96945A;
}
</style>