Shades of Avocado #94935D
Tints of Avocado #94935D
RGB
CMYK
RGB Variations
Color information
#94935D (or 0x94935D) is known color: Avocado. HEX triplet: 94, 93 and 5D. RGB value is (148,147,93). Sum of RGB (Red+Green+Blue) = 148+147+93=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #94935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94935D is #6B6CA2. Grayscale: #8D8D8D. Windows color (decimal): -7040163 or 6132628. OLE color: 6132628.
HSL color Cylindrical-coordinate representation of color #94935D: hue angle of 58.91º 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 #94935D is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 147 | 93 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.42 |
| HSL | 58.91º | 0.23% | 0.47% | - |
| HSV(B) | 58.91º | 0.37% | 0.58% | - |
| XYZ | 24.62 | 27.95 | 14.45 | - |
| YUV | 141.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 93 | 0 | 0.01 | 0.37 | 0.42 | 58.91 | 0.23 | 0.47 |
| Hex | 94 | 93 | 5D | 0 | 1 | 25 | 2A | 3B | 17 | 2F |
| Octal | 224 | 223 | 135 | 0 | 1 | 45 | 52 | 73 | 27 | 57 |
| Binary | 10010100 | 10010011 | 1011101 | 0 | 1 | 100101 | 101010 | 111011 | 10111 | 101111 |
Color Harmonies of #94935D
Complementary color
Monochromatic Colors of #94935D
Black with #94935D
Text Example
Text Example
White with #94935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94935D; }
p { color: rgb(148,147,93); }
H1.HeaderClassName
{
color: #94935D;
}
.AnyTagClassName
{
color: #94935D;
}
</style>
background-color css
<style>
a { background-color: #94935D; }
a { background-color: rgb(148,147,93); }
div.DivClassName
{
background-color: #94935D;
}
.BgClassName
{
background-color: #94935D;
}
</style>
border-color css
<style>
span { border-color: #94935D; }
span { border-color: rgb(148,147,93); }
td.TdClassName
{
border-color: #94935D;
}
.TagClassName
{
border-color: #94935D;
}
</style>