Shades of Avocado #929257
Tints of Avocado #929257
RGB
CMYK
RGB Variations
Color information
#929257 (or 0x929257) is known color: Avocado. HEX triplet: 92, 92 and 57. RGB value is (146,146,87). Sum of RGB (Red+Green+Blue) = 146+146+87=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 146 - color contains mainly: red, green. Hex color #929257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929257 is #6D6DA8. Grayscale: #8B8B8B. Windows color (decimal): -7171497 or 5739154. OLE color: 5739154.
HSL color Cylindrical-coordinate representation of color #929257: hue angle of 60º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #929257 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 146 | 87 | - |
| CMYK | 0 | 0 | 0.40 | 0.43 |
| HSL | 60º | 0.25% | 0.46% | - |
| HSV(B) | 60º | 0.4% | 0.57% | - |
| XYZ | 23.85 | 27.36 | 13.04 | - |
| YUV | 139.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 146 | 87 | 0 | 0 | 0.40 | 0.43 | 60 | 0.25 | 0.46 |
| Hex | 92 | 92 | 57 | 0 | 0 | 28 | 2B | 3C | 19 | 2E |
| Octal | 222 | 222 | 127 | 0 | 0 | 50 | 53 | 74 | 31 | 56 |
| Binary | 10010010 | 10010010 | 1010111 | 0 | 0 | 101000 | 101011 | 111100 | 11001 | 101110 |
Color Harmonies of #929257
Complementary color
Monochromatic Colors of #929257
Black with #929257
Text Example
Text Example
White with #929257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929257; }
p { color: rgb(146,146,87); }
H1.HeaderClassName
{
color: #929257;
}
.AnyTagClassName
{
color: #929257;
}
</style>
background-color css
<style>
a { background-color: #929257; }
a { background-color: rgb(146,146,87); }
div.DivClassName
{
background-color: #929257;
}
.BgClassName
{
background-color: #929257;
}
</style>
border-color css
<style>
span { border-color: #929257; }
span { border-color: rgb(146,146,87); }
td.TdClassName
{
border-color: #929257;
}
.TagClassName
{
border-color: #929257;
}
</style>