Shades of Avocado #94945C
Tints of Avocado #94945C
RGB
CMYK
RGB Variations
Color information
#94945C (or 0x94945C) is known color: Avocado. HEX triplet: 94, 94 and 5C. RGB value is (148,148,92). Sum of RGB (Red+Green+Blue) = 148+148+92=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94945C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94945C is #6B6BA3. Grayscale: #8D8D8D. Windows color (decimal): -7039908 or 6067348. OLE color: 6067348.
HSL color Cylindrical-coordinate representation of color #94945C: hue angle of 60º 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 #94945C is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 148 | 92 | - |
| CMYK | 0 | 0 | 0.38 | 0.42 |
| HSL | 60º | 0.23% | 0.47% | - |
| HSV(B) | 60º | 0.38% | 0.58% | - |
| XYZ | 24.73 | 28.25 | 14.27 | - |
| YUV | 141.62 | 100 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 148 | 92 | 0 | 0 | 0.38 | 0.42 | 60 | 0.23 | 0.47 |
| Hex | 94 | 94 | 5C | 0 | 0 | 26 | 2A | 3C | 17 | 2F |
| Octal | 224 | 224 | 134 | 0 | 0 | 46 | 52 | 74 | 27 | 57 |
| Binary | 10010100 | 10010100 | 1011100 | 0 | 0 | 100110 | 101010 | 111100 | 10111 | 101111 |
Color Harmonies of #94945C
Complementary color
Monochromatic Colors of #94945C
Black with #94945C
Text Example
Text Example
White with #94945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94945C; }
p { color: rgb(148,148,92); }
H1.HeaderClassName
{
color: #94945C;
}
.AnyTagClassName
{
color: #94945C;
}
</style>
background-color css
<style>
a { background-color: #94945C; }
a { background-color: rgb(148,148,92); }
div.DivClassName
{
background-color: #94945C;
}
.BgClassName
{
background-color: #94945C;
}
</style>
border-color css
<style>
span { border-color: #94945C; }
span { border-color: rgb(148,148,92); }
td.TdClassName
{
border-color: #94945C;
}
.TagClassName
{
border-color: #94945C;
}
</style>