Shades of Avocado #89935B
Tints of Avocado #89935B
RGB
CMYK
RGB Variations
Color information
#89935B (or 0x89935B) is known color: Avocado. HEX triplet: 89, 93 and 5B. RGB value is (137,147,91). Sum of RGB (Red+Green+Blue) = 137+147+91=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #89935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89935B is #766CA4. Grayscale: #898989. Windows color (decimal): -7761061 or 6001545. OLE color: 6001545.
HSL color Cylindrical-coordinate representation of color #89935B: hue angle of 70.71º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89935B is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 91 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.42 |
| HSL | 70.71º | 0.24% | 0.47% | - |
| HSV(B) | 70.71º | 0.38% | 0.58% | - |
| XYZ | 22.64 | 26.94 | 13.9 | - |
| YUV | 137.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 91 | 0.07 | 0 | 0.38 | 0.42 | 70.71 | 0.24 | 0.47 |
| Hex | 89 | 93 | 5B | 7 | 0 | 26 | 2A | 47 | 18 | 2F |
| Octal | 211 | 223 | 133 | 7 | 0 | 46 | 52 | 107 | 30 | 57 |
| Binary | 10001001 | 10010011 | 1011011 | 111 | 0 | 100110 | 101010 | 1000111 | 11000 | 101111 |
Color Harmonies of #89935B
Complementary color
Monochromatic Colors of #89935B
Black with #89935B
Text Example
Text Example
White with #89935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89935B; }
p { color: rgb(137,147,91); }
H1.HeaderClassName
{
color: #89935B;
}
.AnyTagClassName
{
color: #89935B;
}
</style>
background-color css
<style>
a { background-color: #89935B; }
a { background-color: rgb(137,147,91); }
div.DivClassName
{
background-color: #89935B;
}
.BgClassName
{
background-color: #89935B;
}
</style>
border-color css
<style>
span { border-color: #89935B; }
span { border-color: rgb(137,147,91); }
td.TdClassName
{
border-color: #89935B;
}
.TagClassName
{
border-color: #89935B;
}
</style>