Shades of Mantle #8BA285
Tints of Mantle #8BA285
RGB
CMYK
RGB Variations
Color information
#8BA285 (or 0x8BA285) is known color: Mantle. HEX triplet: 8B, A2 and 85. RGB value is (139,162,133). Sum of RGB (Red+Green+Blue) = 139+162+133=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA285 is #745D7A. Grayscale: #979797. Windows color (decimal): -7626107 or 8757899. OLE color: 8757899.
HSL color Cylindrical-coordinate representation of color #8BA285: hue angle of 107.59º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8BA285 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 133 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.36 |
| HSL | 107.59º | 0.13% | 0.58% | - |
| HSV(B) | 107.59º | 0.18% | 0.64% | - |
| XYZ | 27.8 | 33.02 | 27.1 | - |
| YUV | 151.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 133 | 0.14 | 0 | 0.18 | 0.36 | 107.59 | 0.13 | 0.58 |
| Hex | 8B | A2 | 85 | E | 0 | 12 | 24 | 6C | D | 3A |
| Octal | 213 | 242 | 205 | 16 | 0 | 22 | 44 | 154 | 15 | 72 |
| Binary | 10001011 | 10100010 | 10000101 | 1110 | 0 | 10010 | 100100 | 1101100 | 1101 | 111010 |
Color Harmonies of #8BA285
Complementary color
Monochromatic Colors of #8BA285
Black with #8BA285
Text Example
Text Example
White with #8BA285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA285; }
p { color: rgb(139,162,133); }
H1.HeaderClassName
{
color: #8BA285;
}
.AnyTagClassName
{
color: #8BA285;
}
</style>
background-color css
<style>
a { background-color: #8BA285; }
a { background-color: rgb(139,162,133); }
div.DivClassName
{
background-color: #8BA285;
}
.BgClassName
{
background-color: #8BA285;
}
</style>
border-color css
<style>
span { border-color: #8BA285; }
span { border-color: rgb(139,162,133); }
td.TdClassName
{
border-color: #8BA285;
}
.TagClassName
{
border-color: #8BA285;
}
</style>