Shades of Avocado #8D9552
Tints of Avocado #8D9552
RGB
CMYK
RGB Variations
Color information
#8D9552 (or 0x8D9552) is known color: Avocado. HEX triplet: 8D, 95 and 52. RGB value is (141,149,82). Sum of RGB (Red+Green+Blue) = 141+149+82=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #8D9552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9552 is #726AAD. Grayscale: #8B8B8B. Windows color (decimal): -7498414 or 5412237. OLE color: 5412237.
HSL color Cylindrical-coordinate representation of color #8D9552: hue angle of 67.16º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D9552 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 82 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.42 |
| HSL | 67.16º | 0.29% | 0.45% | - |
| HSV(B) | 67.16º | 0.45% | 0.58% | - |
| XYZ | 23.25 | 27.77 | 12.12 | - |
| YUV | 138.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 82 | 0.05 | 0 | 0.45 | 0.42 | 67.16 | 0.29 | 0.45 |
| Hex | 8D | 95 | 52 | 5 | 0 | 2D | 2A | 43 | 1D | 2D |
| Octal | 215 | 225 | 122 | 5 | 0 | 55 | 52 | 103 | 35 | 55 |
| Binary | 10001101 | 10010101 | 1010010 | 101 | 0 | 101101 | 101010 | 1000011 | 11101 | 101101 |
Color Harmonies of #8D9552
Complementary color
Monochromatic Colors of #8D9552
Black with #8D9552
Text Example
Text Example
White with #8D9552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9552; }
p { color: rgb(141,149,82); }
H1.HeaderClassName
{
color: #8D9552;
}
.AnyTagClassName
{
color: #8D9552;
}
</style>
background-color css
<style>
a { background-color: #8D9552; }
a { background-color: rgb(141,149,82); }
div.DivClassName
{
background-color: #8D9552;
}
.BgClassName
{
background-color: #8D9552;
}
</style>
border-color css
<style>
span { border-color: #8D9552; }
span { border-color: rgb(141,149,82); }
td.TdClassName
{
border-color: #8D9552;
}
.TagClassName
{
border-color: #8D9552;
}
</style>