Shades of Mantle #8BA088
Tints of Mantle #8BA088
RGB
CMYK
RGB Variations
Color information
#8BA088 (or 0x8BA088) is known color: Mantle. HEX triplet: 8B, A0 and 88. RGB value is (139,160,136). Sum of RGB (Red+Green+Blue) = 139+160+136=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA088 is #745F77. Grayscale: #979797. Windows color (decimal): -7626616 or 8953995. OLE color: 8953995.
HSL color Cylindrical-coordinate representation of color #8BA088: hue angle of 112.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8BA088 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 136 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.37 |
| HSL | 112.5º | 0.11% | 0.58% | - |
| HSV(B) | 112.5º | 0.15% | 0.63% | - |
| XYZ | 27.66 | 32.41 | 28.09 | - |
| YUV | 150.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 136 | 0.13 | 0 | 0.15 | 0.37 | 112.5 | 0.11 | 0.58 |
| Hex | 8B | A0 | 88 | D | 0 | F | 25 | 70 | B | 3A |
| Octal | 213 | 240 | 210 | 15 | 0 | 17 | 45 | 160 | 13 | 72 |
| Binary | 10001011 | 10100000 | 10001000 | 1101 | 0 | 1111 | 100101 | 1110000 | 1011 | 111010 |
Color Harmonies of #8BA088
Complementary color
Monochromatic Colors of #8BA088
Black with #8BA088
Text Example
Text Example
White with #8BA088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA088; }
p { color: rgb(139,160,136); }
H1.HeaderClassName
{
color: #8BA088;
}
.AnyTagClassName
{
color: #8BA088;
}
</style>
background-color css
<style>
a { background-color: #8BA088; }
a { background-color: rgb(139,160,136); }
div.DivClassName
{
background-color: #8BA088;
}
.BgClassName
{
background-color: #8BA088;
}
</style>
border-color css
<style>
span { border-color: #8BA088; }
span { border-color: rgb(139,160,136); }
td.TdClassName
{
border-color: #8BA088;
}
.TagClassName
{
border-color: #8BA088;
}
</style>