Shades of Avocado #9A9654
Tints of Avocado #9A9654
RGB
CMYK
RGB Variations
Color information
#9A9654 (or 0x9A9654) is known color: Avocado. HEX triplet: 9A, 96 and 54. RGB value is (154,150,84). Sum of RGB (Red+Green+Blue) = 154+150+84=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9654 is #6569AB. Grayscale: #8F8F8F. Windows color (decimal): -6646188 or 5543578. OLE color: 5543578.
HSL color Cylindrical-coordinate representation of color #9A9654: hue angle of 56.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A9654 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 150 | 84 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.40 |
| HSL | 56.57º | 0.29% | 0.47% | - |
| HSV(B) | 56.57º | 0.45% | 0.6% | - |
| XYZ | 25.83 | 29.32 | 12.69 | - |
| YUV | 143.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 150 | 84 | 0 | 0.03 | 0.45 | 0.40 | 56.57 | 0.29 | 0.47 |
| Hex | 9A | 96 | 54 | 0 | 3 | 2D | 28 | 39 | 1D | 2F |
| Octal | 232 | 226 | 124 | 0 | 3 | 55 | 50 | 71 | 35 | 57 |
| Binary | 10011010 | 10010110 | 1010100 | 0 | 11 | 101101 | 101000 | 111001 | 11101 | 101111 |
Color Harmonies of #9A9654
Complementary color
Monochromatic Colors of #9A9654
Black with #9A9654
Text Example
Text Example
White with #9A9654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9654; }
p { color: rgb(154,150,84); }
H1.HeaderClassName
{
color: #9A9654;
}
.AnyTagClassName
{
color: #9A9654;
}
</style>
background-color css
<style>
a { background-color: #9A9654; }
a { background-color: rgb(154,150,84); }
div.DivClassName
{
background-color: #9A9654;
}
.BgClassName
{
background-color: #9A9654;
}
</style>
border-color css
<style>
span { border-color: #9A9654; }
span { border-color: rgb(154,150,84); }
td.TdClassName
{
border-color: #9A9654;
}
.TagClassName
{
border-color: #9A9654;
}
</style>