Shades of Avocado #929559
Tints of Avocado #929559
RGB
CMYK
RGB Variations
Color information
#929559 (or 0x929559) is known color: Avocado. HEX triplet: 92, 95 and 59. RGB value is (146,149,89). Sum of RGB (Red+Green+Blue) = 146+149+89=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 149 - color contains mainly: green. Hex color #929559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929559 is #6D6AA6. Grayscale: #8D8D8D. Windows color (decimal): -7170727 or 5870994. OLE color: 5870994.
HSL color Cylindrical-coordinate representation of color #929559: hue angle of 63º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #929559 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 149 | 89 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.42 |
| HSL | 63º | 0.25% | 0.47% | - |
| HSV(B) | 63º | 0.4% | 0.58% | - |
| XYZ | 24.4 | 28.33 | 13.63 | - |
| YUV | 141.26 | 98.51 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 89 | 0.02 | 0 | 0.40 | 0.42 | 63 | 0.25 | 0.47 |
| Hex | 92 | 95 | 59 | 2 | 0 | 28 | 2A | 3F | 19 | 2F |
| Octal | 222 | 225 | 131 | 2 | 0 | 50 | 52 | 77 | 31 | 57 |
| Binary | 10010010 | 10010101 | 1011001 | 10 | 0 | 101000 | 101010 | 111111 | 11001 | 101111 |
Color Harmonies of #929559
Complementary color
Monochromatic Colors of #929559
Black with #929559
Text Example
Text Example
White with #929559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929559; }
p { color: rgb(146,149,89); }
H1.HeaderClassName
{
color: #929559;
}
.AnyTagClassName
{
color: #929559;
}
</style>
background-color css
<style>
a { background-color: #929559; }
a { background-color: rgb(146,149,89); }
div.DivClassName
{
background-color: #929559;
}
.BgClassName
{
background-color: #929559;
}
</style>
border-color css
<style>
span { border-color: #929559; }
span { border-color: rgb(146,149,89); }
td.TdClassName
{
border-color: #929559;
}
.TagClassName
{
border-color: #929559;
}
</style>