Shades of Amulet #899F83
Tints of Amulet #899F83
RGB
CMYK
RGB Variations
Color information
#899F83 (or 0x899F83) is known color: Amulet. HEX triplet: 89, 9F and 83. RGB value is (137,159,131). Sum of RGB (Red+Green+Blue) = 137+159+131=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 159 - color contains mainly: green. Hex color #899F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899F83 is #76607C. Grayscale: #959595. Windows color (decimal): -7757949 or 8626057. OLE color: 8626057.
HSL color Cylindrical-coordinate representation of color #899F83: hue angle of 107.14º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #899F83 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 159 | 131 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.38 |
| HSL | 107.14º | 0.13% | 0.57% | - |
| HSV(B) | 107.14º | 0.18% | 0.62% | - |
| XYZ | 26.81 | 31.75 | 26.19 | - |
| YUV | 149.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 131 | 0.14 | 0 | 0.18 | 0.38 | 107.14 | 0.13 | 0.57 |
| Hex | 89 | 9F | 83 | E | 0 | 12 | 26 | 6B | D | 39 |
| Octal | 211 | 237 | 203 | 16 | 0 | 22 | 46 | 153 | 15 | 71 |
| Binary | 10001001 | 10011111 | 10000011 | 1110 | 0 | 10010 | 100110 | 1101011 | 1101 | 111001 |
Color Harmonies of #899F83
Complementary color
Monochromatic Colors of #899F83
Black with #899F83
Text Example
Text Example
White with #899F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899F83; }
p { color: rgb(137,159,131); }
H1.HeaderClassName
{
color: #899F83;
}
.AnyTagClassName
{
color: #899F83;
}
</style>
background-color css
<style>
a { background-color: #899F83; }
a { background-color: rgb(137,159,131); }
div.DivClassName
{
background-color: #899F83;
}
.BgClassName
{
background-color: #899F83;
}
</style>
border-color css
<style>
span { border-color: #899F83; }
span { border-color: rgb(137,159,131); }
td.TdClassName
{
border-color: #899F83;
}
.TagClassName
{
border-color: #899F83;
}
</style>