Shades of Avocado #889455
Tints of Avocado #889455
RGB
CMYK
RGB Variations
Color information
#889455 (or 0x889455) is known color: Avocado. HEX triplet: 88, 94 and 55. RGB value is (136,148,85). Sum of RGB (Red+Green+Blue) = 136+148+85=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #889455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889455 is #776BAA. Grayscale: #898989. Windows color (decimal): -7826347 or 5608584. OLE color: 5608584.
HSL color Cylindrical-coordinate representation of color #889455: hue angle of 71.43º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #889455 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 148 | 85 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.42 |
| HSL | 71.43º | 0.27% | 0.46% | - |
| HSV(B) | 71.43º | 0.43% | 0.58% | - |
| XYZ | 22.38 | 27.07 | 12.64 | - |
| YUV | 137.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 85 | 0.08 | 0 | 0.43 | 0.42 | 71.43 | 0.27 | 0.46 |
| Hex | 88 | 94 | 55 | 8 | 0 | 2B | 2A | 47 | 1B | 2E |
| Octal | 210 | 224 | 125 | 10 | 0 | 53 | 52 | 107 | 33 | 56 |
| Binary | 10001000 | 10010100 | 1010101 | 1000 | 0 | 101011 | 101010 | 1000111 | 11011 | 101110 |
Color Harmonies of #889455
Complementary color
Monochromatic Colors of #889455
Black with #889455
Text Example
Text Example
White with #889455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889455; }
p { color: rgb(136,148,85); }
H1.HeaderClassName
{
color: #889455;
}
.AnyTagClassName
{
color: #889455;
}
</style>
background-color css
<style>
a { background-color: #889455; }
a { background-color: rgb(136,148,85); }
div.DivClassName
{
background-color: #889455;
}
.BgClassName
{
background-color: #889455;
}
</style>
border-color css
<style>
span { border-color: #889455; }
span { border-color: rgb(136,148,85); }
td.TdClassName
{
border-color: #889455;
}
.TagClassName
{
border-color: #889455;
}
</style>