Shades of Avocado #94905E
Tints of Avocado #94905E
RGB
CMYK
RGB Variations
Color information
#94905E (or 0x94905E) is known color: Avocado. HEX triplet: 94, 90 and 5E. RGB value is (148,144,94). Sum of RGB (Red+Green+Blue) = 148+144+94=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #94905E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94905E is #6B6FA1. Grayscale: #8B8B8B. Windows color (decimal): -7040930 or 6197396. OLE color: 6197396.
HSL color Cylindrical-coordinate representation of color #94905E: hue angle of 55.56º 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 #94905E is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 94 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.42 |
| HSL | 55.56º | 0.22% | 0.47% | - |
| HSV(B) | 55.56º | 0.36% | 0.58% | - |
| XYZ | 24.21 | 27.05 | 14.54 | - |
| YUV | 139.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 94 | 0 | 0.03 | 0.36 | 0.42 | 55.56 | 0.22 | 0.47 |
| Hex | 94 | 90 | 5E | 0 | 3 | 24 | 2A | 38 | 16 | 2F |
| Octal | 224 | 220 | 136 | 0 | 3 | 44 | 52 | 70 | 26 | 57 |
| Binary | 10010100 | 10010000 | 1011110 | 0 | 11 | 100100 | 101010 | 111000 | 10110 | 101111 |
Color Harmonies of #94905E
Complementary color
Monochromatic Colors of #94905E
Black with #94905E
Text Example
Text Example
White with #94905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94905E; }
p { color: rgb(148,144,94); }
H1.HeaderClassName
{
color: #94905E;
}
.AnyTagClassName
{
color: #94905E;
}
</style>
background-color css
<style>
a { background-color: #94905E; }
a { background-color: rgb(148,144,94); }
div.DivClassName
{
background-color: #94905E;
}
.BgClassName
{
background-color: #94905E;
}
</style>
border-color css
<style>
span { border-color: #94905E; }
span { border-color: rgb(148,144,94); }
td.TdClassName
{
border-color: #94905E;
}
.TagClassName
{
border-color: #94905E;
}
</style>