Shades of Avocado #93985C
Tints of Avocado #93985C
RGB
CMYK
RGB Variations
Color information
#93985C (or 0x93985C) is known color: Avocado. HEX triplet: 93, 98 and 5C. RGB value is (147,152,92). Sum of RGB (Red+Green+Blue) = 147+152+92=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #93985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93985C is #6C67A3. Grayscale: #8F8F8F. Windows color (decimal): -7104420 or 6068371. OLE color: 6068371.
HSL color Cylindrical-coordinate representation of color #93985C: hue angle of 65º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93985C is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 152 | 92 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.40 |
| HSL | 65º | 0.25% | 0.48% | - |
| HSV(B) | 65º | 0.39% | 0.6% | - |
| XYZ | 25.19 | 29.43 | 14.48 | - |
| YUV | 143.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 152 | 92 | 0.03 | 0 | 0.39 | 0.40 | 65 | 0.25 | 0.48 |
| Hex | 93 | 98 | 5C | 3 | 0 | 27 | 28 | 41 | 19 | 30 |
| Octal | 223 | 230 | 134 | 3 | 0 | 47 | 50 | 101 | 31 | 60 |
| Binary | 10010011 | 10011000 | 1011100 | 11 | 0 | 100111 | 101000 | 1000001 | 11001 | 110000 |
Color Harmonies of #93985C
Complementary color
Monochromatic Colors of #93985C
Black with #93985C
Text Example
Text Example
White with #93985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93985C; }
p { color: rgb(147,152,92); }
H1.HeaderClassName
{
color: #93985C;
}
.AnyTagClassName
{
color: #93985C;
}
</style>
background-color css
<style>
a { background-color: #93985C; }
a { background-color: rgb(147,152,92); }
div.DivClassName
{
background-color: #93985C;
}
.BgClassName
{
background-color: #93985C;
}
</style>
border-color css
<style>
span { border-color: #93985C; }
span { border-color: rgb(147,152,92); }
td.TdClassName
{
border-color: #93985C;
}
.TagClassName
{
border-color: #93985C;
}
</style>