Shades of Avocado #8C995D
Tints of Avocado #8C995D
RGB
CMYK
RGB Variations
Color information
#8C995D (or 0x8C995D) is known color: Avocado. HEX triplet: 8C, 99 and 5D. RGB value is (140,153,93). Sum of RGB (Red+Green+Blue) = 140+153+93=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #8C995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C995D is #7366A2. Grayscale: #8E8E8E. Windows color (decimal): -7562915 or 6134156. OLE color: 6134156.
HSL color Cylindrical-coordinate representation of color #8C995D: hue angle of 73º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C995D is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 153 | 93 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.4 |
| HSL | 73º | 0.24% | 0.48% | - |
| HSV(B) | 73º | 0.39% | 0.6% | - |
| XYZ | 24.18 | 29.15 | 14.71 | - |
| YUV | 142.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 93 | 0.08 | 0 | 0.39 | 0.4 | 73 | 0.24 | 0.48 |
| Hex | 8C | 99 | 5D | 8 | 0 | 27 | 28 | 49 | 18 | 30 |
| Octal | 214 | 231 | 135 | 10 | 0 | 47 | 50 | 111 | 30 | 60 |
| Binary | 10001100 | 10011001 | 1011101 | 1000 | 0 | 100111 | 101000 | 1001001 | 11000 | 110000 |
Color Harmonies of #8C995D
Complementary color
Monochromatic Colors of #8C995D
Black with #8C995D
Text Example
Text Example
White with #8C995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C995D; }
p { color: rgb(140,153,93); }
H1.HeaderClassName
{
color: #8C995D;
}
.AnyTagClassName
{
color: #8C995D;
}
</style>
background-color css
<style>
a { background-color: #8C995D; }
a { background-color: rgb(140,153,93); }
div.DivClassName
{
background-color: #8C995D;
}
.BgClassName
{
background-color: #8C995D;
}
</style>
border-color css
<style>
span { border-color: #8C995D; }
span { border-color: rgb(140,153,93); }
td.TdClassName
{
border-color: #8C995D;
}
.TagClassName
{
border-color: #8C995D;
}
</style>