Shades of Avocado #8B985C
Tints of Avocado #8B985C
RGB
CMYK
RGB Variations
Color information
#8B985C (or 0x8B985C) is known color: Avocado. HEX triplet: 8B, 98 and 5C. RGB value is (139,152,92). Sum of RGB (Red+Green+Blue) = 139+152+92=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 152 - color contains mainly: green. Hex color #8B985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B985C is #7467A3. Grayscale: #8D8D8D. Windows color (decimal): -7628708 or 6068363. OLE color: 6068363.
HSL color Cylindrical-coordinate representation of color #8B985C: hue angle of 73º degrees, saturation: 0.25, 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 #8B985C is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 152 | 92 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.40 |
| HSL | 73º | 0.25% | 0.48% | - |
| HSV(B) | 73º | 0.39% | 0.6% | - |
| XYZ | 23.81 | 28.72 | 14.41 | - |
| YUV | 141.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 152 | 92 | 0.09 | 0 | 0.39 | 0.40 | 73 | 0.25 | 0.48 |
| Hex | 8B | 98 | 5C | 9 | 0 | 27 | 28 | 49 | 19 | 30 |
| Octal | 213 | 230 | 134 | 11 | 0 | 47 | 50 | 111 | 31 | 60 |
| Binary | 10001011 | 10011000 | 1011100 | 1001 | 0 | 100111 | 101000 | 1001001 | 11001 | 110000 |
Color Harmonies of #8B985C
Complementary color
Monochromatic Colors of #8B985C
Black with #8B985C
Text Example
Text Example
White with #8B985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B985C; }
p { color: rgb(139,152,92); }
H1.HeaderClassName
{
color: #8B985C;
}
.AnyTagClassName
{
color: #8B985C;
}
</style>
background-color css
<style>
a { background-color: #8B985C; }
a { background-color: rgb(139,152,92); }
div.DivClassName
{
background-color: #8B985C;
}
.BgClassName
{
background-color: #8B985C;
}
</style>
border-color css
<style>
span { border-color: #8B985C; }
span { border-color: rgb(139,152,92); }
td.TdClassName
{
border-color: #8B985C;
}
.TagClassName
{
border-color: #8B985C;
}
</style>