Shades of Avocado #899458
Tints of Avocado #899458
RGB
CMYK
RGB Variations
Color information
#899458 (or 0x899458) is known color: Avocado. HEX triplet: 89, 94 and 58. RGB value is (137,148,88). Sum of RGB (Red+Green+Blue) = 137+148+88=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #899458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899458 is #766BA7. Grayscale: #8A8A8A. Windows color (decimal): -7760808 or 5805193. OLE color: 5805193.
HSL color Cylindrical-coordinate representation of color #899458: hue angle of 71º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #899458 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 148 | 88 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.42 |
| HSL | 71º | 0.25% | 0.46% | - |
| HSV(B) | 71º | 0.41% | 0.58% | - |
| XYZ | 22.67 | 27.2 | 13.29 | - |
| YUV | 137.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 88 | 0.07 | 0 | 0.41 | 0.42 | 71 | 0.25 | 0.46 |
| Hex | 89 | 94 | 58 | 7 | 0 | 29 | 2A | 47 | 19 | 2E |
| Octal | 211 | 224 | 130 | 7 | 0 | 51 | 52 | 107 | 31 | 56 |
| Binary | 10001001 | 10010100 | 1011000 | 111 | 0 | 101001 | 101010 | 1000111 | 11001 | 101110 |
Color Harmonies of #899458
Complementary color
Monochromatic Colors of #899458
Black with #899458
Text Example
Text Example
White with #899458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899458; }
p { color: rgb(137,148,88); }
H1.HeaderClassName
{
color: #899458;
}
.AnyTagClassName
{
color: #899458;
}
</style>
background-color css
<style>
a { background-color: #899458; }
a { background-color: rgb(137,148,88); }
div.DivClassName
{
background-color: #899458;
}
.BgClassName
{
background-color: #899458;
}
</style>
border-color css
<style>
span { border-color: #899458; }
span { border-color: rgb(137,148,88); }
td.TdClassName
{
border-color: #899458;
}
.TagClassName
{
border-color: #899458;
}
</style>