Shades of Avocado #8B996A
Tints of Avocado #8B996A
RGB
CMYK
RGB Variations
Color information
#8B996A (or 0x8B996A) is known color: Avocado. HEX triplet: 8B, 99 and 6A. RGB value is (139,153,106). Sum of RGB (Red+Green+Blue) = 139+153+106=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #8B996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B996A is #746695. Grayscale: #8F8F8F. Windows color (decimal): -7628438 or 6986123. OLE color: 6986123.
HSL color Cylindrical-coordinate representation of color #8B996A: hue angle of 77.87º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B996A is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 153 | 106 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.4 |
| HSL | 77.87º | 0.19% | 0.51% | - |
| HSV(B) | 77.87º | 0.31% | 0.6% | - |
| XYZ | 24.64 | 29.31 | 17.99 | - |
| YUV | 143.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 106 | 0.09 | 0 | 0.31 | 0.4 | 77.87 | 0.19 | 0.51 |
| Hex | 8B | 99 | 6A | 9 | 0 | 1F | 28 | 4E | 13 | 33 |
| Octal | 213 | 231 | 152 | 11 | 0 | 37 | 50 | 116 | 23 | 63 |
| Binary | 10001011 | 10011001 | 1101010 | 1001 | 0 | 11111 | 101000 | 1001110 | 10011 | 110011 |
Color Harmonies of #8B996A
Complementary color
Monochromatic Colors of #8B996A
Black with #8B996A
Text Example
Text Example
White with #8B996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B996A; }
p { color: rgb(139,153,106); }
H1.HeaderClassName
{
color: #8B996A;
}
.AnyTagClassName
{
color: #8B996A;
}
</style>
background-color css
<style>
a { background-color: #8B996A; }
a { background-color: rgb(139,153,106); }
div.DivClassName
{
background-color: #8B996A;
}
.BgClassName
{
background-color: #8B996A;
}
</style>
border-color css
<style>
span { border-color: #8B996A; }
span { border-color: rgb(139,153,106); }
td.TdClassName
{
border-color: #8B996A;
}
.TagClassName
{
border-color: #8B996A;
}
</style>