Shades of Avocado #929364
Tints of Avocado #929364
RGB
CMYK
RGB Variations
Color information
#929364 (or 0x929364) is known color: Avocado. HEX triplet: 92, 93 and 64. RGB value is (146,147,100). Sum of RGB (Red+Green+Blue) = 146+147+100=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #929364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929364 is #6D6C9B. Grayscale: #8D8D8D. Windows color (decimal): -7171228 or 6591378. OLE color: 6591378.
HSL color Cylindrical-coordinate representation of color #929364: hue angle of 61.28º 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 #929364 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 147 | 100 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.42 |
| HSL | 61.28º | 0.19% | 0.48% | - |
| HSV(B) | 61.28º | 0.32% | 0.58% | - |
| XYZ | 24.59 | 27.9 | 16.15 | - |
| YUV | 141.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 147 | 100 | 0.01 | 0 | 0.32 | 0.42 | 61.28 | 0.19 | 0.48 |
| Hex | 92 | 93 | 64 | 1 | 0 | 20 | 2A | 3D | 13 | 30 |
| Octal | 222 | 223 | 144 | 1 | 0 | 40 | 52 | 75 | 23 | 60 |
| Binary | 10010010 | 10010011 | 1100100 | 1 | 0 | 100000 | 101010 | 111101 | 10011 | 110000 |
Color Harmonies of #929364
Complementary color
Monochromatic Colors of #929364
Black with #929364
Text Example
Text Example
White with #929364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929364; }
p { color: rgb(146,147,100); }
H1.HeaderClassName
{
color: #929364;
}
.AnyTagClassName
{
color: #929364;
}
</style>
background-color css
<style>
a { background-color: #929364; }
a { background-color: rgb(146,147,100); }
div.DivClassName
{
background-color: #929364;
}
.BgClassName
{
background-color: #929364;
}
</style>
border-color css
<style>
span { border-color: #929364; }
span { border-color: rgb(146,147,100); }
td.TdClassName
{
border-color: #929364;
}
.TagClassName
{
border-color: #929364;
}
</style>