Shades of Avocado #8D9253
Tints of Avocado #8D9253
RGB
CMYK
RGB Variations
Color information
#8D9253 (or 0x8D9253) is known color: Avocado. HEX triplet: 8D, 92 and 53. RGB value is (141,146,83). Sum of RGB (Red+Green+Blue) = 141+146+83=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9253 is #726DAC. Grayscale: #898989. Windows color (decimal): -7499181 or 5477005. OLE color: 5477005.
HSL color Cylindrical-coordinate representation of color #8D9253: hue angle of 64.76º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D9253 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 146 | 83 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.43 |
| HSL | 64.76º | 0.28% | 0.45% | - |
| HSV(B) | 64.76º | 0.43% | 0.57% | - |
| XYZ | 22.82 | 26.85 | 12.16 | - |
| YUV | 137.32 | 97.34 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 83 | 0.03 | 0 | 0.43 | 0.43 | 64.76 | 0.28 | 0.45 |
| Hex | 8D | 92 | 53 | 3 | 0 | 2B | 2B | 41 | 1C | 2D |
| Octal | 215 | 222 | 123 | 3 | 0 | 53 | 53 | 101 | 34 | 55 |
| Binary | 10001101 | 10010010 | 1010011 | 11 | 0 | 101011 | 101011 | 1000001 | 11100 | 101101 |
Color Harmonies of #8D9253
Complementary color
Monochromatic Colors of #8D9253
Black with #8D9253
Text Example
Text Example
White with #8D9253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9253; }
p { color: rgb(141,146,83); }
H1.HeaderClassName
{
color: #8D9253;
}
.AnyTagClassName
{
color: #8D9253;
}
</style>
background-color css
<style>
a { background-color: #8D9253; }
a { background-color: rgb(141,146,83); }
div.DivClassName
{
background-color: #8D9253;
}
.BgClassName
{
background-color: #8D9253;
}
</style>
border-color css
<style>
span { border-color: #8D9253; }
span { border-color: rgb(141,146,83); }
td.TdClassName
{
border-color: #8D9253;
}
.TagClassName
{
border-color: #8D9253;
}
</style>