Shades of Amulet #889881
Tints of Amulet #889881
RGB
CMYK
RGB Variations
Color information
#889881 (or 0x889881) is known color: Amulet. HEX triplet: 88, 98 and 81. RGB value is (136,152,129). Sum of RGB (Red+Green+Blue) = 136+152+129=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 152 - color contains mainly: green. Hex color #889881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889881 is #77677E. Grayscale: #909090. Windows color (decimal): -7825279 or 8493192. OLE color: 8493192.
HSL color Cylindrical-coordinate representation of color #889881: hue angle of 101.74º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #889881 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 152 | 129 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.40 |
| HSL | 101.74º | 0.1% | 0.55% | - |
| HSV(B) | 101.74º | 0.15% | 0.6% | - |
| XYZ | 25.34 | 29.28 | 25.08 | - |
| YUV | 144.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 129 | 0.11 | 0 | 0.15 | 0.40 | 101.74 | 0.1 | 0.55 |
| Hex | 88 | 98 | 81 | B | 0 | F | 28 | 66 | A | 37 |
| Octal | 210 | 230 | 201 | 13 | 0 | 17 | 50 | 146 | 12 | 67 |
| Binary | 10001000 | 10011000 | 10000001 | 1011 | 0 | 1111 | 101000 | 1100110 | 1010 | 110111 |
Color Harmonies of #889881
Complementary color
Monochromatic Colors of #889881
Black with #889881
Text Example
Text Example
White with #889881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889881; }
p { color: rgb(136,152,129); }
H1.HeaderClassName
{
color: #889881;
}
.AnyTagClassName
{
color: #889881;
}
</style>
background-color css
<style>
a { background-color: #889881; }
a { background-color: rgb(136,152,129); }
div.DivClassName
{
background-color: #889881;
}
.BgClassName
{
background-color: #889881;
}
</style>
border-color css
<style>
span { border-color: #889881; }
span { border-color: rgb(136,152,129); }
td.TdClassName
{
border-color: #889881;
}
.TagClassName
{
border-color: #889881;
}
</style>