Shades of Avocado #92966B
Tints of Avocado #92966B
RGB
CMYK
RGB Variations
Color information
#92966B (or 0x92966B) is known color: Avocado. HEX triplet: 92, 96 and 6B. RGB value is (146,150,107). Sum of RGB (Red+Green+Blue) = 146+150+107=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #92966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92966B is #6D6994. Grayscale: #909090. Windows color (decimal): -7170453 or 7050898. OLE color: 7050898.
HSL color Cylindrical-coordinate representation of color #92966B: hue angle of 65.58º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92966B is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 146 | 150 | 107 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.41 |
| HSL | 65.58º | 0.17% | 0.5% | - |
| HSV(B) | 65.58º | 0.29% | 0.59% | - |
| XYZ | 25.41 | 28.99 | 18.17 | - |
| YUV | 143.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 150 | 107 | 0.03 | 0 | 0.29 | 0.41 | 65.58 | 0.17 | 0.5 |
| Hex | 92 | 96 | 6B | 3 | 0 | 1D | 29 | 42 | 11 | 32 |
| Octal | 222 | 226 | 153 | 3 | 0 | 35 | 51 | 102 | 21 | 62 |
| Binary | 10010010 | 10010110 | 1101011 | 11 | 0 | 11101 | 101001 | 1000010 | 10001 | 110010 |
Color Harmonies of #92966B
Complementary color
Monochromatic Colors of #92966B
Black with #92966B
Text Example
Text Example
White with #92966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92966B; }
p { color: rgb(146,150,107); }
H1.HeaderClassName
{
color: #92966B;
}
.AnyTagClassName
{
color: #92966B;
}
</style>
background-color css
<style>
a { background-color: #92966B; }
a { background-color: rgb(146,150,107); }
div.DivClassName
{
background-color: #92966B;
}
.BgClassName
{
background-color: #92966B;
}
</style>
border-color css
<style>
span { border-color: #92966B; }
span { border-color: rgb(146,150,107); }
td.TdClassName
{
border-color: #92966B;
}
.TagClassName
{
border-color: #92966B;
}
</style>