Shades of Avocado #92956D
Tints of Avocado #92956D
RGB
CMYK
RGB Variations
Color information
#92956D (or 0x92956D) is known color: Avocado. HEX triplet: 92, 95 and 6D. RGB value is (146,149,109). Sum of RGB (Red+Green+Blue) = 146+149+109=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #92956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92956D is #6D6A92. Grayscale: #8F8F8F. Windows color (decimal): -7170707 or 7181714. OLE color: 7181714.
HSL color Cylindrical-coordinate representation of color #92956D: hue angle of 64.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92956D is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 149 | 109 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.42 |
| HSL | 64.5º | 0.16% | 0.51% | - |
| HSV(B) | 64.5º | 0.27% | 0.58% | - |
| XYZ | 25.36 | 28.71 | 18.67 | - |
| YUV | 143.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 109 | 0.02 | 0 | 0.27 | 0.42 | 64.5 | 0.16 | 0.51 |
| Hex | 92 | 95 | 6D | 2 | 0 | 1B | 2A | 40 | 10 | 33 |
| Octal | 222 | 225 | 155 | 2 | 0 | 33 | 52 | 100 | 20 | 63 |
| Binary | 10010010 | 10010101 | 1101101 | 10 | 0 | 11011 | 101010 | 1000000 | 10000 | 110011 |
Color Harmonies of #92956D
Complementary color
Monochromatic Colors of #92956D
Black with #92956D
Text Example
Text Example
White with #92956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92956D; }
p { color: rgb(146,149,109); }
H1.HeaderClassName
{
color: #92956D;
}
.AnyTagClassName
{
color: #92956D;
}
</style>
background-color css
<style>
a { background-color: #92956D; }
a { background-color: rgb(146,149,109); }
div.DivClassName
{
background-color: #92956D;
}
.BgClassName
{
background-color: #92956D;
}
</style>
border-color css
<style>
span { border-color: #92956D; }
span { border-color: rgb(146,149,109); }
td.TdClassName
{
border-color: #92956D;
}
.TagClassName
{
border-color: #92956D;
}
</style>