Shades of Amulet #899D83
Tints of Amulet #899D83
RGB
CMYK
RGB Variations
Color information
#899D83 (or 0x899D83) is known color: Amulet. HEX triplet: 89, 9D and 83. RGB value is (137,157,131). Sum of RGB (Red+Green+Blue) = 137+157+131=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 157 - color contains mainly: green. Hex color #899D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899D83 is #76627C. Grayscale: #949494. Windows color (decimal): -7758461 or 8625545. OLE color: 8625545.
HSL color Cylindrical-coordinate representation of color #899D83: hue angle of 106.15º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #899D83 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 157 | 131 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.38 |
| HSL | 106.15º | 0.12% | 0.56% | - |
| HSV(B) | 106.15º | 0.17% | 0.62% | - |
| XYZ | 26.47 | 31.07 | 26.07 | - |
| YUV | 148.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 131 | 0.13 | 0 | 0.17 | 0.38 | 106.15 | 0.12 | 0.56 |
| Hex | 89 | 9D | 83 | D | 0 | 11 | 26 | 6A | C | 38 |
| Octal | 211 | 235 | 203 | 15 | 0 | 21 | 46 | 152 | 14 | 70 |
| Binary | 10001001 | 10011101 | 10000011 | 1101 | 0 | 10001 | 100110 | 1101010 | 1100 | 111000 |
Color Harmonies of #899D83
Complementary color
Monochromatic Colors of #899D83
Black with #899D83
Text Example
Text Example
White with #899D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899D83; }
p { color: rgb(137,157,131); }
H1.HeaderClassName
{
color: #899D83;
}
.AnyTagClassName
{
color: #899D83;
}
</style>
background-color css
<style>
a { background-color: #899D83; }
a { background-color: rgb(137,157,131); }
div.DivClassName
{
background-color: #899D83;
}
.BgClassName
{
background-color: #899D83;
}
</style>
border-color css
<style>
span { border-color: #899D83; }
span { border-color: rgb(137,157,131); }
td.TdClassName
{
border-color: #899D83;
}
.TagClassName
{
border-color: #899D83;
}
</style>