Shades of Avocado #8A985D
Tints of Avocado #8A985D
RGB
CMYK
RGB Variations
Color information
#8A985D (or 0x8A985D) is known color: Avocado. HEX triplet: 8A, 98 and 5D. RGB value is (138,152,93). Sum of RGB (Red+Green+Blue) = 138+152+93=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 152 - color contains mainly: green. Hex color #8A985D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A985D is #7567A2. Grayscale: #8D8D8D. Windows color (decimal): -7694243 or 6133898. OLE color: 6133898.
HSL color Cylindrical-coordinate representation of color #8A985D: hue angle of 74.24º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A985D is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 152 | 93 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.40 |
| HSL | 74.24º | 0.24% | 0.48% | - |
| HSV(B) | 74.24º | 0.39% | 0.6% | - |
| XYZ | 23.69 | 28.65 | 14.64 | - |
| YUV | 141.09 | 100.86 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 152 | 93 | 0.09 | 0 | 0.39 | 0.40 | 74.24 | 0.24 | 0.48 |
| Hex | 8A | 98 | 5D | 9 | 0 | 27 | 28 | 4A | 18 | 30 |
| Octal | 212 | 230 | 135 | 11 | 0 | 47 | 50 | 112 | 30 | 60 |
| Binary | 10001010 | 10011000 | 1011101 | 1001 | 0 | 100111 | 101000 | 1001010 | 11000 | 110000 |
Color Harmonies of #8A985D
Complementary color
Monochromatic Colors of #8A985D
Black with #8A985D
Text Example
Text Example
White with #8A985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A985D; }
p { color: rgb(138,152,93); }
H1.HeaderClassName
{
color: #8A985D;
}
.AnyTagClassName
{
color: #8A985D;
}
</style>
background-color css
<style>
a { background-color: #8A985D; }
a { background-color: rgb(138,152,93); }
div.DivClassName
{
background-color: #8A985D;
}
.BgClassName
{
background-color: #8A985D;
}
</style>
border-color css
<style>
span { border-color: #8A985D; }
span { border-color: rgb(138,152,93); }
td.TdClassName
{
border-color: #8A985D;
}
.TagClassName
{
border-color: #8A985D;
}
</style>