Shades of Avocado #949159
Tints of Avocado #949159
RGB
CMYK
RGB Variations
Color information
#949159 (or 0x949159) is known color: Avocado. HEX triplet: 94, 91 and 59. RGB value is (148,145,89). Sum of RGB (Red+Green+Blue) = 148+145+89=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #949159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949159 is #6B6EA6. Grayscale: #8B8B8B. Windows color (decimal): -7040679 or 5869972. OLE color: 5869972.
HSL color Cylindrical-coordinate representation of color #949159: hue angle of 56.95º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #949159 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 145 | 89 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.42 |
| HSL | 56.95º | 0.25% | 0.46% | - |
| HSV(B) | 56.95º | 0.4% | 0.58% | - |
| XYZ | 24.14 | 27.27 | 13.44 | - |
| YUV | 139.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 145 | 89 | 0 | 0.02 | 0.40 | 0.42 | 56.95 | 0.25 | 0.46 |
| Hex | 94 | 91 | 59 | 0 | 2 | 28 | 2A | 39 | 19 | 2E |
| Octal | 224 | 221 | 131 | 0 | 2 | 50 | 52 | 71 | 31 | 56 |
| Binary | 10010100 | 10010001 | 1011001 | 0 | 10 | 101000 | 101010 | 111001 | 11001 | 101110 |
Color Harmonies of #949159
Complementary color
Monochromatic Colors of #949159
Black with #949159
Text Example
Text Example
White with #949159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949159; }
p { color: rgb(148,145,89); }
H1.HeaderClassName
{
color: #949159;
}
.AnyTagClassName
{
color: #949159;
}
</style>
background-color css
<style>
a { background-color: #949159; }
a { background-color: rgb(148,145,89); }
div.DivClassName
{
background-color: #949159;
}
.BgClassName
{
background-color: #949159;
}
</style>
border-color css
<style>
span { border-color: #949159; }
span { border-color: rgb(148,145,89); }
td.TdClassName
{
border-color: #949159;
}
.TagClassName
{
border-color: #949159;
}
</style>