Shades of Avocado #94995C
Tints of Avocado #94995C
RGB
CMYK
RGB Variations
Color information
#94995C (or 0x94995C) is known color: Avocado. HEX triplet: 94, 99 and 5C. RGB value is (148,153,92). Sum of RGB (Red+Green+Blue) = 148+153+92=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #94995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94995C is #6B66A3. Grayscale: #909090. Windows color (decimal): -7038628 or 6068628. OLE color: 6068628.
HSL color Cylindrical-coordinate representation of color #94995C: hue angle of 64.92º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94995C is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 153 | 92 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.4 |
| HSL | 64.92º | 0.25% | 0.48% | - |
| HSV(B) | 64.92º | 0.4% | 0.6% | - |
| XYZ | 25.54 | 29.85 | 14.54 | - |
| YUV | 144.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 92 | 0.03 | 0 | 0.40 | 0.4 | 64.92 | 0.25 | 0.48 |
| Hex | 94 | 99 | 5C | 3 | 0 | 28 | 28 | 41 | 19 | 30 |
| Octal | 224 | 231 | 134 | 3 | 0 | 50 | 50 | 101 | 31 | 60 |
| Binary | 10010100 | 10011001 | 1011100 | 11 | 0 | 101000 | 101000 | 1000001 | 11001 | 110000 |
Color Harmonies of #94995C
Complementary color
Monochromatic Colors of #94995C
Black with #94995C
Text Example
Text Example
White with #94995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94995C; }
p { color: rgb(148,153,92); }
H1.HeaderClassName
{
color: #94995C;
}
.AnyTagClassName
{
color: #94995C;
}
</style>
background-color css
<style>
a { background-color: #94995C; }
a { background-color: rgb(148,153,92); }
div.DivClassName
{
background-color: #94995C;
}
.BgClassName
{
background-color: #94995C;
}
</style>
border-color css
<style>
span { border-color: #94995C; }
span { border-color: rgb(148,153,92); }
td.TdClassName
{
border-color: #94995C;
}
.TagClassName
{
border-color: #94995C;
}
</style>