Shades of Amulet #89B37C
Tints of Amulet #89B37C
RGB
CMYK
RGB Variations
Color information
#89B37C (or 0x89B37C) is known color: Amulet. HEX triplet: 89, B3 and 7C. RGB value is (137,179,124). Sum of RGB (Red+Green+Blue) = 137+179+124=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #89B37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89B37C is #764C83. Grayscale: #A0A0A0. Windows color (decimal): -7752836 or 8172425. OLE color: 8172425.
HSL color Cylindrical-coordinate representation of color #89B37C: hue angle of 105.82º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89B37C is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 179 | 124 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.30 |
| HSL | 105.82º | 0.27% | 0.59% | - |
| HSV(B) | 105.82º | 0.31% | 0.7% | - |
| XYZ | 30.07 | 39.01 | 25.01 | - |
| YUV | 160.17 | 107.59 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 179 | 124 | 0.23 | 0 | 0.31 | 0.30 | 105.82 | 0.27 | 0.59 |
| Hex | 89 | B3 | 7C | 17 | 0 | 1F | 1E | 6A | 1B | 3B |
| Octal | 211 | 263 | 174 | 27 | 0 | 37 | 36 | 152 | 33 | 73 |
| Binary | 10001001 | 10110011 | 1111100 | 10111 | 0 | 11111 | 11110 | 1101010 | 11011 | 111011 |
Color Harmonies of #89B37C
Complementary color
Monochromatic Colors of #89B37C
Black with #89B37C
Text Example
Text Example
White with #89B37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B37C; }
p { color: rgb(137,179,124); }
H1.HeaderClassName
{
color: #89B37C;
}
.AnyTagClassName
{
color: #89B37C;
}
</style>
background-color css
<style>
a { background-color: #89B37C; }
a { background-color: rgb(137,179,124); }
div.DivClassName
{
background-color: #89B37C;
}
.BgClassName
{
background-color: #89B37C;
}
</style>
border-color css
<style>
span { border-color: #89B37C; }
span { border-color: rgb(137,179,124); }
td.TdClassName
{
border-color: #89B37C;
}
.TagClassName
{
border-color: #89B37C;
}
</style>