Shades of Avocado #929166
Tints of Avocado #929166
RGB
CMYK
RGB Variations
Color information
#929166 (or 0x929166) is known color: Avocado. HEX triplet: 92, 91 and 66. RGB value is (146,145,102). Sum of RGB (Red+Green+Blue) = 146+145+102=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 146 - color contains mainly: red. Hex color #929166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929166 is #6D6E99. Grayscale: #8C8C8C. Windows color (decimal): -7171738 or 6721938. OLE color: 6721938.
HSL color Cylindrical-coordinate representation of color #929166: hue angle of 58.64º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #929166 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 145 | 102 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.43 |
| HSL | 58.64º | 0.18% | 0.49% | - |
| HSV(B) | 58.64º | 0.3% | 0.57% | - |
| XYZ | 24.38 | 27.32 | 16.56 | - |
| YUV | 140.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 145 | 102 | 0 | 0.01 | 0.30 | 0.43 | 58.64 | 0.18 | 0.49 |
| Hex | 92 | 91 | 66 | 0 | 1 | 1E | 2B | 3B | 12 | 31 |
| Octal | 222 | 221 | 146 | 0 | 1 | 36 | 53 | 73 | 22 | 61 |
| Binary | 10010010 | 10010001 | 1100110 | 0 | 1 | 11110 | 101011 | 111011 | 10010 | 110001 |
Color Harmonies of #929166
Complementary color
Monochromatic Colors of #929166
Black with #929166
Text Example
Text Example
White with #929166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929166; }
p { color: rgb(146,145,102); }
H1.HeaderClassName
{
color: #929166;
}
.AnyTagClassName
{
color: #929166;
}
</style>
background-color css
<style>
a { background-color: #929166; }
a { background-color: rgb(146,145,102); }
div.DivClassName
{
background-color: #929166;
}
.BgClassName
{
background-color: #929166;
}
</style>
border-color css
<style>
span { border-color: #929166; }
span { border-color: rgb(146,145,102); }
td.TdClassName
{
border-color: #929166;
}
.TagClassName
{
border-color: #929166;
}
</style>