Shades of Avocado #92915B
Tints of Avocado #92915B
RGB
CMYK
RGB Variations
Color information
#92915B (or 0x92915B) is known color: Avocado. HEX triplet: 92, 91 and 5B. RGB value is (146,145,91). Sum of RGB (Red+Green+Blue) = 146+145+91=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 146 - color contains mainly: red. Hex color #92915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92915B is #6D6EA4. Grayscale: #8B8B8B. Windows color (decimal): -7171749 or 6001042. OLE color: 6001042.
HSL color Cylindrical-coordinate representation of color #92915B: hue angle of 58.91º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92915B is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 145 | 91 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.43 |
| HSL | 58.91º | 0.23% | 0.46% | - |
| HSV(B) | 58.91º | 0.38% | 0.57% | - |
| XYZ | 23.87 | 27.12 | 13.87 | - |
| YUV | 139.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 145 | 91 | 0 | 0.01 | 0.38 | 0.43 | 58.91 | 0.23 | 0.46 |
| Hex | 92 | 91 | 5B | 0 | 1 | 26 | 2B | 3B | 17 | 2E |
| Octal | 222 | 221 | 133 | 0 | 1 | 46 | 53 | 73 | 27 | 56 |
| Binary | 10010010 | 10010001 | 1011011 | 0 | 1 | 100110 | 101011 | 111011 | 10111 | 101110 |
Color Harmonies of #92915B
Complementary color
Monochromatic Colors of #92915B
Black with #92915B
Text Example
Text Example
White with #92915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92915B; }
p { color: rgb(146,145,91); }
H1.HeaderClassName
{
color: #92915B;
}
.AnyTagClassName
{
color: #92915B;
}
</style>
background-color css
<style>
a { background-color: #92915B; }
a { background-color: rgb(146,145,91); }
div.DivClassName
{
background-color: #92915B;
}
.BgClassName
{
background-color: #92915B;
}
</style>
border-color css
<style>
span { border-color: #92915B; }
span { border-color: rgb(146,145,91); }
td.TdClassName
{
border-color: #92915B;
}
.TagClassName
{
border-color: #92915B;
}
</style>