Shades of Avocado #8C985A
Tints of Avocado #8C985A
RGB
CMYK
RGB Variations
Color information
#8C985A (or 0x8C985A) is known color: Avocado. HEX triplet: 8C, 98 and 5A. RGB value is (140,152,90). Sum of RGB (Red+Green+Blue) = 140+152+90=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #8C985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C985A is #7367A5. Grayscale: #8D8D8D. Windows color (decimal): -7563174 or 5937292. OLE color: 5937292.
HSL color Cylindrical-coordinate representation of color #8C985A: hue angle of 71.61º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C985A is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 152 | 90 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.40 |
| HSL | 71.61º | 0.26% | 0.47% | - |
| HSV(B) | 71.61º | 0.41% | 0.6% | - |
| XYZ | 23.89 | 28.77 | 13.97 | - |
| YUV | 141.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 90 | 0.08 | 0 | 0.41 | 0.40 | 71.61 | 0.26 | 0.47 |
| Hex | 8C | 98 | 5A | 8 | 0 | 29 | 28 | 48 | 1A | 2F |
| Octal | 214 | 230 | 132 | 10 | 0 | 51 | 50 | 110 | 32 | 57 |
| Binary | 10001100 | 10011000 | 1011010 | 1000 | 0 | 101001 | 101000 | 1001000 | 11010 | 101111 |
Color Harmonies of #8C985A
Complementary color
Monochromatic Colors of #8C985A
Black with #8C985A
Text Example
Text Example
White with #8C985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C985A; }
p { color: rgb(140,152,90); }
H1.HeaderClassName
{
color: #8C985A;
}
.AnyTagClassName
{
color: #8C985A;
}
</style>
background-color css
<style>
a { background-color: #8C985A; }
a { background-color: rgb(140,152,90); }
div.DivClassName
{
background-color: #8C985A;
}
.BgClassName
{
background-color: #8C985A;
}
</style>
border-color css
<style>
span { border-color: #8C985A; }
span { border-color: rgb(140,152,90); }
td.TdClassName
{
border-color: #8C985A;
}
.TagClassName
{
border-color: #8C985A;
}
</style>