Shades of Avocado #92985B
Tints of Avocado #92985B
RGB
CMYK
RGB Variations
Color information
#92985B (or 0x92985B) is known color: Avocado. HEX triplet: 92, 98 and 5B. RGB value is (146,152,91). Sum of RGB (Red+Green+Blue) = 146+152+91=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #92985B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92985B is #6D67A4. Grayscale: #8F8F8F. Windows color (decimal): -7169957 or 6002834. OLE color: 6002834.
HSL color Cylindrical-coordinate representation of color #92985B: hue angle of 65.9º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92985B is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 152 | 91 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.40 |
| HSL | 65.9º | 0.25% | 0.48% | - |
| HSV(B) | 65.9º | 0.4% | 0.6% | - |
| XYZ | 24.97 | 29.32 | 14.24 | - |
| YUV | 143.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 91 | 0.04 | 0 | 0.40 | 0.40 | 65.9 | 0.25 | 0.48 |
| Hex | 92 | 98 | 5B | 4 | 0 | 28 | 28 | 42 | 19 | 30 |
| Octal | 222 | 230 | 133 | 4 | 0 | 50 | 50 | 102 | 31 | 60 |
| Binary | 10010010 | 10011000 | 1011011 | 100 | 0 | 101000 | 101000 | 1000010 | 11001 | 110000 |
Color Harmonies of #92985B
Complementary color
Monochromatic Colors of #92985B
Black with #92985B
Text Example
Text Example
White with #92985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92985B; }
p { color: rgb(146,152,91); }
H1.HeaderClassName
{
color: #92985B;
}
.AnyTagClassName
{
color: #92985B;
}
</style>
background-color css
<style>
a { background-color: #92985B; }
a { background-color: rgb(146,152,91); }
div.DivClassName
{
background-color: #92985B;
}
.BgClassName
{
background-color: #92985B;
}
</style>
border-color css
<style>
span { border-color: #92985B; }
span { border-color: rgb(146,152,91); }
td.TdClassName
{
border-color: #92985B;
}
.TagClassName
{
border-color: #92985B;
}
</style>