Shades of Mantle #8B9C88
Tints of Mantle #8B9C88
RGB
CMYK
RGB Variations
Color information
#8B9C88 (or 0x8B9C88) is known color: Mantle. HEX triplet: 8B, 9C and 88. RGB value is (139,156,136). Sum of RGB (Red+Green+Blue) = 139+156+136=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 156 - color contains mainly: green. Hex color #8B9C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9C88 is #746377. Grayscale: #949494. Windows color (decimal): -7627640 or 8952971. OLE color: 8952971.
HSL color Cylindrical-coordinate representation of color #8B9C88: hue angle of 111º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B9C88 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 156 | 136 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.39 |
| HSL | 111º | 0.09% | 0.57% | - |
| HSV(B) | 111º | 0.13% | 0.61% | - |
| XYZ | 26.98 | 31.04 | 27.86 | - |
| YUV | 148.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 156 | 136 | 0.11 | 0 | 0.13 | 0.39 | 111 | 0.09 | 0.57 |
| Hex | 8B | 9C | 88 | B | 0 | D | 27 | 6F | 9 | 39 |
| Octal | 213 | 234 | 210 | 13 | 0 | 15 | 47 | 157 | 11 | 71 |
| Binary | 10001011 | 10011100 | 10001000 | 1011 | 0 | 1101 | 100111 | 1101111 | 1001 | 111001 |
Color Harmonies of #8B9C88
Complementary color
Monochromatic Colors of #8B9C88
Black with #8B9C88
Text Example
Text Example
White with #8B9C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9C88; }
p { color: rgb(139,156,136); }
H1.HeaderClassName
{
color: #8B9C88;
}
.AnyTagClassName
{
color: #8B9C88;
}
</style>
background-color css
<style>
a { background-color: #8B9C88; }
a { background-color: rgb(139,156,136); }
div.DivClassName
{
background-color: #8B9C88;
}
.BgClassName
{
background-color: #8B9C88;
}
</style>
border-color css
<style>
span { border-color: #8B9C88; }
span { border-color: rgb(139,156,136); }
td.TdClassName
{
border-color: #8B9C88;
}
.TagClassName
{
border-color: #8B9C88;
}
</style>