Shades of Amulet #899B84
Tints of Amulet #899B84
RGB
CMYK
RGB Variations
Color information
#899B84 (or 0x899B84) is known color: Amulet. HEX triplet: 89, 9B and 84. RGB value is (137,155,132). Sum of RGB (Red+Green+Blue) = 137+155+132=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 155 - color contains mainly: green. Hex color #899B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B84 is #76647B. Grayscale: #939393. Windows color (decimal): -7758972 or 8690569. OLE color: 8690569.
HSL color Cylindrical-coordinate representation of color #899B84: hue angle of 106.96º degrees, saturation: 0.1, 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 #899B84 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 155 | 132 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.39 |
| HSL | 106.96º | 0.1% | 0.56% | - |
| HSV(B) | 106.96º | 0.15% | 0.61% | - |
| XYZ | 26.2 | 30.43 | 26.32 | - |
| YUV | 147 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 132 | 0.12 | 0 | 0.15 | 0.39 | 106.96 | 0.1 | 0.56 |
| Hex | 89 | 9B | 84 | C | 0 | F | 27 | 6B | A | 38 |
| Octal | 211 | 233 | 204 | 14 | 0 | 17 | 47 | 153 | 12 | 70 |
| Binary | 10001001 | 10011011 | 10000100 | 1100 | 0 | 1111 | 100111 | 1101011 | 1010 | 111000 |
Color Harmonies of #899B84
Complementary color
Monochromatic Colors of #899B84
Black with #899B84
Text Example
Text Example
White with #899B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899B84; }
p { color: rgb(137,155,132); }
H1.HeaderClassName
{
color: #899B84;
}
.AnyTagClassName
{
color: #899B84;
}
</style>
background-color css
<style>
a { background-color: #899B84; }
a { background-color: rgb(137,155,132); }
div.DivClassName
{
background-color: #899B84;
}
.BgClassName
{
background-color: #899B84;
}
</style>
border-color css
<style>
span { border-color: #899B84; }
span { border-color: rgb(137,155,132); }
td.TdClassName
{
border-color: #899B84;
}
.TagClassName
{
border-color: #899B84;
}
</style>