Shades of Mantle #8BB080
Tints of Mantle #8BB080
RGB
CMYK
RGB Variations
Color information
#8BB080 (or 0x8BB080) is known color: Mantle. HEX triplet: 8B, B0 and 80. RGB value is (139,176,128). Sum of RGB (Red+Green+Blue) = 139+176+128=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB080 is #744F7F. Grayscale: #9F9F9F. Windows color (decimal): -7622528 or 8433803. OLE color: 8433803.
HSL color Cylindrical-coordinate representation of color #8BB080: hue angle of 106.25º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BB080 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 176 | 128 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.31 |
| HSL | 106.25º | 0.23% | 0.6% | - |
| HSV(B) | 106.25º | 0.27% | 0.69% | - |
| XYZ | 30.07 | 38.1 | 26.19 | - |
| YUV | 159.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 176 | 128 | 0.21 | 0 | 0.27 | 0.31 | 106.25 | 0.23 | 0.6 |
| Hex | 8B | B0 | 80 | 15 | 0 | 1B | 1F | 6A | 17 | 3C |
| Octal | 213 | 260 | 200 | 25 | 0 | 33 | 37 | 152 | 27 | 74 |
| Binary | 10001011 | 10110000 | 10000000 | 10101 | 0 | 11011 | 11111 | 1101010 | 10111 | 111100 |
Color Harmonies of #8BB080
Complementary color
Monochromatic Colors of #8BB080
Black with #8BB080
Text Example
Text Example
White with #8BB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB080; }
p { color: rgb(139,176,128); }
H1.HeaderClassName
{
color: #8BB080;
}
.AnyTagClassName
{
color: #8BB080;
}
</style>
background-color css
<style>
a { background-color: #8BB080; }
a { background-color: rgb(139,176,128); }
div.DivClassName
{
background-color: #8BB080;
}
.BgClassName
{
background-color: #8BB080;
}
</style>
border-color css
<style>
span { border-color: #8BB080; }
span { border-color: rgb(139,176,128); }
td.TdClassName
{
border-color: #8BB080;
}
.TagClassName
{
border-color: #8BB080;
}
</style>