Shades of Mantle #8BA185
Tints of Mantle #8BA185
RGB
CMYK
RGB Variations
Color information
#8BA185 (or 0x8BA185) is known color: Mantle. HEX triplet: 8B, A1 and 85. RGB value is (139,161,133). Sum of RGB (Red+Green+Blue) = 139+161+133=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA185 is #745E7A. Grayscale: #979797. Windows color (decimal): -7626363 or 8757643. OLE color: 8757643.
HSL color Cylindrical-coordinate representation of color #8BA185: hue angle of 107.14º 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 #8BA185 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 133 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.37 |
| HSL | 107.14º | 0.13% | 0.58% | - |
| HSV(B) | 107.14º | 0.17% | 0.63% | - |
| XYZ | 27.63 | 32.67 | 27.04 | - |
| YUV | 151.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 133 | 0.14 | 0 | 0.17 | 0.37 | 107.14 | 0.13 | 0.58 |
| Hex | 8B | A1 | 85 | E | 0 | 11 | 25 | 6B | D | 3A |
| Octal | 213 | 241 | 205 | 16 | 0 | 21 | 45 | 153 | 15 | 72 |
| Binary | 10001011 | 10100001 | 10000101 | 1110 | 0 | 10001 | 100101 | 1101011 | 1101 | 111010 |
Color Harmonies of #8BA185
Complementary color
Monochromatic Colors of #8BA185
Black with #8BA185
Text Example
Text Example
White with #8BA185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA185; }
p { color: rgb(139,161,133); }
H1.HeaderClassName
{
color: #8BA185;
}
.AnyTagClassName
{
color: #8BA185;
}
</style>
background-color css
<style>
a { background-color: #8BA185; }
a { background-color: rgb(139,161,133); }
div.DivClassName
{
background-color: #8BA185;
}
.BgClassName
{
background-color: #8BA185;
}
</style>
border-color css
<style>
span { border-color: #8BA185; }
span { border-color: rgb(139,161,133); }
td.TdClassName
{
border-color: #8BA185;
}
.TagClassName
{
border-color: #8BA185;
}
</style>