Shades of Amulet #889F82
Tints of Amulet #889F82
RGB
CMYK
RGB Variations
Color information
#889F82 (or 0x889F82) is known color: Amulet. HEX triplet: 88, 9F and 82. RGB value is (136,159,130). Sum of RGB (Red+Green+Blue) = 136+159+130=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 159 - color contains mainly: green. Hex color #889F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889F82 is #77607D. Grayscale: #949494. Windows color (decimal): -7823486 or 8560520. OLE color: 8560520.
HSL color Cylindrical-coordinate representation of color #889F82: hue angle of 107.59º 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 #889F82 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 159 | 130 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.38 |
| HSL | 107.59º | 0.13% | 0.57% | - |
| HSV(B) | 107.59º | 0.18% | 0.62% | - |
| XYZ | 26.58 | 31.64 | 25.83 | - |
| YUV | 148.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 130 | 0.14 | 0 | 0.18 | 0.38 | 107.59 | 0.13 | 0.57 |
| Hex | 88 | 9F | 82 | E | 0 | 12 | 26 | 6C | D | 39 |
| Octal | 210 | 237 | 202 | 16 | 0 | 22 | 46 | 154 | 15 | 71 |
| Binary | 10001000 | 10011111 | 10000010 | 1110 | 0 | 10010 | 100110 | 1101100 | 1101 | 111001 |
Color Harmonies of #889F82
Complementary color
Monochromatic Colors of #889F82
Black with #889F82
Text Example
Text Example
White with #889F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889F82; }
p { color: rgb(136,159,130); }
H1.HeaderClassName
{
color: #889F82;
}
.AnyTagClassName
{
color: #889F82;
}
</style>
background-color css
<style>
a { background-color: #889F82; }
a { background-color: rgb(136,159,130); }
div.DivClassName
{
background-color: #889F82;
}
.BgClassName
{
background-color: #889F82;
}
</style>
border-color css
<style>
span { border-color: #889F82; }
span { border-color: rgb(136,159,130); }
td.TdClassName
{
border-color: #889F82;
}
.TagClassName
{
border-color: #889F82;
}
</style>