Shades of Mantle #88A485
Tints of Mantle #88A485
RGB
CMYK
RGB Variations
Color information
#88A485 (or 0x88A485) is known color: Mantle. HEX triplet: 88, A4 and 85. RGB value is (136,164,133). Sum of RGB (Red+Green+Blue) = 136+164+133=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 164 - color contains mainly: green. Hex color #88A485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A485 is #775B7A. Grayscale: #989898. Windows color (decimal): -7822203 or 8758408. OLE color: 8758408.
HSL color Cylindrical-coordinate representation of color #88A485: hue angle of 114.19º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88A485 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 164 | 133 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.36 |
| HSL | 114.19º | 0.15% | 0.58% | - |
| HSV(B) | 114.19º | 0.19% | 0.64% | - |
| XYZ | 27.66 | 33.48 | 27.19 | - |
| YUV | 152.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 164 | 133 | 0.17 | 0 | 0.19 | 0.36 | 114.19 | 0.15 | 0.58 |
| Hex | 88 | A4 | 85 | 11 | 0 | 13 | 24 | 72 | F | 3A |
| Octal | 210 | 244 | 205 | 21 | 0 | 23 | 44 | 162 | 17 | 72 |
| Binary | 10001000 | 10100100 | 10000101 | 10001 | 0 | 10011 | 100100 | 1110010 | 1111 | 111010 |
Color Harmonies of #88A485
Complementary color
Monochromatic Colors of #88A485
Black with #88A485
Text Example
Text Example
White with #88A485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A485; }
p { color: rgb(136,164,133); }
H1.HeaderClassName
{
color: #88A485;
}
.AnyTagClassName
{
color: #88A485;
}
</style>
background-color css
<style>
a { background-color: #88A485; }
a { background-color: rgb(136,164,133); }
div.DivClassName
{
background-color: #88A485;
}
.BgClassName
{
background-color: #88A485;
}
</style>
border-color css
<style>
span { border-color: #88A485; }
span { border-color: rgb(136,164,133); }
td.TdClassName
{
border-color: #88A485;
}
.TagClassName
{
border-color: #88A485;
}
</style>