Shades of Mantle #89A485
Tints of Mantle #89A485
RGB
CMYK
RGB Variations
Color information
#89A485 (or 0x89A485) is known color: Mantle. HEX triplet: 89, A4 and 85. RGB value is (137,164,133). Sum of RGB (Red+Green+Blue) = 137+164+133=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 164 - color contains mainly: green. Hex color #89A485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A485 is #765B7A. Grayscale: #989898. Windows color (decimal): -7756667 or 8758409. OLE color: 8758409.
HSL color Cylindrical-coordinate representation of color #89A485: hue angle of 112.26º 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 #89A485 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 164 | 133 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.36 |
| HSL | 112.26º | 0.15% | 0.58% | - |
| HSV(B) | 112.26º | 0.19% | 0.64% | - |
| XYZ | 27.83 | 33.56 | 27.2 | - |
| YUV | 152.39 | 117.05 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 164 | 133 | 0.16 | 0 | 0.19 | 0.36 | 112.26 | 0.15 | 0.58 |
| Hex | 89 | A4 | 85 | 10 | 0 | 13 | 24 | 70 | F | 3A |
| Octal | 211 | 244 | 205 | 20 | 0 | 23 | 44 | 160 | 17 | 72 |
| Binary | 10001001 | 10100100 | 10000101 | 10000 | 0 | 10011 | 100100 | 1110000 | 1111 | 111010 |
Color Harmonies of #89A485
Complementary color
Monochromatic Colors of #89A485
Black with #89A485
Text Example
Text Example
White with #89A485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A485; }
p { color: rgb(137,164,133); }
H1.HeaderClassName
{
color: #89A485;
}
.AnyTagClassName
{
color: #89A485;
}
</style>
background-color css
<style>
a { background-color: #89A485; }
a { background-color: rgb(137,164,133); }
div.DivClassName
{
background-color: #89A485;
}
.BgClassName
{
background-color: #89A485;
}
</style>
border-color css
<style>
span { border-color: #89A485; }
span { border-color: rgb(137,164,133); }
td.TdClassName
{
border-color: #89A485;
}
.TagClassName
{
border-color: #89A485;
}
</style>