Shades of Avocado #92946C
Tints of Avocado #92946C
RGB
CMYK
RGB Variations
Color information
#92946C (or 0x92946C) is known color: Avocado. HEX triplet: 92, 94 and 6C. RGB value is (146,148,108). Sum of RGB (Red+Green+Blue) = 146+148+108=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #92946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92946C is #6D6B93. Grayscale: #8F8F8F. Windows color (decimal): -7170964 or 7115922. OLE color: 7115922.
HSL color Cylindrical-coordinate representation of color #92946C: hue angle of 63º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92946C is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 148 | 108 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.42 |
| HSL | 63º | 0.16% | 0.5% | - |
| HSV(B) | 63º | 0.27% | 0.58% | - |
| XYZ | 25.15 | 28.37 | 18.34 | - |
| YUV | 142.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 148 | 108 | 0.01 | 0 | 0.27 | 0.42 | 63 | 0.16 | 0.5 |
| Hex | 92 | 94 | 6C | 1 | 0 | 1B | 2A | 3F | 10 | 32 |
| Octal | 222 | 224 | 154 | 1 | 0 | 33 | 52 | 77 | 20 | 62 |
| Binary | 10010010 | 10010100 | 1101100 | 1 | 0 | 11011 | 101010 | 111111 | 10000 | 110010 |
Color Harmonies of #92946C
Complementary color
Monochromatic Colors of #92946C
Black with #92946C
Text Example
Text Example
White with #92946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92946C; }
p { color: rgb(146,148,108); }
H1.HeaderClassName
{
color: #92946C;
}
.AnyTagClassName
{
color: #92946C;
}
</style>
background-color css
<style>
a { background-color: #92946C; }
a { background-color: rgb(146,148,108); }
div.DivClassName
{
background-color: #92946C;
}
.BgClassName
{
background-color: #92946C;
}
</style>
border-color css
<style>
span { border-color: #92946C; }
span { border-color: rgb(146,148,108); }
td.TdClassName
{
border-color: #92946C;
}
.TagClassName
{
border-color: #92946C;
}
</style>