Shades of Avocado #88946A
Tints of Avocado #88946A
RGB
CMYK
RGB Variations
Color information
#88946A (or 0x88946A) is known color: Avocado. HEX triplet: 88, 94 and 6A. RGB value is (136,148,106). Sum of RGB (Red+Green+Blue) = 136+148+106=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #88946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88946A is #776B95. Grayscale: #8B8B8B. Windows color (decimal): -7826326 or 6984840. OLE color: 6984840.
HSL color Cylindrical-coordinate representation of color #88946A: hue angle of 77.14º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88946A is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 148 | 106 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.42 |
| HSL | 77.14º | 0.17% | 0.5% | - |
| HSV(B) | 77.14º | 0.28% | 0.58% | - |
| XYZ | 23.34 | 27.45 | 17.7 | - |
| YUV | 139.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 106 | 0.08 | 0 | 0.28 | 0.42 | 77.14 | 0.17 | 0.5 |
| Hex | 88 | 94 | 6A | 8 | 0 | 1C | 2A | 4D | 11 | 32 |
| Octal | 210 | 224 | 152 | 10 | 0 | 34 | 52 | 115 | 21 | 62 |
| Binary | 10001000 | 10010100 | 1101010 | 1000 | 0 | 11100 | 101010 | 1001101 | 10001 | 110010 |
Color Harmonies of #88946A
Complementary color
Monochromatic Colors of #88946A
Black with #88946A
Text Example
Text Example
White with #88946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88946A; }
p { color: rgb(136,148,106); }
H1.HeaderClassName
{
color: #88946A;
}
.AnyTagClassName
{
color: #88946A;
}
</style>
background-color css
<style>
a { background-color: #88946A; }
a { background-color: rgb(136,148,106); }
div.DivClassName
{
background-color: #88946A;
}
.BgClassName
{
background-color: #88946A;
}
</style>
border-color css
<style>
span { border-color: #88946A; }
span { border-color: rgb(136,148,106); }
td.TdClassName
{
border-color: #88946A;
}
.TagClassName
{
border-color: #88946A;
}
</style>