Shades of Mantle #8BA985
Tints of Mantle #8BA985
RGB
CMYK
RGB Variations
Color information
#8BA985 (or 0x8BA985) is known color: Mantle. HEX triplet: 8B, A9 and 85. RGB value is (139,169,133). Sum of RGB (Red+Green+Blue) = 139+169+133=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA985 is #74567A. Grayscale: #9C9C9C. Windows color (decimal): -7624315 or 8759691. OLE color: 8759691.
HSL color Cylindrical-coordinate representation of color #8BA985: hue angle of 110º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BA985 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 169 | 133 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.34 |
| HSL | 110º | 0.17% | 0.59% | - |
| HSV(B) | 110º | 0.21% | 0.66% | - |
| XYZ | 29.07 | 35.56 | 27.52 | - |
| YUV | 155.93 | 115.06 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 133 | 0.18 | 0 | 0.21 | 0.34 | 110 | 0.17 | 0.59 |
| Hex | 8B | A9 | 85 | 12 | 0 | 15 | 22 | 6E | 11 | 3B |
| Octal | 213 | 251 | 205 | 22 | 0 | 25 | 42 | 156 | 21 | 73 |
| Binary | 10001011 | 10101001 | 10000101 | 10010 | 0 | 10101 | 100010 | 1101110 | 10001 | 111011 |
Color Harmonies of #8BA985
Complementary color
Monochromatic Colors of #8BA985
Black with #8BA985
Text Example
Text Example
White with #8BA985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA985; }
p { color: rgb(139,169,133); }
H1.HeaderClassName
{
color: #8BA985;
}
.AnyTagClassName
{
color: #8BA985;
}
</style>
background-color css
<style>
a { background-color: #8BA985; }
a { background-color: rgb(139,169,133); }
div.DivClassName
{
background-color: #8BA985;
}
.BgClassName
{
background-color: #8BA985;
}
</style>
border-color css
<style>
span { border-color: #8BA985; }
span { border-color: rgb(139,169,133); }
td.TdClassName
{
border-color: #8BA985;
}
.TagClassName
{
border-color: #8BA985;
}
</style>