Shades of Amulet #89A17C
Tints of Amulet #89A17C
RGB
CMYK
RGB Variations
Color information
#89A17C (or 0x89A17C) is known color: Amulet. HEX triplet: 89, A1 and 7C. RGB value is (137,161,124). Sum of RGB (Red+Green+Blue) = 137+161+124=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 161 - color contains mainly: green. Hex color #89A17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A17C is #765E83. Grayscale: #959595. Windows color (decimal): -7757444 or 8167817. OLE color: 8167817.
HSL color Cylindrical-coordinate representation of color #89A17C: hue angle of 98.92º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89A17C is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 161 | 124 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.37 |
| HSL | 98.92º | 0.16% | 0.56% | - |
| HSV(B) | 98.92º | 0.23% | 0.63% | - |
| XYZ | 26.7 | 32.26 | 23.89 | - |
| YUV | 149.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 124 | 0.15 | 0 | 0.23 | 0.37 | 98.92 | 0.16 | 0.56 |
| Hex | 89 | A1 | 7C | F | 0 | 17 | 25 | 63 | 10 | 38 |
| Octal | 211 | 241 | 174 | 17 | 0 | 27 | 45 | 143 | 20 | 70 |
| Binary | 10001001 | 10100001 | 1111100 | 1111 | 0 | 10111 | 100101 | 1100011 | 10000 | 111000 |
Color Harmonies of #89A17C
Complementary color
Monochromatic Colors of #89A17C
Black with #89A17C
Text Example
Text Example
White with #89A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A17C; }
p { color: rgb(137,161,124); }
H1.HeaderClassName
{
color: #89A17C;
}
.AnyTagClassName
{
color: #89A17C;
}
</style>
background-color css
<style>
a { background-color: #89A17C; }
a { background-color: rgb(137,161,124); }
div.DivClassName
{
background-color: #89A17C;
}
.BgClassName
{
background-color: #89A17C;
}
</style>
border-color css
<style>
span { border-color: #89A17C; }
span { border-color: rgb(137,161,124); }
td.TdClassName
{
border-color: #89A17C;
}
.TagClassName
{
border-color: #89A17C;
}
</style>