Shades of Mantle #8BB182
Tints of Mantle #8BB182
RGB
CMYK
RGB Variations
Color information
#8BB182 (or 0x8BB182) is known color: Mantle. HEX triplet: 8B, B1 and 82. RGB value is (139,177,130). Sum of RGB (Red+Green+Blue) = 139+177+130=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB182 is #744E7D. Grayscale: #A0A0A0. Windows color (decimal): -7622270 or 8565131. OLE color: 8565131.
HSL color Cylindrical-coordinate representation of color #8BB182: hue angle of 108.51º 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 #8BB182 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 177 | 130 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.31 |
| HSL | 108.51º | 0.23% | 0.6% | - |
| HSV(B) | 108.51º | 0.27% | 0.69% | - |
| XYZ | 30.4 | 38.54 | 26.96 | - |
| YUV | 160.28 | 110.91 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 177 | 130 | 0.21 | 0 | 0.27 | 0.31 | 108.51 | 0.23 | 0.6 |
| Hex | 8B | B1 | 82 | 15 | 0 | 1B | 1F | 6D | 17 | 3C |
| Octal | 213 | 261 | 202 | 25 | 0 | 33 | 37 | 155 | 27 | 74 |
| Binary | 10001011 | 10110001 | 10000010 | 10101 | 0 | 11011 | 11111 | 1101101 | 10111 | 111100 |
Color Harmonies of #8BB182
Complementary color
Monochromatic Colors of #8BB182
Black with #8BB182
Text Example
Text Example
White with #8BB182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB182; }
p { color: rgb(139,177,130); }
H1.HeaderClassName
{
color: #8BB182;
}
.AnyTagClassName
{
color: #8BB182;
}
</style>
background-color css
<style>
a { background-color: #8BB182; }
a { background-color: rgb(139,177,130); }
div.DivClassName
{
background-color: #8BB182;
}
.BgClassName
{
background-color: #8BB182;
}
</style>
border-color css
<style>
span { border-color: #8BB182; }
span { border-color: rgb(139,177,130); }
td.TdClassName
{
border-color: #8BB182;
}
.TagClassName
{
border-color: #8BB182;
}
</style>