Shades of Avocado #8A9255
Tints of Avocado #8A9255
RGB
CMYK
RGB Variations
Color information
#8A9255 (or 0x8A9255) is known color: Avocado. HEX triplet: 8A, 92 and 55. RGB value is (138,146,85). Sum of RGB (Red+Green+Blue) = 138+146+85=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 146 - color contains mainly: green. Hex color #8A9255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9255 is #756DAA. Grayscale: #888888. Windows color (decimal): -7695787 or 5608074. OLE color: 5608074.
HSL color Cylindrical-coordinate representation of color #8A9255: hue angle of 67.87º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A9255 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 146 | 85 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.43 |
| HSL | 67.87º | 0.26% | 0.45% | - |
| HSV(B) | 67.87º | 0.42% | 0.57% | - |
| XYZ | 22.4 | 26.62 | 12.55 | - |
| YUV | 136.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 146 | 85 | 0.05 | 0 | 0.42 | 0.43 | 67.87 | 0.26 | 0.45 |
| Hex | 8A | 92 | 55 | 5 | 0 | 2A | 2B | 44 | 1A | 2D |
| Octal | 212 | 222 | 125 | 5 | 0 | 52 | 53 | 104 | 32 | 55 |
| Binary | 10001010 | 10010010 | 1010101 | 101 | 0 | 101010 | 101011 | 1000100 | 11010 | 101101 |
Color Harmonies of #8A9255
Complementary color
Monochromatic Colors of #8A9255
Black with #8A9255
Text Example
Text Example
White with #8A9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9255; }
p { color: rgb(138,146,85); }
H1.HeaderClassName
{
color: #8A9255;
}
.AnyTagClassName
{
color: #8A9255;
}
</style>
background-color css
<style>
a { background-color: #8A9255; }
a { background-color: rgb(138,146,85); }
div.DivClassName
{
background-color: #8A9255;
}
.BgClassName
{
background-color: #8A9255;
}
</style>
border-color css
<style>
span { border-color: #8A9255; }
span { border-color: rgb(138,146,85); }
td.TdClassName
{
border-color: #8A9255;
}
.TagClassName
{
border-color: #8A9255;
}
</style>