Shades of Mantle #8BB180
Tints of Mantle #8BB180
RGB
CMYK
RGB Variations
Color information
#8BB180 (or 0x8BB180) is known color: Mantle. HEX triplet: 8B, B1 and 80. RGB value is (139,177,128). Sum of RGB (Red+Green+Blue) = 139+177+128=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB180 is #744E7F. Grayscale: #A0A0A0. Windows color (decimal): -7622272 or 8434059. OLE color: 8434059.
HSL color Cylindrical-coordinate representation of color #8BB180: hue angle of 106.53º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BB180 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 177 | 128 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.31 |
| HSL | 106.53º | 0.24% | 0.6% | - |
| HSV(B) | 106.53º | 0.28% | 0.69% | - |
| XYZ | 30.27 | 38.49 | 26.26 | - |
| YUV | 160.05 | 109.91 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 177 | 128 | 0.21 | 0 | 0.28 | 0.31 | 106.53 | 0.24 | 0.6 |
| Hex | 8B | B1 | 80 | 15 | 0 | 1C | 1F | 6B | 18 | 3C |
| Octal | 213 | 261 | 200 | 25 | 0 | 34 | 37 | 153 | 30 | 74 |
| Binary | 10001011 | 10110001 | 10000000 | 10101 | 0 | 11100 | 11111 | 1101011 | 11000 | 111100 |
Color Harmonies of #8BB180
Complementary color
Monochromatic Colors of #8BB180
Black with #8BB180
Text Example
Text Example
White with #8BB180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB180; }
p { color: rgb(139,177,128); }
H1.HeaderClassName
{
color: #8BB180;
}
.AnyTagClassName
{
color: #8BB180;
}
</style>
background-color css
<style>
a { background-color: #8BB180; }
a { background-color: rgb(139,177,128); }
div.DivClassName
{
background-color: #8BB180;
}
.BgClassName
{
background-color: #8BB180;
}
</style>
border-color css
<style>
span { border-color: #8BB180; }
span { border-color: rgb(139,177,128); }
td.TdClassName
{
border-color: #8BB180;
}
.TagClassName
{
border-color: #8BB180;
}
</style>