Shades of Avocado #88946D
Tints of Avocado #88946D
RGB
CMYK
RGB Variations
Color information
#88946D (or 0x88946D) is known color: Avocado. HEX triplet: 88, 94 and 6D. RGB value is (136,148,109). Sum of RGB (Red+Green+Blue) = 136+148+109=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #88946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88946D is #776B92. Grayscale: #8C8C8C. Windows color (decimal): -7826323 or 7181448. OLE color: 7181448.
HSL color Cylindrical-coordinate representation of color #88946D: hue angle of 78.46º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88946D is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 148 | 109 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.42 |
| HSL | 78.46º | 0.15% | 0.5% | - |
| HSV(B) | 78.46º | 0.26% | 0.58% | - |
| XYZ | 23.5 | 27.52 | 18.54 | - |
| YUV | 139.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 109 | 0.08 | 0 | 0.26 | 0.42 | 78.46 | 0.15 | 0.5 |
| Hex | 88 | 94 | 6D | 8 | 0 | 1A | 2A | 4E | F | 32 |
| Octal | 210 | 224 | 155 | 10 | 0 | 32 | 52 | 116 | 17 | 62 |
| Binary | 10001000 | 10010100 | 1101101 | 1000 | 0 | 11010 | 101010 | 1001110 | 1111 | 110010 |
Color Harmonies of #88946D
Complementary color
Monochromatic Colors of #88946D
Black with #88946D
Text Example
Text Example
White with #88946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88946D; }
p { color: rgb(136,148,109); }
H1.HeaderClassName
{
color: #88946D;
}
.AnyTagClassName
{
color: #88946D;
}
</style>
background-color css
<style>
a { background-color: #88946D; }
a { background-color: rgb(136,148,109); }
div.DivClassName
{
background-color: #88946D;
}
.BgClassName
{
background-color: #88946D;
}
</style>
border-color css
<style>
span { border-color: #88946D; }
span { border-color: rgb(136,148,109); }
td.TdClassName
{
border-color: #88946D;
}
.TagClassName
{
border-color: #88946D;
}
</style>