Shades of Avocado #94935C
Tints of Avocado #94935C
RGB
CMYK
RGB Variations
Color information
#94935C (or 0x94935C) is known color: Avocado. HEX triplet: 94, 93 and 5C. RGB value is (148,147,92). Sum of RGB (Red+Green+Blue) = 148+147+92=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #94935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94935C is #6B6CA3. Grayscale: #8D8D8D. Windows color (decimal): -7040164 or 6067092. OLE color: 6067092.
HSL color Cylindrical-coordinate representation of color #94935C: hue angle of 58.93º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94935C is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 147 | 92 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.42 |
| HSL | 58.93º | 0.23% | 0.47% | - |
| HSV(B) | 58.93º | 0.38% | 0.58% | - |
| XYZ | 24.58 | 27.94 | 14.22 | - |
| YUV | 141.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 92 | 0 | 0.01 | 0.38 | 0.42 | 58.93 | 0.23 | 0.47 |
| Hex | 94 | 93 | 5C | 0 | 1 | 26 | 2A | 3B | 17 | 2F |
| Octal | 224 | 223 | 134 | 0 | 1 | 46 | 52 | 73 | 27 | 57 |
| Binary | 10010100 | 10010011 | 1011100 | 0 | 1 | 100110 | 101010 | 111011 | 10111 | 101111 |
Color Harmonies of #94935C
Complementary color
Monochromatic Colors of #94935C
Black with #94935C
Text Example
Text Example
White with #94935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94935C; }
p { color: rgb(148,147,92); }
H1.HeaderClassName
{
color: #94935C;
}
.AnyTagClassName
{
color: #94935C;
}
</style>
background-color css
<style>
a { background-color: #94935C; }
a { background-color: rgb(148,147,92); }
div.DivClassName
{
background-color: #94935C;
}
.BgClassName
{
background-color: #94935C;
}
</style>
border-color css
<style>
span { border-color: #94935C; }
span { border-color: rgb(148,147,92); }
td.TdClassName
{
border-color: #94935C;
}
.TagClassName
{
border-color: #94935C;
}
</style>