Shades of Avocado #93945E
Tints of Avocado #93945E
RGB
CMYK
RGB Variations
Color information
#93945E (or 0x93945E) is known color: Avocado. HEX triplet: 93, 94 and 5E. RGB value is (147,148,94). Sum of RGB (Red+Green+Blue) = 147+148+94=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #93945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93945E is #6C6BA1. Grayscale: #8D8D8D. Windows color (decimal): -7105442 or 6198419. OLE color: 6198419.
HSL color Cylindrical-coordinate representation of color #93945E: hue angle of 61.11º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93945E is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 148 | 94 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.42 |
| HSL | 61.11º | 0.22% | 0.47% | - |
| HSV(B) | 61.11º | 0.36% | 0.58% | - |
| XYZ | 24.64 | 28.19 | 14.73 | - |
| YUV | 141.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 148 | 94 | 0.01 | 0 | 0.36 | 0.42 | 61.11 | 0.22 | 0.47 |
| Hex | 93 | 94 | 5E | 1 | 0 | 24 | 2A | 3D | 16 | 2F |
| Octal | 223 | 224 | 136 | 1 | 0 | 44 | 52 | 75 | 26 | 57 |
| Binary | 10010011 | 10010100 | 1011110 | 1 | 0 | 100100 | 101010 | 111101 | 10110 | 101111 |
Color Harmonies of #93945E
Complementary color
Monochromatic Colors of #93945E
Black with #93945E
Text Example
Text Example
White with #93945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93945E; }
p { color: rgb(147,148,94); }
H1.HeaderClassName
{
color: #93945E;
}
.AnyTagClassName
{
color: #93945E;
}
</style>
background-color css
<style>
a { background-color: #93945E; }
a { background-color: rgb(147,148,94); }
div.DivClassName
{
background-color: #93945E;
}
.BgClassName
{
background-color: #93945E;
}
</style>
border-color css
<style>
span { border-color: #93945E; }
span { border-color: rgb(147,148,94); }
td.TdClassName
{
border-color: #93945E;
}
.TagClassName
{
border-color: #93945E;
}
</style>