Shades of Avocado #94925D
Tints of Avocado #94925D
RGB
CMYK
RGB Variations
Color information
#94925D (or 0x94925D) is known color: Avocado. HEX triplet: 94, 92 and 5D. RGB value is (148,146,93). Sum of RGB (Red+Green+Blue) = 148+146+93=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #94925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94925D is #6B6DA2. Grayscale: #8C8C8C. Windows color (decimal): -7040419 or 6132372. OLE color: 6132372.
HSL color Cylindrical-coordinate representation of color #94925D: hue angle of 57.82º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94925D is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 93 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.42 |
| HSL | 57.82º | 0.23% | 0.47% | - |
| HSV(B) | 57.82º | 0.37% | 0.58% | - |
| XYZ | 24.47 | 27.64 | 14.4 | - |
| YUV | 140.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 93 | 0 | 0.01 | 0.37 | 0.42 | 57.82 | 0.23 | 0.47 |
| Hex | 94 | 92 | 5D | 0 | 1 | 25 | 2A | 3A | 17 | 2F |
| Octal | 224 | 222 | 135 | 0 | 1 | 45 | 52 | 72 | 27 | 57 |
| Binary | 10010100 | 10010010 | 1011101 | 0 | 1 | 100101 | 101010 | 111010 | 10111 | 101111 |
Color Harmonies of #94925D
Complementary color
Monochromatic Colors of #94925D
Black with #94925D
Text Example
Text Example
White with #94925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94925D; }
p { color: rgb(148,146,93); }
H1.HeaderClassName
{
color: #94925D;
}
.AnyTagClassName
{
color: #94925D;
}
</style>
background-color css
<style>
a { background-color: #94925D; }
a { background-color: rgb(148,146,93); }
div.DivClassName
{
background-color: #94925D;
}
.BgClassName
{
background-color: #94925D;
}
</style>
border-color css
<style>
span { border-color: #94925D; }
span { border-color: rgb(148,146,93); }
td.TdClassName
{
border-color: #94925D;
}
.TagClassName
{
border-color: #94925D;
}
</style>