Shades of Avocado #8B9266
Tints of Avocado #8B9266
RGB
CMYK
RGB Variations
Color information
#8B9266 (or 0x8B9266) is known color: Avocado. HEX triplet: 8B, 92 and 66. RGB value is (139,146,102). Sum of RGB (Red+Green+Blue) = 139+146+102=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 146 - color contains mainly: green. Hex color #8B9266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9266 is #746D99. Grayscale: #8B8B8B. Windows color (decimal): -7630234 or 6722187. OLE color: 6722187.
HSL color Cylindrical-coordinate representation of color #8B9266: hue angle of 69.55º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B9266 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 146 | 102 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.43 |
| HSL | 69.55º | 0.18% | 0.49% | - |
| HSV(B) | 69.55º | 0.3% | 0.57% | - |
| XYZ | 23.32 | 27.01 | 16.55 | - |
| YUV | 138.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 146 | 102 | 0.05 | 0 | 0.30 | 0.43 | 69.55 | 0.18 | 0.49 |
| Hex | 8B | 92 | 66 | 5 | 0 | 1E | 2B | 46 | 12 | 31 |
| Octal | 213 | 222 | 146 | 5 | 0 | 36 | 53 | 106 | 22 | 61 |
| Binary | 10001011 | 10010010 | 1100110 | 101 | 0 | 11110 | 101011 | 1000110 | 10010 | 110001 |
Color Harmonies of #8B9266
Complementary color
Monochromatic Colors of #8B9266
Black with #8B9266
Text Example
Text Example
White with #8B9266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9266; }
p { color: rgb(139,146,102); }
H1.HeaderClassName
{
color: #8B9266;
}
.AnyTagClassName
{
color: #8B9266;
}
</style>
background-color css
<style>
a { background-color: #8B9266; }
a { background-color: rgb(139,146,102); }
div.DivClassName
{
background-color: #8B9266;
}
.BgClassName
{
background-color: #8B9266;
}
</style>
border-color css
<style>
span { border-color: #8B9266; }
span { border-color: rgb(139,146,102); }
td.TdClassName
{
border-color: #8B9266;
}
.TagClassName
{
border-color: #8B9266;
}
</style>