Shades of Avocado #92915A
Tints of Avocado #92915A
RGB
CMYK
RGB Variations
Color information
#92915A (or 0x92915A) is known color: Avocado. HEX triplet: 92, 91 and 5A. RGB value is (146,145,90). Sum of RGB (Red+Green+Blue) = 146+145+90=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #92915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92915A is #6D6EA5. Grayscale: #8B8B8B. Windows color (decimal): -7171750 or 5935506. OLE color: 5935506.
HSL color Cylindrical-coordinate representation of color #92915A: hue angle of 58.93º degrees, saturation: 0.24, 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 #92915A is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 145 | 90 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.43 |
| HSL | 58.93º | 0.24% | 0.46% | - |
| HSV(B) | 58.93º | 0.38% | 0.57% | - |
| XYZ | 23.82 | 27.1 | 13.65 | - |
| YUV | 139.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 145 | 90 | 0 | 0.01 | 0.38 | 0.43 | 58.93 | 0.24 | 0.46 |
| Hex | 92 | 91 | 5A | 0 | 1 | 26 | 2B | 3B | 18 | 2E |
| Octal | 222 | 221 | 132 | 0 | 1 | 46 | 53 | 73 | 30 | 56 |
| Binary | 10010010 | 10010001 | 1011010 | 0 | 1 | 100110 | 101011 | 111011 | 11000 | 101110 |
Color Harmonies of #92915A
Complementary color
Monochromatic Colors of #92915A
Black with #92915A
Text Example
Text Example
White with #92915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92915A; }
p { color: rgb(146,145,90); }
H1.HeaderClassName
{
color: #92915A;
}
.AnyTagClassName
{
color: #92915A;
}
</style>
background-color css
<style>
a { background-color: #92915A; }
a { background-color: rgb(146,145,90); }
div.DivClassName
{
background-color: #92915A;
}
.BgClassName
{
background-color: #92915A;
}
</style>
border-color css
<style>
span { border-color: #92915A; }
span { border-color: rgb(146,145,90); }
td.TdClassName
{
border-color: #92915A;
}
.TagClassName
{
border-color: #92915A;
}
</style>