Shades of Avocado #89935A
Tints of Avocado #89935A
RGB
CMYK
RGB Variations
Color information
#89935A (or 0x89935A) is known color: Avocado. HEX triplet: 89, 93 and 5A. RGB value is (137,147,90). Sum of RGB (Red+Green+Blue) = 137+147+90=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 147 - color contains mainly: green. Hex color #89935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89935A is #766CA5. Grayscale: #898989. Windows color (decimal): -7761062 or 5936009. OLE color: 5936009.
HSL color Cylindrical-coordinate representation of color #89935A: hue angle of 70.53º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89935A is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 90 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.42 |
| HSL | 70.53º | 0.24% | 0.46% | - |
| HSV(B) | 70.53º | 0.39% | 0.58% | - |
| XYZ | 22.6 | 26.92 | 13.68 | - |
| YUV | 137.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 90 | 0.07 | 0 | 0.39 | 0.42 | 70.53 | 0.24 | 0.46 |
| Hex | 89 | 93 | 5A | 7 | 0 | 27 | 2A | 47 | 18 | 2E |
| Octal | 211 | 223 | 132 | 7 | 0 | 47 | 52 | 107 | 30 | 56 |
| Binary | 10001001 | 10010011 | 1011010 | 111 | 0 | 100111 | 101010 | 1000111 | 11000 | 101110 |
Color Harmonies of #89935A
Complementary color
Monochromatic Colors of #89935A
Black with #89935A
Text Example
Text Example
White with #89935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89935A; }
p { color: rgb(137,147,90); }
H1.HeaderClassName
{
color: #89935A;
}
.AnyTagClassName
{
color: #89935A;
}
</style>
background-color css
<style>
a { background-color: #89935A; }
a { background-color: rgb(137,147,90); }
div.DivClassName
{
background-color: #89935A;
}
.BgClassName
{
background-color: #89935A;
}
</style>
border-color css
<style>
span { border-color: #89935A; }
span { border-color: rgb(137,147,90); }
td.TdClassName
{
border-color: #89935A;
}
.TagClassName
{
border-color: #89935A;
}
</style>