Shades of Amulet #89A580
Tints of Amulet #89A580
RGB
CMYK
RGB Variations
Color information
#89A580 (or 0x89A580) is known color: Amulet. HEX triplet: 89, A5 and 80. RGB value is (137,165,128). Sum of RGB (Red+Green+Blue) = 137+165+128=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 165 - color contains mainly: green. Hex color #89A580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A580 is #765A7F. Grayscale: #989898. Windows color (decimal): -7756416 or 8430985. OLE color: 8430985.
HSL color Cylindrical-coordinate representation of color #89A580: hue angle of 105.41º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89A580 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 165 | 128 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.35 |
| HSL | 105.41º | 0.17% | 0.57% | - |
| HSV(B) | 105.41º | 0.22% | 0.65% | - |
| XYZ | 27.67 | 33.79 | 25.49 | - |
| YUV | 152.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 165 | 128 | 0.17 | 0 | 0.22 | 0.35 | 105.41 | 0.17 | 0.57 |
| Hex | 89 | A5 | 80 | 11 | 0 | 16 | 23 | 69 | 11 | 39 |
| Octal | 211 | 245 | 200 | 21 | 0 | 26 | 43 | 151 | 21 | 71 |
| Binary | 10001001 | 10100101 | 10000000 | 10001 | 0 | 10110 | 100011 | 1101001 | 10001 | 111001 |
Color Harmonies of #89A580
Complementary color
Monochromatic Colors of #89A580
Black with #89A580
Text Example
Text Example
White with #89A580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A580; }
p { color: rgb(137,165,128); }
H1.HeaderClassName
{
color: #89A580;
}
.AnyTagClassName
{
color: #89A580;
}
</style>
background-color css
<style>
a { background-color: #89A580; }
a { background-color: rgb(137,165,128); }
div.DivClassName
{
background-color: #89A580;
}
.BgClassName
{
background-color: #89A580;
}
</style>
border-color css
<style>
span { border-color: #89A580; }
span { border-color: rgb(137,165,128); }
td.TdClassName
{
border-color: #89A580;
}
.TagClassName
{
border-color: #89A580;
}
</style>