Shades of Amulet #899B83
Tints of Amulet #899B83
RGB
CMYK
RGB Variations
Color information
#899B83 (or 0x899B83) is known color: Amulet. HEX triplet: 89, 9B and 83. RGB value is (137,155,131). Sum of RGB (Red+Green+Blue) = 137+155+131=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 155 - color contains mainly: green. Hex color #899B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B83 is #76647C. Grayscale: #929292. Windows color (decimal): -7758973 or 8625033. OLE color: 8625033.
HSL color Cylindrical-coordinate representation of color #899B83: hue angle of 105º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #899B83 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 155 | 131 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.39 |
| HSL | 105º | 0.11% | 0.56% | - |
| HSV(B) | 105º | 0.15% | 0.61% | - |
| XYZ | 26.13 | 30.4 | 25.96 | - |
| YUV | 146.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 131 | 0.12 | 0 | 0.15 | 0.39 | 105 | 0.11 | 0.56 |
| Hex | 89 | 9B | 83 | C | 0 | F | 27 | 69 | B | 38 |
| Octal | 211 | 233 | 203 | 14 | 0 | 17 | 47 | 151 | 13 | 70 |
| Binary | 10001001 | 10011011 | 10000011 | 1100 | 0 | 1111 | 100111 | 1101001 | 1011 | 111000 |
Color Harmonies of #899B83
Complementary color
Monochromatic Colors of #899B83
Black with #899B83
Text Example
Text Example
White with #899B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899B83; }
p { color: rgb(137,155,131); }
H1.HeaderClassName
{
color: #899B83;
}
.AnyTagClassName
{
color: #899B83;
}
</style>
background-color css
<style>
a { background-color: #899B83; }
a { background-color: rgb(137,155,131); }
div.DivClassName
{
background-color: #899B83;
}
.BgClassName
{
background-color: #899B83;
}
</style>
border-color css
<style>
span { border-color: #899B83; }
span { border-color: rgb(137,155,131); }
td.TdClassName
{
border-color: #899B83;
}
.TagClassName
{
border-color: #899B83;
}
</style>