Shades of Amulet #889A84
Tints of Amulet #889A84
RGB
CMYK
RGB Variations
Color information
#889A84 (or 0x889A84) is known color: Amulet. HEX triplet: 88, 9A and 84. RGB value is (136,154,132). Sum of RGB (Red+Green+Blue) = 136+154+132=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 154 - color contains mainly: green. Hex color #889A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889A84 is #77657B. Grayscale: #929292. Windows color (decimal): -7824764 or 8690312. OLE color: 8690312.
HSL color Cylindrical-coordinate representation of color #889A84: hue angle of 109.09º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #889A84 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 154 | 132 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.40 |
| HSL | 109.09º | 0.1% | 0.56% | - |
| HSV(B) | 109.09º | 0.14% | 0.6% | - |
| XYZ | 25.87 | 30.01 | 26.26 | - |
| YUV | 146.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 154 | 132 | 0.12 | 0 | 0.14 | 0.40 | 109.09 | 0.1 | 0.56 |
| Hex | 88 | 9A | 84 | C | 0 | E | 28 | 6D | A | 38 |
| Octal | 210 | 232 | 204 | 14 | 0 | 16 | 50 | 155 | 12 | 70 |
| Binary | 10001000 | 10011010 | 10000100 | 1100 | 0 | 1110 | 101000 | 1101101 | 1010 | 111000 |
Color Harmonies of #889A84
Complementary color
Monochromatic Colors of #889A84
Black with #889A84
Text Example
Text Example
White with #889A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889A84; }
p { color: rgb(136,154,132); }
H1.HeaderClassName
{
color: #889A84;
}
.AnyTagClassName
{
color: #889A84;
}
</style>
background-color css
<style>
a { background-color: #889A84; }
a { background-color: rgb(136,154,132); }
div.DivClassName
{
background-color: #889A84;
}
.BgClassName
{
background-color: #889A84;
}
</style>
border-color css
<style>
span { border-color: #889A84; }
span { border-color: rgb(136,154,132); }
td.TdClassName
{
border-color: #889A84;
}
.TagClassName
{
border-color: #889A84;
}
</style>