Shades of Mantle #8BA288
Tints of Mantle #8BA288
RGB
CMYK
RGB Variations
Color information
#8BA288 (or 0x8BA288) is known color: Mantle. HEX triplet: 8B, A2 and 88. RGB value is (139,162,136). Sum of RGB (Red+Green+Blue) = 139+162+136=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA288 is #745D77. Grayscale: #989898. Windows color (decimal): -7626104 or 8954507. OLE color: 8954507.
HSL color Cylindrical-coordinate representation of color #8BA288: hue angle of 113.08º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8BA288 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 136 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.36 |
| HSL | 113.08º | 0.12% | 0.58% | - |
| HSV(B) | 113.08º | 0.16% | 0.64% | - |
| XYZ | 28.01 | 33.11 | 28.21 | - |
| YUV | 152.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 136 | 0.14 | 0 | 0.16 | 0.36 | 113.08 | 0.12 | 0.58 |
| Hex | 8B | A2 | 88 | E | 0 | 10 | 24 | 71 | C | 3A |
| Octal | 213 | 242 | 210 | 16 | 0 | 20 | 44 | 161 | 14 | 72 |
| Binary | 10001011 | 10100010 | 10001000 | 1110 | 0 | 10000 | 100100 | 1110001 | 1100 | 111010 |
Color Harmonies of #8BA288
Complementary color
Monochromatic Colors of #8BA288
Black with #8BA288
Text Example
Text Example
White with #8BA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA288; }
p { color: rgb(139,162,136); }
H1.HeaderClassName
{
color: #8BA288;
}
.AnyTagClassName
{
color: #8BA288;
}
</style>
background-color css
<style>
a { background-color: #8BA288; }
a { background-color: rgb(139,162,136); }
div.DivClassName
{
background-color: #8BA288;
}
.BgClassName
{
background-color: #8BA288;
}
</style>
border-color css
<style>
span { border-color: #8BA288; }
span { border-color: rgb(139,162,136); }
td.TdClassName
{
border-color: #8BA288;
}
.TagClassName
{
border-color: #8BA288;
}
</style>