Shades of Avocado #92956B
Tints of Avocado #92956B
RGB
CMYK
RGB Variations
Color information
#92956B (or 0x92956B) is known color: Avocado. HEX triplet: 92, 95 and 6B. RGB value is (146,149,107). Sum of RGB (Red+Green+Blue) = 146+149+107=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #92956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92956B is #6D6A94. Grayscale: #8F8F8F. Windows color (decimal): -7170709 or 7050642. OLE color: 7050642.
HSL color Cylindrical-coordinate representation of color #92956B: hue angle of 64.29º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92956B is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 149 | 107 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.42 |
| HSL | 64.29º | 0.17% | 0.5% | - |
| HSV(B) | 64.29º | 0.28% | 0.58% | - |
| XYZ | 25.26 | 28.67 | 18.11 | - |
| YUV | 143.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 107 | 0.02 | 0 | 0.28 | 0.42 | 64.29 | 0.17 | 0.5 |
| Hex | 92 | 95 | 6B | 2 | 0 | 1C | 2A | 40 | 11 | 32 |
| Octal | 222 | 225 | 153 | 2 | 0 | 34 | 52 | 100 | 21 | 62 |
| Binary | 10010010 | 10010101 | 1101011 | 10 | 0 | 11100 | 101010 | 1000000 | 10001 | 110010 |
Color Harmonies of #92956B
Complementary color
Monochromatic Colors of #92956B
Black with #92956B
Text Example
Text Example
White with #92956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92956B; }
p { color: rgb(146,149,107); }
H1.HeaderClassName
{
color: #92956B;
}
.AnyTagClassName
{
color: #92956B;
}
</style>
background-color css
<style>
a { background-color: #92956B; }
a { background-color: rgb(146,149,107); }
div.DivClassName
{
background-color: #92956B;
}
.BgClassName
{
background-color: #92956B;
}
</style>
border-color css
<style>
span { border-color: #92956B; }
span { border-color: rgb(146,149,107); }
td.TdClassName
{
border-color: #92956B;
}
.TagClassName
{
border-color: #92956B;
}
</style>