Shades of Amulet #89B478
Tints of Amulet #89B478
RGB
CMYK
RGB Variations
Color information
#89B478 (or 0x89B478) is known color: Amulet. HEX triplet: 89, B4 and 78. RGB value is (137,180,120). Sum of RGB (Red+Green+Blue) = 137+180+120=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #89B478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89B478 is #764B87. Grayscale: #A0A0A0. Windows color (decimal): -7752584 or 7910537. OLE color: 7910537.
HSL color Cylindrical-coordinate representation of color #89B478: hue angle of 103º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89B478 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 180 | 120 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.29 |
| HSL | 103º | 0.29% | 0.59% | - |
| HSV(B) | 103º | 0.33% | 0.71% | - |
| XYZ | 30.03 | 39.32 | 23.78 | - |
| YUV | 160.3 | 105.25 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 180 | 120 | 0.24 | 0 | 0.33 | 0.29 | 103 | 0.29 | 0.59 |
| Hex | 89 | B4 | 78 | 18 | 0 | 21 | 1D | 67 | 1D | 3B |
| Octal | 211 | 264 | 170 | 30 | 0 | 41 | 35 | 147 | 35 | 73 |
| Binary | 10001001 | 10110100 | 1111000 | 11000 | 0 | 100001 | 11101 | 1100111 | 11101 | 111011 |
Color Harmonies of #89B478
Complementary color
Monochromatic Colors of #89B478
Black with #89B478
Text Example
Text Example
White with #89B478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B478; }
p { color: rgb(137,180,120); }
H1.HeaderClassName
{
color: #89B478;
}
.AnyTagClassName
{
color: #89B478;
}
</style>
background-color css
<style>
a { background-color: #89B478; }
a { background-color: rgb(137,180,120); }
div.DivClassName
{
background-color: #89B478;
}
.BgClassName
{
background-color: #89B478;
}
</style>
border-color css
<style>
span { border-color: #89B478; }
span { border-color: rgb(137,180,120); }
td.TdClassName
{
border-color: #89B478;
}
.TagClassName
{
border-color: #89B478;
}
</style>