Shades of Avocado #939163
Tints of Avocado #939163
RGB
CMYK
RGB Variations
Color information
#939163 (or 0x939163) is known color: Avocado. HEX triplet: 93, 91 and 63. RGB value is (147,145,99). Sum of RGB (Red+Green+Blue) = 147+145+99=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #939163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939163 is #6C6E9C. Grayscale: #8C8C8C. Windows color (decimal): -7106205 or 6525331. OLE color: 6525331.
HSL color Cylindrical-coordinate representation of color #939163: hue angle of 57.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #939163 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 145 | 99 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.42 |
| HSL | 57.5º | 0.2% | 0.48% | - |
| HSV(B) | 57.5º | 0.33% | 0.58% | - |
| XYZ | 24.41 | 27.35 | 15.8 | - |
| YUV | 140.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 145 | 99 | 0 | 0.01 | 0.33 | 0.42 | 57.5 | 0.2 | 0.48 |
| Hex | 93 | 91 | 63 | 0 | 1 | 21 | 2A | 3A | 14 | 30 |
| Octal | 223 | 221 | 143 | 0 | 1 | 41 | 52 | 72 | 24 | 60 |
| Binary | 10010011 | 10010001 | 1100011 | 0 | 1 | 100001 | 101010 | 111010 | 10100 | 110000 |
Color Harmonies of #939163
Complementary color
Monochromatic Colors of #939163
Black with #939163
Text Example
Text Example
White with #939163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939163; }
p { color: rgb(147,145,99); }
H1.HeaderClassName
{
color: #939163;
}
.AnyTagClassName
{
color: #939163;
}
</style>
background-color css
<style>
a { background-color: #939163; }
a { background-color: rgb(147,145,99); }
div.DivClassName
{
background-color: #939163;
}
.BgClassName
{
background-color: #939163;
}
</style>
border-color css
<style>
span { border-color: #939163; }
span { border-color: rgb(147,145,99); }
td.TdClassName
{
border-color: #939163;
}
.TagClassName
{
border-color: #939163;
}
</style>