Shades of Amulet #89B17E
Tints of Amulet #89B17E
RGB
CMYK
RGB Variations
Color information
#89B17E (or 0x89B17E) is known color: Amulet. HEX triplet: 89, B1 and 7E. RGB value is (137,177,126). Sum of RGB (Red+Green+Blue) = 137+177+126=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 177 - color contains mainly: green. Hex color #89B17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89B17E is #764E81. Grayscale: #9F9F9F. Windows color (decimal): -7753346 or 8302985. OLE color: 8302985.
HSL color Cylindrical-coordinate representation of color #89B17E: hue angle of 107.06º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89B17E is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 177 | 126 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.31 |
| HSL | 107.06º | 0.25% | 0.59% | - |
| HSV(B) | 107.06º | 0.29% | 0.69% | - |
| XYZ | 29.8 | 38.27 | 25.55 | - |
| YUV | 159.23 | 109.25 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 177 | 126 | 0.23 | 0 | 0.29 | 0.31 | 107.06 | 0.25 | 0.59 |
| Hex | 89 | B1 | 7E | 17 | 0 | 1D | 1F | 6B | 19 | 3B |
| Octal | 211 | 261 | 176 | 27 | 0 | 35 | 37 | 153 | 31 | 73 |
| Binary | 10001001 | 10110001 | 1111110 | 10111 | 0 | 11101 | 11111 | 1101011 | 11001 | 111011 |
Color Harmonies of #89B17E
Complementary color
Monochromatic Colors of #89B17E
Black with #89B17E
Text Example
Text Example
White with #89B17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B17E; }
p { color: rgb(137,177,126); }
H1.HeaderClassName
{
color: #89B17E;
}
.AnyTagClassName
{
color: #89B17E;
}
</style>
background-color css
<style>
a { background-color: #89B17E; }
a { background-color: rgb(137,177,126); }
div.DivClassName
{
background-color: #89B17E;
}
.BgClassName
{
background-color: #89B17E;
}
</style>
border-color css
<style>
span { border-color: #89B17E; }
span { border-color: rgb(137,177,126); }
td.TdClassName
{
border-color: #89B17E;
}
.TagClassName
{
border-color: #89B17E;
}
</style>