Shades of Avocado #88955E
Tints of Avocado #88955E
RGB
CMYK
RGB Variations
Color information
#88955E (or 0x88955E) is known color: Avocado. HEX triplet: 88, 95 and 5E. RGB value is (136,149,94). Sum of RGB (Red+Green+Blue) = 136+149+94=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #88955E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88955E is #776AA1. Grayscale: #8B8B8B. Windows color (decimal): -7826082 or 6198664. OLE color: 6198664.
HSL color Cylindrical-coordinate representation of color #88955E: hue angle of 74.18º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88955E is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 149 | 94 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.42 |
| HSL | 74.18º | 0.23% | 0.48% | - |
| HSV(B) | 74.18º | 0.37% | 0.58% | - |
| XYZ | 22.92 | 27.54 | 14.7 | - |
| YUV | 138.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 94 | 0.09 | 0 | 0.37 | 0.42 | 74.18 | 0.23 | 0.48 |
| Hex | 88 | 95 | 5E | 9 | 0 | 25 | 2A | 4A | 17 | 30 |
| Octal | 210 | 225 | 136 | 11 | 0 | 45 | 52 | 112 | 27 | 60 |
| Binary | 10001000 | 10010101 | 1011110 | 1001 | 0 | 100101 | 101010 | 1001010 | 10111 | 110000 |
Color Harmonies of #88955E
Complementary color
Monochromatic Colors of #88955E
Black with #88955E
Text Example
Text Example
White with #88955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88955E; }
p { color: rgb(136,149,94); }
H1.HeaderClassName
{
color: #88955E;
}
.AnyTagClassName
{
color: #88955E;
}
</style>
background-color css
<style>
a { background-color: #88955E; }
a { background-color: rgb(136,149,94); }
div.DivClassName
{
background-color: #88955E;
}
.BgClassName
{
background-color: #88955E;
}
</style>
border-color css
<style>
span { border-color: #88955E; }
span { border-color: rgb(136,149,94); }
td.TdClassName
{
border-color: #88955E;
}
.TagClassName
{
border-color: #88955E;
}
</style>