Shades of Avocado #93966A
Tints of Avocado #93966A
RGB
CMYK
RGB Variations
Color information
#93966A (or 0x93966A) is known color: Avocado. HEX triplet: 93, 96 and 6A. RGB value is (147,150,106). Sum of RGB (Red+Green+Blue) = 147+150+106=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #93966A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93966A is #6C6995. Grayscale: #909090. Windows color (decimal): -7104918 or 6985363. OLE color: 6985363.
HSL color Cylindrical-coordinate representation of color #93966A: hue angle of 64.09º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93966A is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 150 | 106 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.41 |
| HSL | 64.09º | 0.17% | 0.5% | - |
| HSV(B) | 64.09º | 0.29% | 0.59% | - |
| XYZ | 25.54 | 29.06 | 17.9 | - |
| YUV | 144.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 106 | 0.02 | 0 | 0.29 | 0.41 | 64.09 | 0.17 | 0.5 |
| Hex | 93 | 96 | 6A | 2 | 0 | 1D | 29 | 40 | 11 | 32 |
| Octal | 223 | 226 | 152 | 2 | 0 | 35 | 51 | 100 | 21 | 62 |
| Binary | 10010011 | 10010110 | 1101010 | 10 | 0 | 11101 | 101001 | 1000000 | 10001 | 110010 |
Color Harmonies of #93966A
Complementary color
Monochromatic Colors of #93966A
Black with #93966A
Text Example
Text Example
White with #93966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93966A; }
p { color: rgb(147,150,106); }
H1.HeaderClassName
{
color: #93966A;
}
.AnyTagClassName
{
color: #93966A;
}
</style>
background-color css
<style>
a { background-color: #93966A; }
a { background-color: rgb(147,150,106); }
div.DivClassName
{
background-color: #93966A;
}
.BgClassName
{
background-color: #93966A;
}
</style>
border-color css
<style>
span { border-color: #93966A; }
span { border-color: rgb(147,150,106); }
td.TdClassName
{
border-color: #93966A;
}
.TagClassName
{
border-color: #93966A;
}
</style>