Shades of Avocado #8C9263
Tints of Avocado #8C9263
RGB
CMYK
RGB Variations
Color information
#8C9263 (or 0x8C9263) is known color: Avocado. HEX triplet: 8C, 92 and 63. RGB value is (140,146,99). Sum of RGB (Red+Green+Blue) = 140+146+99=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9263 is #736D9C. Grayscale: #8B8B8B. Windows color (decimal): -7564701 or 6525580. OLE color: 6525580.
HSL color Cylindrical-coordinate representation of color #8C9263: hue angle of 67.66º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C9263 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 99 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.43 |
| HSL | 67.66º | 0.19% | 0.48% | - |
| HSV(B) | 67.66º | 0.32% | 0.57% | - |
| XYZ | 23.35 | 27.03 | 15.79 | - |
| YUV | 138.85 | 105.51 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 99 | 0.04 | 0 | 0.32 | 0.43 | 67.66 | 0.19 | 0.48 |
| Hex | 8C | 92 | 63 | 4 | 0 | 20 | 2B | 44 | 13 | 30 |
| Octal | 214 | 222 | 143 | 4 | 0 | 40 | 53 | 104 | 23 | 60 |
| Binary | 10001100 | 10010010 | 1100011 | 100 | 0 | 100000 | 101011 | 1000100 | 10011 | 110000 |
Color Harmonies of #8C9263
Complementary color
Monochromatic Colors of #8C9263
Black with #8C9263
Text Example
Text Example
White with #8C9263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9263; }
p { color: rgb(140,146,99); }
H1.HeaderClassName
{
color: #8C9263;
}
.AnyTagClassName
{
color: #8C9263;
}
</style>
background-color css
<style>
a { background-color: #8C9263; }
a { background-color: rgb(140,146,99); }
div.DivClassName
{
background-color: #8C9263;
}
.BgClassName
{
background-color: #8C9263;
}
</style>
border-color css
<style>
span { border-color: #8C9263; }
span { border-color: rgb(140,146,99); }
td.TdClassName
{
border-color: #8C9263;
}
.TagClassName
{
border-color: #8C9263;
}
</style>