Shades of Mantle #8BAE82
Tints of Mantle #8BAE82
RGB
CMYK
RGB Variations
Color information
#8BAE82 (or 0x8BAE82) is known color: Mantle. HEX triplet: 8B, AE and 82. RGB value is (139,174,130). Sum of RGB (Red+Green+Blue) = 139+174+130=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAE82 is #74517D. Grayscale: #9E9E9E. Windows color (decimal): -7623038 or 8564363. OLE color: 8564363.
HSL color Cylindrical-coordinate representation of color #8BAE82: hue angle of 107.73º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8BAE82 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 130 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.32 |
| HSL | 107.73º | 0.21% | 0.6% | - |
| HSV(B) | 107.73º | 0.25% | 0.68% | - |
| XYZ | 29.81 | 37.37 | 26.76 | - |
| YUV | 158.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 130 | 0.20 | 0 | 0.25 | 0.32 | 107.73 | 0.21 | 0.6 |
| Hex | 8B | AE | 82 | 14 | 0 | 19 | 20 | 6C | 15 | 3C |
| Octal | 213 | 256 | 202 | 24 | 0 | 31 | 40 | 154 | 25 | 74 |
| Binary | 10001011 | 10101110 | 10000010 | 10100 | 0 | 11001 | 100000 | 1101100 | 10101 | 111100 |
Color Harmonies of #8BAE82
Complementary color
Monochromatic Colors of #8BAE82
Black with #8BAE82
Text Example
Text Example
White with #8BAE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE82; }
p { color: rgb(139,174,130); }
H1.HeaderClassName
{
color: #8BAE82;
}
.AnyTagClassName
{
color: #8BAE82;
}
</style>
background-color css
<style>
a { background-color: #8BAE82; }
a { background-color: rgb(139,174,130); }
div.DivClassName
{
background-color: #8BAE82;
}
.BgClassName
{
background-color: #8BAE82;
}
</style>
border-color css
<style>
span { border-color: #8BAE82; }
span { border-color: rgb(139,174,130); }
td.TdClassName
{
border-color: #8BAE82;
}
.TagClassName
{
border-color: #8BAE82;
}
</style>