Shades of Avocado #93995A
Tints of Avocado #93995A
RGB
CMYK
RGB Variations
Color information
#93995A (or 0x93995A) is known color: Avocado. HEX triplet: 93, 99 and 5A. RGB value is (147,153,90). Sum of RGB (Red+Green+Blue) = 147+153+90=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #93995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93995A is #6C66A5. Grayscale: #909090. Windows color (decimal): -7104166 or 5937555. OLE color: 5937555.
HSL color Cylindrical-coordinate representation of color #93995A: hue angle of 65.71º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93995A is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 153 | 90 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.4 |
| HSL | 65.71º | 0.26% | 0.48% | - |
| HSV(B) | 65.71º | 0.41% | 0.6% | - |
| XYZ | 25.27 | 29.72 | 14.08 | - |
| YUV | 144.02 | 97.51 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 90 | 0.04 | 0 | 0.41 | 0.4 | 65.71 | 0.26 | 0.48 |
| Hex | 93 | 99 | 5A | 4 | 0 | 29 | 28 | 42 | 1A | 30 |
| Octal | 223 | 231 | 132 | 4 | 0 | 51 | 50 | 102 | 32 | 60 |
| Binary | 10010011 | 10011001 | 1011010 | 100 | 0 | 101001 | 101000 | 1000010 | 11010 | 110000 |
Color Harmonies of #93995A
Complementary color
Monochromatic Colors of #93995A
Black with #93995A
Text Example
Text Example
White with #93995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93995A; }
p { color: rgb(147,153,90); }
H1.HeaderClassName
{
color: #93995A;
}
.AnyTagClassName
{
color: #93995A;
}
</style>
background-color css
<style>
a { background-color: #93995A; }
a { background-color: rgb(147,153,90); }
div.DivClassName
{
background-color: #93995A;
}
.BgClassName
{
background-color: #93995A;
}
</style>
border-color css
<style>
span { border-color: #93995A; }
span { border-color: rgb(147,153,90); }
td.TdClassName
{
border-color: #93995A;
}
.TagClassName
{
border-color: #93995A;
}
</style>