Shades of Avocado #8E925C
Tints of Avocado #8E925C
RGB
CMYK
RGB Variations
Color information
#8E925C (or 0x8E925C) is known color: Avocado. HEX triplet: 8E, 92 and 5C. RGB value is (142,146,92). Sum of RGB (Red+Green+Blue) = 142+146+92=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 146 - color contains mainly: green. Hex color #8E925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E925C is #716DA3. Grayscale: #8A8A8A. Windows color (decimal): -7433636 or 6066830. OLE color: 6066830.
HSL color Cylindrical-coordinate representation of color #8E925C: hue angle of 64.44º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E925C is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 146 | 92 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.43 |
| HSL | 64.44º | 0.23% | 0.47% | - |
| HSV(B) | 64.44º | 0.37% | 0.57% | - |
| XYZ | 23.37 | 27.08 | 14.12 | - |
| YUV | 138.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 146 | 92 | 0.03 | 0 | 0.37 | 0.43 | 64.44 | 0.23 | 0.47 |
| Hex | 8E | 92 | 5C | 3 | 0 | 25 | 2B | 40 | 17 | 2F |
| Octal | 216 | 222 | 134 | 3 | 0 | 45 | 53 | 100 | 27 | 57 |
| Binary | 10001110 | 10010010 | 1011100 | 11 | 0 | 100101 | 101011 | 1000000 | 10111 | 101111 |
Color Harmonies of #8E925C
Complementary color
Monochromatic Colors of #8E925C
Black with #8E925C
Text Example
Text Example
White with #8E925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E925C; }
p { color: rgb(142,146,92); }
H1.HeaderClassName
{
color: #8E925C;
}
.AnyTagClassName
{
color: #8E925C;
}
</style>
background-color css
<style>
a { background-color: #8E925C; }
a { background-color: rgb(142,146,92); }
div.DivClassName
{
background-color: #8E925C;
}
.BgClassName
{
background-color: #8E925C;
}
</style>
border-color css
<style>
span { border-color: #8E925C; }
span { border-color: rgb(142,146,92); }
td.TdClassName
{
border-color: #8E925C;
}
.TagClassName
{
border-color: #8E925C;
}
</style>