Shades of Avocado #94996A
Tints of Avocado #94996A
RGB
CMYK
RGB Variations
Color information
#94996A (or 0x94996A) is known color: Avocado. HEX triplet: 94, 99 and 6A. RGB value is (148,153,106). Sum of RGB (Red+Green+Blue) = 148+153+106=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #94996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94996A is #6B6695. Grayscale: #929292. Windows color (decimal): -7038614 or 6986132. OLE color: 6986132.
HSL color Cylindrical-coordinate representation of color #94996A: hue angle of 66.38º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94996A is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 153 | 106 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.4 |
| HSL | 66.38º | 0.19% | 0.51% | - |
| HSV(B) | 66.38º | 0.31% | 0.6% | - |
| XYZ | 26.21 | 30.12 | 18.07 | - |
| YUV | 146.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 106 | 0.03 | 0 | 0.31 | 0.4 | 66.38 | 0.19 | 0.51 |
| Hex | 94 | 99 | 6A | 3 | 0 | 1F | 28 | 42 | 13 | 33 |
| Octal | 224 | 231 | 152 | 3 | 0 | 37 | 50 | 102 | 23 | 63 |
| Binary | 10010100 | 10011001 | 1101010 | 11 | 0 | 11111 | 101000 | 1000010 | 10011 | 110011 |
Color Harmonies of #94996A
Complementary color
Monochromatic Colors of #94996A
Black with #94996A
Text Example
Text Example
White with #94996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94996A; }
p { color: rgb(148,153,106); }
H1.HeaderClassName
{
color: #94996A;
}
.AnyTagClassName
{
color: #94996A;
}
</style>
background-color css
<style>
a { background-color: #94996A; }
a { background-color: rgb(148,153,106); }
div.DivClassName
{
background-color: #94996A;
}
.BgClassName
{
background-color: #94996A;
}
</style>
border-color css
<style>
span { border-color: #94996A; }
span { border-color: rgb(148,153,106); }
td.TdClassName
{
border-color: #94996A;
}
.TagClassName
{
border-color: #94996A;
}
</style>