Shades of Avocado #8C9552
Tints of Avocado #8C9552
RGB
CMYK
RGB Variations
Color information
#8C9552 (or 0x8C9552) is known color: Avocado. HEX triplet: 8C, 95 and 52. RGB value is (140,149,82). Sum of RGB (Red+Green+Blue) = 140+149+82=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9552 is #736AAD. Grayscale: #8A8A8A. Windows color (decimal): -7563950 or 5412236. OLE color: 5412236.
HSL color Cylindrical-coordinate representation of color #8C9552: hue angle of 68.06º 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 #8C9552 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 82 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.42 |
| HSL | 68.06º | 0.29% | 0.45% | - |
| HSV(B) | 68.06º | 0.45% | 0.58% | - |
| XYZ | 23.09 | 27.68 | 12.11 | - |
| YUV | 138.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 82 | 0.06 | 0 | 0.45 | 0.42 | 68.06 | 0.29 | 0.45 |
| Hex | 8C | 95 | 52 | 6 | 0 | 2D | 2A | 44 | 1D | 2D |
| Octal | 214 | 225 | 122 | 6 | 0 | 55 | 52 | 104 | 35 | 55 |
| Binary | 10001100 | 10010101 | 1010010 | 110 | 0 | 101101 | 101010 | 1000100 | 11101 | 101101 |
Color Harmonies of #8C9552
Complementary color
Monochromatic Colors of #8C9552
Black with #8C9552
Text Example
Text Example
White with #8C9552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9552; }
p { color: rgb(140,149,82); }
H1.HeaderClassName
{
color: #8C9552;
}
.AnyTagClassName
{
color: #8C9552;
}
</style>
background-color css
<style>
a { background-color: #8C9552; }
a { background-color: rgb(140,149,82); }
div.DivClassName
{
background-color: #8C9552;
}
.BgClassName
{
background-color: #8C9552;
}
</style>
border-color css
<style>
span { border-color: #8C9552; }
span { border-color: rgb(140,149,82); }
td.TdClassName
{
border-color: #8C9552;
}
.TagClassName
{
border-color: #8C9552;
}
</style>