Shades of Mantle #8BAF80
Tints of Mantle #8BAF80
RGB
CMYK
RGB Variations
Color information
#8BAF80 (or 0x8BAF80) is known color: Mantle. HEX triplet: 8B, AF and 80. RGB value is (139,175,128). Sum of RGB (Red+Green+Blue) = 139+175+128=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAF80 is #74507F. Grayscale: #9F9F9F. Windows color (decimal): -7622784 or 8433547. OLE color: 8433547.
HSL color Cylindrical-coordinate representation of color #8BAF80: hue angle of 105.96º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BAF80 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 128 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.31 |
| HSL | 105.96º | 0.23% | 0.59% | - |
| HSV(B) | 105.96º | 0.27% | 0.69% | - |
| XYZ | 29.87 | 37.71 | 26.13 | - |
| YUV | 158.88 | 110.57 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 128 | 0.21 | 0 | 0.27 | 0.31 | 105.96 | 0.23 | 0.59 |
| Hex | 8B | AF | 80 | 15 | 0 | 1B | 1F | 6A | 17 | 3B |
| Octal | 213 | 257 | 200 | 25 | 0 | 33 | 37 | 152 | 27 | 73 |
| Binary | 10001011 | 10101111 | 10000000 | 10101 | 0 | 11011 | 11111 | 1101010 | 10111 | 111011 |
Color Harmonies of #8BAF80
Complementary color
Monochromatic Colors of #8BAF80
Black with #8BAF80
Text Example
Text Example
White with #8BAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF80; }
p { color: rgb(139,175,128); }
H1.HeaderClassName
{
color: #8BAF80;
}
.AnyTagClassName
{
color: #8BAF80;
}
</style>
background-color css
<style>
a { background-color: #8BAF80; }
a { background-color: rgb(139,175,128); }
div.DivClassName
{
background-color: #8BAF80;
}
.BgClassName
{
background-color: #8BAF80;
}
</style>
border-color css
<style>
span { border-color: #8BAF80; }
span { border-color: rgb(139,175,128); }
td.TdClassName
{
border-color: #8BAF80;
}
.TagClassName
{
border-color: #8BAF80;
}
</style>