Shades of Avocado #93945C
Tints of Avocado #93945C
RGB
CMYK
RGB Variations
Color information
#93945C (or 0x93945C) is known color: Avocado. HEX triplet: 93, 94 and 5C. RGB value is (147,148,92). Sum of RGB (Red+Green+Blue) = 147+148+92=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 148 - color contains mainly: green. Hex color #93945C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93945C is #6C6BA3. Grayscale: #8D8D8D. Windows color (decimal): -7105444 or 6067347. OLE color: 6067347.
HSL color Cylindrical-coordinate representation of color #93945C: hue angle of 61.07º degrees, saturation: 0.23, 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 #93945C is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 148 | 92 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.42 |
| HSL | 61.07º | 0.23% | 0.47% | - |
| HSV(B) | 61.07º | 0.38% | 0.58% | - |
| XYZ | 24.55 | 28.16 | 14.27 | - |
| YUV | 141.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 148 | 92 | 0.01 | 0 | 0.38 | 0.42 | 61.07 | 0.23 | 0.47 |
| Hex | 93 | 94 | 5C | 1 | 0 | 26 | 2A | 3D | 17 | 2F |
| Octal | 223 | 224 | 134 | 1 | 0 | 46 | 52 | 75 | 27 | 57 |
| Binary | 10010011 | 10010100 | 1011100 | 1 | 0 | 100110 | 101010 | 111101 | 10111 | 101111 |
Color Harmonies of #93945C
Complementary color
Monochromatic Colors of #93945C
Black with #93945C
Text Example
Text Example
White with #93945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93945C; }
p { color: rgb(147,148,92); }
H1.HeaderClassName
{
color: #93945C;
}
.AnyTagClassName
{
color: #93945C;
}
</style>
background-color css
<style>
a { background-color: #93945C; }
a { background-color: rgb(147,148,92); }
div.DivClassName
{
background-color: #93945C;
}
.BgClassName
{
background-color: #93945C;
}
</style>
border-color css
<style>
span { border-color: #93945C; }
span { border-color: rgb(147,148,92); }
td.TdClassName
{
border-color: #93945C;
}
.TagClassName
{
border-color: #93945C;
}
</style>