Shades of Avocado #929162
Tints of Avocado #929162
RGB
CMYK
RGB Variations
Color information
#929162 (or 0x929162) is known color: Avocado. HEX triplet: 92, 91 and 62. RGB value is (146,145,98). Sum of RGB (Red+Green+Blue) = 146+145+98=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 146 - color contains mainly: red. Hex color #929162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929162 is #6D6E9D. Grayscale: #8C8C8C. Windows color (decimal): -7171742 or 6459794. OLE color: 6459794.
HSL color Cylindrical-coordinate representation of color #929162: hue angle of 58.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #929162 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 145 | 98 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.43 |
| HSL | 58.75º | 0.2% | 0.48% | - |
| HSV(B) | 58.75º | 0.33% | 0.57% | - |
| XYZ | 24.18 | 27.24 | 15.54 | - |
| YUV | 139.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 145 | 98 | 0 | 0.01 | 0.33 | 0.43 | 58.75 | 0.2 | 0.48 |
| Hex | 92 | 91 | 62 | 0 | 1 | 21 | 2B | 3B | 14 | 30 |
| Octal | 222 | 221 | 142 | 0 | 1 | 41 | 53 | 73 | 24 | 60 |
| Binary | 10010010 | 10010001 | 1100010 | 0 | 1 | 100001 | 101011 | 111011 | 10100 | 110000 |
Color Harmonies of #929162
Complementary color
Monochromatic Colors of #929162
Black with #929162
Text Example
Text Example
White with #929162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929162; }
p { color: rgb(146,145,98); }
H1.HeaderClassName
{
color: #929162;
}
.AnyTagClassName
{
color: #929162;
}
</style>
background-color css
<style>
a { background-color: #929162; }
a { background-color: rgb(146,145,98); }
div.DivClassName
{
background-color: #929162;
}
.BgClassName
{
background-color: #929162;
}
</style>
border-color css
<style>
span { border-color: #929162; }
span { border-color: rgb(146,145,98); }
td.TdClassName
{
border-color: #929162;
}
.TagClassName
{
border-color: #929162;
}
</style>