Shades of Avocado #929A59
Tints of Avocado #929A59
RGB
CMYK
RGB Variations
Color information
#929A59 (or 0x929A59) is known color: Avocado. HEX triplet: 92, 9A and 59. RGB value is (146,154,89). Sum of RGB (Red+Green+Blue) = 146+154+89=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 154 - color contains mainly: green. Hex color #929A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929A59 is #6D65A6. Grayscale: #909090. Windows color (decimal): -7169447 or 5872274. OLE color: 5872274.
HSL color Cylindrical-coordinate representation of color #929A59: hue angle of 67.38º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #929A59 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 154 | 89 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.40 |
| HSL | 67.38º | 0.27% | 0.48% | - |
| HSV(B) | 67.38º | 0.42% | 0.6% | - |
| XYZ | 25.21 | 29.94 | 13.9 | - |
| YUV | 144.2 | 96.85 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 154 | 89 | 0.05 | 0 | 0.42 | 0.40 | 67.38 | 0.27 | 0.48 |
| Hex | 92 | 9A | 59 | 5 | 0 | 2A | 28 | 43 | 1B | 30 |
| Octal | 222 | 232 | 131 | 5 | 0 | 52 | 50 | 103 | 33 | 60 |
| Binary | 10010010 | 10011010 | 1011001 | 101 | 0 | 101010 | 101000 | 1000011 | 11011 | 110000 |
Color Harmonies of #929A59
Complementary color
Monochromatic Colors of #929A59
Black with #929A59
Text Example
Text Example
White with #929A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929A59; }
p { color: rgb(146,154,89); }
H1.HeaderClassName
{
color: #929A59;
}
.AnyTagClassName
{
color: #929A59;
}
</style>
background-color css
<style>
a { background-color: #929A59; }
a { background-color: rgb(146,154,89); }
div.DivClassName
{
background-color: #929A59;
}
.BgClassName
{
background-color: #929A59;
}
</style>
border-color css
<style>
span { border-color: #929A59; }
span { border-color: rgb(146,154,89); }
td.TdClassName
{
border-color: #929A59;
}
.TagClassName
{
border-color: #929A59;
}
</style>