Shades of Avocado #94925E
Tints of Avocado #94925E
RGB
CMYK
RGB Variations
Color information
#94925E (or 0x94925E) is known color: Avocado. HEX triplet: 94, 92 and 5E. RGB value is (148,146,94). Sum of RGB (Red+Green+Blue) = 148+146+94=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #94925E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94925E is #6B6DA1. Grayscale: #8C8C8C. Windows color (decimal): -7040418 or 6197908. OLE color: 6197908.
HSL color Cylindrical-coordinate representation of color #94925E: hue angle of 57.78º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94925E is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 94 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.42 |
| HSL | 57.78º | 0.22% | 0.47% | - |
| HSV(B) | 57.78º | 0.36% | 0.58% | - |
| XYZ | 24.51 | 27.66 | 14.64 | - |
| YUV | 140.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 94 | 0 | 0.01 | 0.36 | 0.42 | 57.78 | 0.22 | 0.47 |
| Hex | 94 | 92 | 5E | 0 | 1 | 24 | 2A | 3A | 16 | 2F |
| Octal | 224 | 222 | 136 | 0 | 1 | 44 | 52 | 72 | 26 | 57 |
| Binary | 10010100 | 10010010 | 1011110 | 0 | 1 | 100100 | 101010 | 111010 | 10110 | 101111 |
Color Harmonies of #94925E
Complementary color
Monochromatic Colors of #94925E
Black with #94925E
Text Example
Text Example
White with #94925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94925E; }
p { color: rgb(148,146,94); }
H1.HeaderClassName
{
color: #94925E;
}
.AnyTagClassName
{
color: #94925E;
}
</style>
background-color css
<style>
a { background-color: #94925E; }
a { background-color: rgb(148,146,94); }
div.DivClassName
{
background-color: #94925E;
}
.BgClassName
{
background-color: #94925E;
}
</style>
border-color css
<style>
span { border-color: #94925E; }
span { border-color: rgb(148,146,94); }
td.TdClassName
{
border-color: #94925E;
}
.TagClassName
{
border-color: #94925E;
}
</style>