Shades of Avocado #93995D
Tints of Avocado #93995D
RGB
CMYK
RGB Variations
Color information
#93995D (or 0x93995D) is known color: Avocado. HEX triplet: 93, 99 and 5D. RGB value is (147,153,93). Sum of RGB (Red+Green+Blue) = 147+153+93=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #93995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93995D is #6C66A2. Grayscale: #909090. Windows color (decimal): -7104163 or 6134163. OLE color: 6134163.
HSL color Cylindrical-coordinate representation of color #93995D: hue angle of 66º degrees, saturation: 0.24, 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 #93995D is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 153 | 93 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.4 |
| HSL | 66º | 0.24% | 0.48% | - |
| HSV(B) | 66º | 0.39% | 0.6% | - |
| XYZ | 25.4 | 29.78 | 14.76 | - |
| YUV | 144.37 | 99.01 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 93 | 0.04 | 0 | 0.39 | 0.4 | 66 | 0.24 | 0.48 |
| Hex | 93 | 99 | 5D | 4 | 0 | 27 | 28 | 42 | 18 | 30 |
| Octal | 223 | 231 | 135 | 4 | 0 | 47 | 50 | 102 | 30 | 60 |
| Binary | 10010011 | 10011001 | 1011101 | 100 | 0 | 100111 | 101000 | 1000010 | 11000 | 110000 |
Color Harmonies of #93995D
Complementary color
Monochromatic Colors of #93995D
Black with #93995D
Text Example
Text Example
White with #93995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93995D; }
p { color: rgb(147,153,93); }
H1.HeaderClassName
{
color: #93995D;
}
.AnyTagClassName
{
color: #93995D;
}
</style>
background-color css
<style>
a { background-color: #93995D; }
a { background-color: rgb(147,153,93); }
div.DivClassName
{
background-color: #93995D;
}
.BgClassName
{
background-color: #93995D;
}
</style>
border-color css
<style>
span { border-color: #93995D; }
span { border-color: rgb(147,153,93); }
td.TdClassName
{
border-color: #93995D;
}
.TagClassName
{
border-color: #93995D;
}
</style>