Shades of Amulet #89A176
Tints of Amulet #89A176
RGB
CMYK
RGB Variations
Color information
#89A176 (or 0x89A176) is known color: Amulet. HEX triplet: 89, A1 and 76. RGB value is (137,161,118). Sum of RGB (Red+Green+Blue) = 137+161+118=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 161 - color contains mainly: green. Hex color #89A176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A176 is #765E89. Grayscale: #959595. Windows color (decimal): -7757450 or 7774601. OLE color: 7774601.
HSL color Cylindrical-coordinate representation of color #89A176: hue angle of 93.49º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89A176 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 161 | 118 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.37 |
| HSL | 93.49º | 0.19% | 0.55% | - |
| HSV(B) | 93.49º | 0.27% | 0.63% | - |
| XYZ | 26.33 | 32.12 | 21.95 | - |
| YUV | 148.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 118 | 0.15 | 0 | 0.27 | 0.37 | 93.49 | 0.19 | 0.55 |
| Hex | 89 | A1 | 76 | F | 0 | 1B | 25 | 5D | 13 | 37 |
| Octal | 211 | 241 | 166 | 17 | 0 | 33 | 45 | 135 | 23 | 67 |
| Binary | 10001001 | 10100001 | 1110110 | 1111 | 0 | 11011 | 100101 | 1011101 | 10011 | 110111 |
Color Harmonies of #89A176
Complementary color
Monochromatic Colors of #89A176
Black with #89A176
Text Example
Text Example
White with #89A176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A176; }
p { color: rgb(137,161,118); }
H1.HeaderClassName
{
color: #89A176;
}
.AnyTagClassName
{
color: #89A176;
}
</style>
background-color css
<style>
a { background-color: #89A176; }
a { background-color: rgb(137,161,118); }
div.DivClassName
{
background-color: #89A176;
}
.BgClassName
{
background-color: #89A176;
}
</style>
border-color css
<style>
span { border-color: #89A176; }
span { border-color: rgb(137,161,118); }
td.TdClassName
{
border-color: #89A176;
}
.TagClassName
{
border-color: #89A176;
}
</style>