Shades of Amulet #89A276
Tints of Amulet #89A276
RGB
CMYK
RGB Variations
Color information
#89A276 (or 0x89A276) is known color: Amulet. HEX triplet: 89, A2 and 76. RGB value is (137,162,118). Sum of RGB (Red+Green+Blue) = 137+162+118=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #89A276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A276 is #765D89. Grayscale: #959595. Windows color (decimal): -7757194 or 7774857. OLE color: 7774857.
HSL color Cylindrical-coordinate representation of color #89A276: hue angle of 94.09º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89A276 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 162 | 118 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.36 |
| HSL | 94.09º | 0.19% | 0.55% | - |
| HSV(B) | 94.09º | 0.27% | 0.64% | - |
| XYZ | 26.51 | 32.47 | 22.01 | - |
| YUV | 149.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 162 | 118 | 0.15 | 0 | 0.27 | 0.36 | 94.09 | 0.19 | 0.55 |
| Hex | 89 | A2 | 76 | F | 0 | 1B | 24 | 5E | 13 | 37 |
| Octal | 211 | 242 | 166 | 17 | 0 | 33 | 44 | 136 | 23 | 67 |
| Binary | 10001001 | 10100010 | 1110110 | 1111 | 0 | 11011 | 100100 | 1011110 | 10011 | 110111 |
Color Harmonies of #89A276
Complementary color
Monochromatic Colors of #89A276
Black with #89A276
Text Example
Text Example
White with #89A276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A276; }
p { color: rgb(137,162,118); }
H1.HeaderClassName
{
color: #89A276;
}
.AnyTagClassName
{
color: #89A276;
}
</style>
background-color css
<style>
a { background-color: #89A276; }
a { background-color: rgb(137,162,118); }
div.DivClassName
{
background-color: #89A276;
}
.BgClassName
{
background-color: #89A276;
}
</style>
border-color css
<style>
span { border-color: #89A276; }
span { border-color: rgb(137,162,118); }
td.TdClassName
{
border-color: #89A276;
}
.TagClassName
{
border-color: #89A276;
}
</style>