Shades of Avocado #92966D
Tints of Avocado #92966D
RGB
CMYK
RGB Variations
Color information
#92966D (or 0x92966D) is known color: Avocado. HEX triplet: 92, 96 and 6D. RGB value is (146,150,109). Sum of RGB (Red+Green+Blue) = 146+150+109=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 150 - color contains mainly: green. Hex color #92966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92966D is #6D6992. Grayscale: #909090. Windows color (decimal): -7170451 or 7181970. OLE color: 7181970.
HSL color Cylindrical-coordinate representation of color #92966D: hue angle of 65.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92966D is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 146 | 150 | 109 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.41 |
| HSL | 65.85º | 0.16% | 0.51% | - |
| HSV(B) | 65.85º | 0.27% | 0.59% | - |
| XYZ | 25.52 | 29.03 | 18.73 | - |
| YUV | 144.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 150 | 109 | 0.03 | 0 | 0.27 | 0.41 | 65.85 | 0.16 | 0.51 |
| Hex | 92 | 96 | 6D | 3 | 0 | 1B | 29 | 42 | 10 | 33 |
| Octal | 222 | 226 | 155 | 3 | 0 | 33 | 51 | 102 | 20 | 63 |
| Binary | 10010010 | 10010110 | 1101101 | 11 | 0 | 11011 | 101001 | 1000010 | 10000 | 110011 |
Color Harmonies of #92966D
Complementary color
Monochromatic Colors of #92966D
Black with #92966D
Text Example
Text Example
White with #92966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92966D; }
p { color: rgb(146,150,109); }
H1.HeaderClassName
{
color: #92966D;
}
.AnyTagClassName
{
color: #92966D;
}
</style>
background-color css
<style>
a { background-color: #92966D; }
a { background-color: rgb(146,150,109); }
div.DivClassName
{
background-color: #92966D;
}
.BgClassName
{
background-color: #92966D;
}
</style>
border-color css
<style>
span { border-color: #92966D; }
span { border-color: rgb(146,150,109); }
td.TdClassName
{
border-color: #92966D;
}
.TagClassName
{
border-color: #92966D;
}
</style>