Shades of Avocado #96995A
Tints of Avocado #96995A
RGB
CMYK
RGB Variations
Color information
#96995A (or 0x96995A) is known color: Avocado. HEX triplet: 96, 99 and 5A. RGB value is (150,153,90). Sum of RGB (Red+Green+Blue) = 150+153+90=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #96995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96995A is #6966A5. Grayscale: #919191. Windows color (decimal): -6907558 or 5937558. OLE color: 5937558.
HSL color Cylindrical-coordinate representation of color #96995A: hue angle of 62.86º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96995A is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 153 | 90 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.4 |
| HSL | 62.86º | 0.26% | 0.48% | - |
| HSV(B) | 62.86º | 0.41% | 0.6% | - |
| XYZ | 25.81 | 30 | 14.1 | - |
| YUV | 144.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 90 | 0.02 | 0 | 0.41 | 0.4 | 62.86 | 0.26 | 0.48 |
| Hex | 96 | 99 | 5A | 2 | 0 | 29 | 28 | 3F | 1A | 30 |
| Octal | 226 | 231 | 132 | 2 | 0 | 51 | 50 | 77 | 32 | 60 |
| Binary | 10010110 | 10011001 | 1011010 | 10 | 0 | 101001 | 101000 | 111111 | 11010 | 110000 |
Color Harmonies of #96995A
Complementary color
Monochromatic Colors of #96995A
Black with #96995A
Text Example
Text Example
White with #96995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96995A; }
p { color: rgb(150,153,90); }
H1.HeaderClassName
{
color: #96995A;
}
.AnyTagClassName
{
color: #96995A;
}
</style>
background-color css
<style>
a { background-color: #96995A; }
a { background-color: rgb(150,153,90); }
div.DivClassName
{
background-color: #96995A;
}
.BgClassName
{
background-color: #96995A;
}
</style>
border-color css
<style>
span { border-color: #96995A; }
span { border-color: rgb(150,153,90); }
td.TdClassName
{
border-color: #96995A;
}
.TagClassName
{
border-color: #96995A;
}
</style>