Shades of Amulet #8B9881
Tints of Amulet #8B9881
RGB
CMYK
RGB Variations
Color information
#8B9881 (or 0x8B9881) is known color: Amulet. HEX triplet: 8B, 98 and 81. RGB value is (139,152,129). Sum of RGB (Red+Green+Blue) = 139+152+129=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 152 - color contains mainly: green. Hex color #8B9881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9881 is #74677E. Grayscale: #919191. Windows color (decimal): -7628671 or 8493195. OLE color: 8493195.
HSL color Cylindrical-coordinate representation of color #8B9881: hue angle of 93.91º 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 #8B9881 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 152 | 129 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.40 |
| HSL | 93.91º | 0.1% | 0.55% | - |
| HSV(B) | 93.91º | 0.15% | 0.6% | - |
| XYZ | 25.84 | 29.53 | 25.11 | - |
| YUV | 145.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 152 | 129 | 0.09 | 0 | 0.15 | 0.40 | 93.91 | 0.1 | 0.55 |
| Hex | 8B | 98 | 81 | 9 | 0 | F | 28 | 5E | A | 37 |
| Octal | 213 | 230 | 201 | 11 | 0 | 17 | 50 | 136 | 12 | 67 |
| Binary | 10001011 | 10011000 | 10000001 | 1001 | 0 | 1111 | 101000 | 1011110 | 1010 | 110111 |
Color Harmonies of #8B9881
Complementary color
Monochromatic Colors of #8B9881
Black with #8B9881
Text Example
Text Example
White with #8B9881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9881; }
p { color: rgb(139,152,129); }
H1.HeaderClassName
{
color: #8B9881;
}
.AnyTagClassName
{
color: #8B9881;
}
</style>
background-color css
<style>
a { background-color: #8B9881; }
a { background-color: rgb(139,152,129); }
div.DivClassName
{
background-color: #8B9881;
}
.BgClassName
{
background-color: #8B9881;
}
</style>
border-color css
<style>
span { border-color: #8B9881; }
span { border-color: rgb(139,152,129); }
td.TdClassName
{
border-color: #8B9881;
}
.TagClassName
{
border-color: #8B9881;
}
</style>