Shades of Avocado #92945E
Tints of Avocado #92945E
RGB
CMYK
RGB Variations
Color information
#92945E (or 0x92945E) is known color: Avocado. HEX triplet: 92, 94 and 5E. RGB value is (146,148,94). Sum of RGB (Red+Green+Blue) = 146+148+94=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #92945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92945E is #6D6BA1. Grayscale: #8D8D8D. Windows color (decimal): -7170978 or 6198418. OLE color: 6198418.
HSL color Cylindrical-coordinate representation of color #92945E: hue angle of 62.22º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92945E is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 148 | 94 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.42 |
| HSL | 62.22º | 0.22% | 0.47% | - |
| HSV(B) | 62.22º | 0.36% | 0.58% | - |
| XYZ | 24.46 | 28.1 | 14.72 | - |
| YUV | 141.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 148 | 94 | 0.01 | 0 | 0.36 | 0.42 | 62.22 | 0.22 | 0.47 |
| Hex | 92 | 94 | 5E | 1 | 0 | 24 | 2A | 3E | 16 | 2F |
| Octal | 222 | 224 | 136 | 1 | 0 | 44 | 52 | 76 | 26 | 57 |
| Binary | 10010010 | 10010100 | 1011110 | 1 | 0 | 100100 | 101010 | 111110 | 10110 | 101111 |
Color Harmonies of #92945E
Complementary color
Monochromatic Colors of #92945E
Black with #92945E
Text Example
Text Example
White with #92945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92945E; }
p { color: rgb(146,148,94); }
H1.HeaderClassName
{
color: #92945E;
}
.AnyTagClassName
{
color: #92945E;
}
</style>
background-color css
<style>
a { background-color: #92945E; }
a { background-color: rgb(146,148,94); }
div.DivClassName
{
background-color: #92945E;
}
.BgClassName
{
background-color: #92945E;
}
</style>
border-color css
<style>
span { border-color: #92945E; }
span { border-color: rgb(146,148,94); }
td.TdClassName
{
border-color: #92945E;
}
.TagClassName
{
border-color: #92945E;
}
</style>