Shades of Avocado #92925B
Tints of Avocado #92925B
RGB
CMYK
RGB Variations
Color information
#92925B (or 0x92925B) is known color: Avocado. HEX triplet: 92, 92 and 5B. RGB value is (146,146,91). Sum of RGB (Red+Green+Blue) = 146+146+91=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 146 - color contains mainly: red, green. Hex color #92925B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92925B is #6D6DA4. Grayscale: #8B8B8B. Windows color (decimal): -7171493 or 6001298. OLE color: 6001298.
HSL color Cylindrical-coordinate representation of color #92925B: hue angle of 60º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92925B is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 146 | 91 | - |
| CMYK | 0 | 0 | 0.38 | 0.43 |
| HSL | 60º | 0.23% | 0.46% | - |
| HSV(B) | 60º | 0.38% | 0.57% | - |
| XYZ | 24.02 | 27.42 | 13.92 | - |
| YUV | 139.73 | 100.5 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 146 | 91 | 0 | 0 | 0.38 | 0.43 | 60 | 0.23 | 0.46 |
| Hex | 92 | 92 | 5B | 0 | 0 | 26 | 2B | 3C | 17 | 2E |
| Octal | 222 | 222 | 133 | 0 | 0 | 46 | 53 | 74 | 27 | 56 |
| Binary | 10010010 | 10010010 | 1011011 | 0 | 0 | 100110 | 101011 | 111100 | 10111 | 101110 |
Color Harmonies of #92925B
Complementary color
Monochromatic Colors of #92925B
Black with #92925B
Text Example
Text Example
White with #92925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92925B; }
p { color: rgb(146,146,91); }
H1.HeaderClassName
{
color: #92925B;
}
.AnyTagClassName
{
color: #92925B;
}
</style>
background-color css
<style>
a { background-color: #92925B; }
a { background-color: rgb(146,146,91); }
div.DivClassName
{
background-color: #92925B;
}
.BgClassName
{
background-color: #92925B;
}
</style>
border-color css
<style>
span { border-color: #92925B; }
span { border-color: rgb(146,146,91); }
td.TdClassName
{
border-color: #92925B;
}
.TagClassName
{
border-color: #92925B;
}
</style>