Shades of Mantle #8BA186
Tints of Mantle #8BA186
RGB
CMYK
RGB Variations
Color information
#8BA186 (or 0x8BA186) is known color: Mantle. HEX triplet: 8B, A1 and 86. RGB value is (139,161,134). Sum of RGB (Red+Green+Blue) = 139+161+134=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA186 is #745E79. Grayscale: #979797. Windows color (decimal): -7626362 or 8823179. OLE color: 8823179.
HSL color Cylindrical-coordinate representation of color #8BA186: hue angle of 108.89º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8BA186 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 134 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.37 |
| HSL | 108.89º | 0.13% | 0.58% | - |
| HSV(B) | 108.89º | 0.17% | 0.63% | - |
| XYZ | 27.7 | 32.7 | 27.41 | - |
| YUV | 151.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 134 | 0.14 | 0 | 0.17 | 0.37 | 108.89 | 0.13 | 0.58 |
| Hex | 8B | A1 | 86 | E | 0 | 11 | 25 | 6D | D | 3A |
| Octal | 213 | 241 | 206 | 16 | 0 | 21 | 45 | 155 | 15 | 72 |
| Binary | 10001011 | 10100001 | 10000110 | 1110 | 0 | 10001 | 100101 | 1101101 | 1101 | 111010 |
Color Harmonies of #8BA186
Complementary color
Monochromatic Colors of #8BA186
Black with #8BA186
Text Example
Text Example
White with #8BA186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA186; }
p { color: rgb(139,161,134); }
H1.HeaderClassName
{
color: #8BA186;
}
.AnyTagClassName
{
color: #8BA186;
}
</style>
background-color css
<style>
a { background-color: #8BA186; }
a { background-color: rgb(139,161,134); }
div.DivClassName
{
background-color: #8BA186;
}
.BgClassName
{
background-color: #8BA186;
}
</style>
border-color css
<style>
span { border-color: #8BA186; }
span { border-color: rgb(139,161,134); }
td.TdClassName
{
border-color: #8BA186;
}
.TagClassName
{
border-color: #8BA186;
}
</style>