Shades of Avocado #93966B
Tints of Avocado #93966B
RGB
CMYK
RGB Variations
Color information
#93966B (or 0x93966B) is known color: Avocado. HEX triplet: 93, 96 and 6B. RGB value is (147,150,107). Sum of RGB (Red+Green+Blue) = 147+150+107=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 150 - color contains mainly: green. Hex color #93966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93966B is #6C6994. Grayscale: #909090. Windows color (decimal): -7104917 or 7050899. OLE color: 7050899.
HSL color Cylindrical-coordinate representation of color #93966B: hue angle of 64.19º 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 #93966B is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 150 | 107 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.41 |
| HSL | 64.19º | 0.17% | 0.5% | - |
| HSV(B) | 64.19º | 0.29% | 0.59% | - |
| XYZ | 25.59 | 29.08 | 18.17 | - |
| YUV | 144.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 107 | 0.02 | 0 | 0.29 | 0.41 | 64.19 | 0.17 | 0.5 |
| Hex | 93 | 96 | 6B | 2 | 0 | 1D | 29 | 40 | 11 | 32 |
| Octal | 223 | 226 | 153 | 2 | 0 | 35 | 51 | 100 | 21 | 62 |
| Binary | 10010011 | 10010110 | 1101011 | 10 | 0 | 11101 | 101001 | 1000000 | 10001 | 110010 |
Color Harmonies of #93966B
Complementary color
Monochromatic Colors of #93966B
Black with #93966B
Text Example
Text Example
White with #93966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93966B; }
p { color: rgb(147,150,107); }
H1.HeaderClassName
{
color: #93966B;
}
.AnyTagClassName
{
color: #93966B;
}
</style>
background-color css
<style>
a { background-color: #93966B; }
a { background-color: rgb(147,150,107); }
div.DivClassName
{
background-color: #93966B;
}
.BgClassName
{
background-color: #93966B;
}
</style>
border-color css
<style>
span { border-color: #93966B; }
span { border-color: rgb(147,150,107); }
td.TdClassName
{
border-color: #93966B;
}
.TagClassName
{
border-color: #93966B;
}
</style>