Shades of Amulet #889983
Tints of Amulet #889983
RGB
CMYK
RGB Variations
Color information
#889983 (or 0x889983) is known color: Amulet. HEX triplet: 88, 99 and 83. RGB value is (136,153,131). Sum of RGB (Red+Green+Blue) = 136+153+131=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 153 - color contains mainly: green. Hex color #889983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889983 is #77667C. Grayscale: #919191. Windows color (decimal): -7825021 or 8624520. OLE color: 8624520.
HSL color Cylindrical-coordinate representation of color #889983: hue angle of 106.36º 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 #889983 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 153 | 131 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.4 |
| HSL | 106.36º | 0.1% | 0.56% | - |
| HSV(B) | 106.36º | 0.14% | 0.6% | - |
| XYZ | 25.64 | 29.66 | 25.85 | - |
| YUV | 145.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 153 | 131 | 0.11 | 0 | 0.14 | 0.4 | 106.36 | 0.1 | 0.56 |
| Hex | 88 | 99 | 83 | B | 0 | E | 28 | 6A | A | 38 |
| Octal | 210 | 231 | 203 | 13 | 0 | 16 | 50 | 152 | 12 | 70 |
| Binary | 10001000 | 10011001 | 10000011 | 1011 | 0 | 1110 | 101000 | 1101010 | 1010 | 111000 |
Color Harmonies of #889983
Complementary color
Monochromatic Colors of #889983
Black with #889983
Text Example
Text Example
White with #889983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889983; }
p { color: rgb(136,153,131); }
H1.HeaderClassName
{
color: #889983;
}
.AnyTagClassName
{
color: #889983;
}
</style>
background-color css
<style>
a { background-color: #889983; }
a { background-color: rgb(136,153,131); }
div.DivClassName
{
background-color: #889983;
}
.BgClassName
{
background-color: #889983;
}
</style>
border-color css
<style>
span { border-color: #889983; }
span { border-color: rgb(136,153,131); }
td.TdClassName
{
border-color: #889983;
}
.TagClassName
{
border-color: #889983;
}
</style>