Shades of Avocado #93946C
Tints of Avocado #93946C
RGB
CMYK
RGB Variations
Color information
#93946C (or 0x93946C) is known color: Avocado. HEX triplet: 93, 94 and 6C. RGB value is (147,148,108). Sum of RGB (Red+Green+Blue) = 147+148+108=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 148 - color contains mainly: green. Hex color #93946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93946C is #6C6B93. Grayscale: #8F8F8F. Windows color (decimal): -7105428 or 7115923. OLE color: 7115923.
HSL color Cylindrical-coordinate representation of color #93946C: hue angle of 61.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93946C is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 148 | 108 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.42 |
| HSL | 61.5º | 0.16% | 0.5% | - |
| HSV(B) | 61.5º | 0.27% | 0.58% | - |
| XYZ | 25.33 | 28.47 | 18.35 | - |
| YUV | 143.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 148 | 108 | 0.01 | 0 | 0.27 | 0.42 | 61.5 | 0.16 | 0.5 |
| Hex | 93 | 94 | 6C | 1 | 0 | 1B | 2A | 3E | 10 | 32 |
| Octal | 223 | 224 | 154 | 1 | 0 | 33 | 52 | 76 | 20 | 62 |
| Binary | 10010011 | 10010100 | 1101100 | 1 | 0 | 11011 | 101010 | 111110 | 10000 | 110010 |
Color Harmonies of #93946C
Complementary color
Monochromatic Colors of #93946C
Black with #93946C
Text Example
Text Example
White with #93946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93946C; }
p { color: rgb(147,148,108); }
H1.HeaderClassName
{
color: #93946C;
}
.AnyTagClassName
{
color: #93946C;
}
</style>
background-color css
<style>
a { background-color: #93946C; }
a { background-color: rgb(147,148,108); }
div.DivClassName
{
background-color: #93946C;
}
.BgClassName
{
background-color: #93946C;
}
</style>
border-color css
<style>
span { border-color: #93946C; }
span { border-color: rgb(147,148,108); }
td.TdClassName
{
border-color: #93946C;
}
.TagClassName
{
border-color: #93946C;
}
</style>