Shades of Mantle #8BAB80
Tints of Mantle #8BAB80
RGB
CMYK
RGB Variations
Color information
#8BAB80 (or 0x8BAB80) is known color: Mantle. HEX triplet: 8B, AB and 80. RGB value is (139,171,128). Sum of RGB (Red+Green+Blue) = 139+171+128=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #8BAB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAB80 is #74547F. Grayscale: #9C9C9C. Windows color (decimal): -7623808 or 8432523. OLE color: 8432523.
HSL color Cylindrical-coordinate representation of color #8BAB80: hue angle of 104.65º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8BAB80 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 171 | 128 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.33 |
| HSL | 104.65º | 0.2% | 0.59% | - |
| HSV(B) | 104.65º | 0.25% | 0.67% | - |
| XYZ | 29.11 | 36.17 | 25.87 | - |
| YUV | 156.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 128 | 0.19 | 0 | 0.25 | 0.33 | 104.65 | 0.2 | 0.59 |
| Hex | 8B | AB | 80 | 13 | 0 | 19 | 21 | 69 | 14 | 3B |
| Octal | 213 | 253 | 200 | 23 | 0 | 31 | 41 | 151 | 24 | 73 |
| Binary | 10001011 | 10101011 | 10000000 | 10011 | 0 | 11001 | 100001 | 1101001 | 10100 | 111011 |
Color Harmonies of #8BAB80
Complementary color
Monochromatic Colors of #8BAB80
Black with #8BAB80
Text Example
Text Example
White with #8BAB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAB80; }
p { color: rgb(139,171,128); }
H1.HeaderClassName
{
color: #8BAB80;
}
.AnyTagClassName
{
color: #8BAB80;
}
</style>
background-color css
<style>
a { background-color: #8BAB80; }
a { background-color: rgb(139,171,128); }
div.DivClassName
{
background-color: #8BAB80;
}
.BgClassName
{
background-color: #8BAB80;
}
</style>
border-color css
<style>
span { border-color: #8BAB80; }
span { border-color: rgb(139,171,128); }
td.TdClassName
{
border-color: #8BAB80;
}
.TagClassName
{
border-color: #8BAB80;
}
</style>