Shades of Avocado #92925F
Tints of Avocado #92925F
RGB
CMYK
RGB Variations
Color information
#92925F (or 0x92925F) is known color: Avocado. HEX triplet: 92, 92 and 5F. RGB value is (146,146,95). Sum of RGB (Red+Green+Blue) = 146+146+95=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 146 - color contains mainly: red, green. Hex color #92925F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92925F is #6D6DA0. Grayscale: #8C8C8C. Windows color (decimal): -7171489 or 6263442. OLE color: 6263442.
HSL color Cylindrical-coordinate representation of color #92925F: hue angle of 60º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92925F is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 146 | 95 | - |
| CMYK | 0 | 0 | 0.35 | 0.43 |
| HSL | 60º | 0.21% | 0.47% | - |
| HSV(B) | 60º | 0.35% | 0.57% | - |
| XYZ | 24.2 | 27.49 | 14.86 | - |
| YUV | 140.19 | 102.5 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 146 | 95 | 0 | 0 | 0.35 | 0.43 | 60 | 0.21 | 0.47 |
| Hex | 92 | 92 | 5F | 0 | 0 | 23 | 2B | 3C | 15 | 2F |
| Octal | 222 | 222 | 137 | 0 | 0 | 43 | 53 | 74 | 25 | 57 |
| Binary | 10010010 | 10010010 | 1011111 | 0 | 0 | 100011 | 101011 | 111100 | 10101 | 101111 |
Color Harmonies of #92925F
Complementary color
Monochromatic Colors of #92925F
Black with #92925F
Text Example
Text Example
White with #92925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92925F; }
p { color: rgb(146,146,95); }
H1.HeaderClassName
{
color: #92925F;
}
.AnyTagClassName
{
color: #92925F;
}
</style>
background-color css
<style>
a { background-color: #92925F; }
a { background-color: rgb(146,146,95); }
div.DivClassName
{
background-color: #92925F;
}
.BgClassName
{
background-color: #92925F;
}
</style>
border-color css
<style>
span { border-color: #92925F; }
span { border-color: rgb(146,146,95); }
td.TdClassName
{
border-color: #92925F;
}
.TagClassName
{
border-color: #92925F;
}
</style>