Shades of Avocado #939264
Tints of Avocado #939264
RGB
CMYK
RGB Variations
Color information
#939264 (or 0x939264) is known color: Avocado. HEX triplet: 93, 92 and 64. RGB value is (147,146,100). Sum of RGB (Red+Green+Blue) = 147+146+100=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #939264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939264 is #6C6D9B. Grayscale: #8D8D8D. Windows color (decimal): -7105948 or 6591123. OLE color: 6591123.
HSL color Cylindrical-coordinate representation of color #939264: hue angle of 58.72º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #939264 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 146 | 100 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.42 |
| HSL | 58.72º | 0.19% | 0.48% | - |
| HSV(B) | 58.72º | 0.32% | 0.58% | - |
| XYZ | 24.61 | 27.68 | 16.1 | - |
| YUV | 141.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 100 | 0 | 0.01 | 0.32 | 0.42 | 58.72 | 0.19 | 0.48 |
| Hex | 93 | 92 | 64 | 0 | 1 | 20 | 2A | 3B | 13 | 30 |
| Octal | 223 | 222 | 144 | 0 | 1 | 40 | 52 | 73 | 23 | 60 |
| Binary | 10010011 | 10010010 | 1100100 | 0 | 1 | 100000 | 101010 | 111011 | 10011 | 110000 |
Color Harmonies of #939264
Complementary color
Monochromatic Colors of #939264
Black with #939264
Text Example
Text Example
White with #939264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939264; }
p { color: rgb(147,146,100); }
H1.HeaderClassName
{
color: #939264;
}
.AnyTagClassName
{
color: #939264;
}
</style>
background-color css
<style>
a { background-color: #939264; }
a { background-color: rgb(147,146,100); }
div.DivClassName
{
background-color: #939264;
}
.BgClassName
{
background-color: #939264;
}
</style>
border-color css
<style>
span { border-color: #939264; }
span { border-color: rgb(147,146,100); }
td.TdClassName
{
border-color: #939264;
}
.TagClassName
{
border-color: #939264;
}
</style>