Shades of Avocado #93946B
Tints of Avocado #93946B
RGB
CMYK
RGB Variations
Color information
#93946B (or 0x93946B) is known color: Avocado. HEX triplet: 93, 94 and 6B. RGB value is (147,148,107). Sum of RGB (Red+Green+Blue) = 147+148+107=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #93946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93946B is #6C6B94. Grayscale: #8F8F8F. Windows color (decimal): -7105429 or 7050387. OLE color: 7050387.
HSL color Cylindrical-coordinate representation of color #93946B: hue angle of 61.46º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93946B is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 148 | 107 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.42 |
| HSL | 61.46º | 0.16% | 0.5% | - |
| HSV(B) | 61.46º | 0.28% | 0.58% | - |
| XYZ | 25.28 | 28.44 | 18.07 | - |
| YUV | 143.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 148 | 107 | 0.01 | 0 | 0.28 | 0.42 | 61.46 | 0.16 | 0.5 |
| Hex | 93 | 94 | 6B | 1 | 0 | 1C | 2A | 3D | 10 | 32 |
| Octal | 223 | 224 | 153 | 1 | 0 | 34 | 52 | 75 | 20 | 62 |
| Binary | 10010011 | 10010100 | 1101011 | 1 | 0 | 11100 | 101010 | 111101 | 10000 | 110010 |
Color Harmonies of #93946B
Complementary color
Monochromatic Colors of #93946B
Black with #93946B
Text Example
Text Example
White with #93946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93946B; }
p { color: rgb(147,148,107); }
H1.HeaderClassName
{
color: #93946B;
}
.AnyTagClassName
{
color: #93946B;
}
</style>
background-color css
<style>
a { background-color: #93946B; }
a { background-color: rgb(147,148,107); }
div.DivClassName
{
background-color: #93946B;
}
.BgClassName
{
background-color: #93946B;
}
</style>
border-color css
<style>
span { border-color: #93946B; }
span { border-color: rgb(147,148,107); }
td.TdClassName
{
border-color: #93946B;
}
.TagClassName
{
border-color: #93946B;
}
</style>