Shades of Avocado #8C995B
Tints of Avocado #8C995B
RGB
CMYK
RGB Variations
Color information
#8C995B (or 0x8C995B) is known color: Avocado. HEX triplet: 8C, 99 and 5B. RGB value is (140,153,91). Sum of RGB (Red+Green+Blue) = 140+153+91=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #8C995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C995B is #7366A4. Grayscale: #8E8E8E. Windows color (decimal): -7562917 or 6003084. OLE color: 6003084.
HSL color Cylindrical-coordinate representation of color #8C995B: hue angle of 72.58º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C995B is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 153 | 91 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.4 |
| HSL | 72.58º | 0.25% | 0.48% | - |
| HSV(B) | 72.58º | 0.41% | 0.6% | - |
| XYZ | 24.09 | 29.11 | 14.25 | - |
| YUV | 142.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 91 | 0.08 | 0 | 0.41 | 0.4 | 72.58 | 0.25 | 0.48 |
| Hex | 8C | 99 | 5B | 8 | 0 | 29 | 28 | 49 | 19 | 30 |
| Octal | 214 | 231 | 133 | 10 | 0 | 51 | 50 | 111 | 31 | 60 |
| Binary | 10001100 | 10011001 | 1011011 | 1000 | 0 | 101001 | 101000 | 1001001 | 11001 | 110000 |
Color Harmonies of #8C995B
Complementary color
Monochromatic Colors of #8C995B
Black with #8C995B
Text Example
Text Example
White with #8C995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C995B; }
p { color: rgb(140,153,91); }
H1.HeaderClassName
{
color: #8C995B;
}
.AnyTagClassName
{
color: #8C995B;
}
</style>
background-color css
<style>
a { background-color: #8C995B; }
a { background-color: rgb(140,153,91); }
div.DivClassName
{
background-color: #8C995B;
}
.BgClassName
{
background-color: #8C995B;
}
</style>
border-color css
<style>
span { border-color: #8C995B; }
span { border-color: rgb(140,153,91); }
td.TdClassName
{
border-color: #8C995B;
}
.TagClassName
{
border-color: #8C995B;
}
</style>