Shades of Amulet #889B82
Tints of Amulet #889B82
RGB
CMYK
RGB Variations
Color information
#889B82 (or 0x889B82) is known color: Amulet. HEX triplet: 88, 9B and 82. RGB value is (136,155,130). Sum of RGB (Red+Green+Blue) = 136+155+130=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 155 - color contains mainly: green. Hex color #889B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B82 is #77647D. Grayscale: #929292. Windows color (decimal): -7824510 or 8559496. OLE color: 8559496.
HSL color Cylindrical-coordinate representation of color #889B82: hue angle of 105.6º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #889B82 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 155 | 130 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.39 |
| HSL | 105.6º | 0.11% | 0.56% | - |
| HSV(B) | 105.6º | 0.16% | 0.61% | - |
| XYZ | 25.9 | 30.29 | 25.6 | - |
| YUV | 146.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 130 | 0.12 | 0 | 0.16 | 0.39 | 105.6 | 0.11 | 0.56 |
| Hex | 88 | 9B | 82 | C | 0 | 10 | 27 | 6A | B | 38 |
| Octal | 210 | 233 | 202 | 14 | 0 | 20 | 47 | 152 | 13 | 70 |
| Binary | 10001000 | 10011011 | 10000010 | 1100 | 0 | 10000 | 100111 | 1101010 | 1011 | 111000 |
Color Harmonies of #889B82
Complementary color
Monochromatic Colors of #889B82
Black with #889B82
Text Example
Text Example
White with #889B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889B82; }
p { color: rgb(136,155,130); }
H1.HeaderClassName
{
color: #889B82;
}
.AnyTagClassName
{
color: #889B82;
}
</style>
background-color css
<style>
a { background-color: #889B82; }
a { background-color: rgb(136,155,130); }
div.DivClassName
{
background-color: #889B82;
}
.BgClassName
{
background-color: #889B82;
}
</style>
border-color css
<style>
span { border-color: #889B82; }
span { border-color: rgb(136,155,130); }
td.TdClassName
{
border-color: #889B82;
}
.TagClassName
{
border-color: #889B82;
}
</style>