Shades of Avocado #92965F
Tints of Avocado #92965F
RGB
CMYK
RGB Variations
Color information
#92965F (or 0x92965F) is known color: Avocado. HEX triplet: 92, 96 and 5F. RGB value is (146,150,95). Sum of RGB (Red+Green+Blue) = 146+150+95=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 150 - color contains mainly: green. Hex color #92965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92965F is #6D69A0. Grayscale: #8E8E8E. Windows color (decimal): -7170465 or 6264466. OLE color: 6264466.
HSL color Cylindrical-coordinate representation of color #92965F: hue angle of 64.36º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92965F is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 146 | 150 | 95 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.41 |
| HSL | 64.36º | 0.22% | 0.48% | - |
| HSV(B) | 64.36º | 0.37% | 0.59% | - |
| XYZ | 24.83 | 28.75 | 15.07 | - |
| YUV | 142.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 150 | 95 | 0.03 | 0 | 0.37 | 0.41 | 64.36 | 0.22 | 0.48 |
| Hex | 92 | 96 | 5F | 3 | 0 | 25 | 29 | 40 | 16 | 30 |
| Octal | 222 | 226 | 137 | 3 | 0 | 45 | 51 | 100 | 26 | 60 |
| Binary | 10010010 | 10010110 | 1011111 | 11 | 0 | 100101 | 101001 | 1000000 | 10110 | 110000 |
Color Harmonies of #92965F
Complementary color
Monochromatic Colors of #92965F
Black with #92965F
Text Example
Text Example
White with #92965F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92965F; }
p { color: rgb(146,150,95); }
H1.HeaderClassName
{
color: #92965F;
}
.AnyTagClassName
{
color: #92965F;
}
</style>
background-color css
<style>
a { background-color: #92965F; }
a { background-color: rgb(146,150,95); }
div.DivClassName
{
background-color: #92965F;
}
.BgClassName
{
background-color: #92965F;
}
</style>
border-color css
<style>
span { border-color: #92965F; }
span { border-color: rgb(146,150,95); }
td.TdClassName
{
border-color: #92965F;
}
.TagClassName
{
border-color: #92965F;
}
</style>