Shades of Avocado #92996B
Tints of Avocado #92996B
RGB
CMYK
RGB Variations
Color information
#92996B (or 0x92996B) is known color: Avocado. HEX triplet: 92, 99 and 6B. RGB value is (146,153,107). Sum of RGB (Red+Green+Blue) = 146+153+107=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #92996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92996B is #6D6694. Grayscale: #919191. Windows color (decimal): -7169685 or 7051666. OLE color: 7051666.
HSL color Cylindrical-coordinate representation of color #92996B: hue angle of 69.13º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92996B is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 153 | 107 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.4 |
| HSL | 69.13º | 0.18% | 0.51% | - |
| HSV(B) | 69.13º | 0.3% | 0.6% | - |
| XYZ | 25.9 | 29.96 | 18.33 | - |
| YUV | 145.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 107 | 0.05 | 0 | 0.30 | 0.4 | 69.13 | 0.18 | 0.51 |
| Hex | 92 | 99 | 6B | 5 | 0 | 1E | 28 | 45 | 12 | 33 |
| Octal | 222 | 231 | 153 | 5 | 0 | 36 | 50 | 105 | 22 | 63 |
| Binary | 10010010 | 10011001 | 1101011 | 101 | 0 | 11110 | 101000 | 1000101 | 10010 | 110011 |
Color Harmonies of #92996B
Complementary color
Monochromatic Colors of #92996B
Black with #92996B
Text Example
Text Example
White with #92996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92996B; }
p { color: rgb(146,153,107); }
H1.HeaderClassName
{
color: #92996B;
}
.AnyTagClassName
{
color: #92996B;
}
</style>
background-color css
<style>
a { background-color: #92996B; }
a { background-color: rgb(146,153,107); }
div.DivClassName
{
background-color: #92996B;
}
.BgClassName
{
background-color: #92996B;
}
</style>
border-color css
<style>
span { border-color: #92996B; }
span { border-color: rgb(146,153,107); }
td.TdClassName
{
border-color: #92996B;
}
.TagClassName
{
border-color: #92996B;
}
</style>