Shades of Amulet #8B9882
Tints of Amulet #8B9882
RGB
CMYK
RGB Variations
Color information
#8B9882 (or 0x8B9882) is known color: Amulet. HEX triplet: 8B, 98 and 82. RGB value is (139,152,130). Sum of RGB (Red+Green+Blue) = 139+152+130=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 152 - color contains mainly: green. Hex color #8B9882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9882 is #74677D. Grayscale: #919191. Windows color (decimal): -7628670 or 8558731. OLE color: 8558731.
HSL color Cylindrical-coordinate representation of color #8B9882: hue angle of 95.45º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B9882 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 152 | 130 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.40 |
| HSL | 95.45º | 0.1% | 0.55% | - |
| HSV(B) | 95.45º | 0.14% | 0.6% | - |
| XYZ | 25.9 | 29.56 | 25.46 | - |
| YUV | 145.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 152 | 130 | 0.09 | 0 | 0.14 | 0.40 | 95.45 | 0.1 | 0.55 |
| Hex | 8B | 98 | 82 | 9 | 0 | E | 28 | 5F | A | 37 |
| Octal | 213 | 230 | 202 | 11 | 0 | 16 | 50 | 137 | 12 | 67 |
| Binary | 10001011 | 10011000 | 10000010 | 1001 | 0 | 1110 | 101000 | 1011111 | 1010 | 110111 |
Color Harmonies of #8B9882
Complementary color
Monochromatic Colors of #8B9882
Black with #8B9882
Text Example
Text Example
White with #8B9882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9882; }
p { color: rgb(139,152,130); }
H1.HeaderClassName
{
color: #8B9882;
}
.AnyTagClassName
{
color: #8B9882;
}
</style>
background-color css
<style>
a { background-color: #8B9882; }
a { background-color: rgb(139,152,130); }
div.DivClassName
{
background-color: #8B9882;
}
.BgClassName
{
background-color: #8B9882;
}
</style>
border-color css
<style>
span { border-color: #8B9882; }
span { border-color: rgb(139,152,130); }
td.TdClassName
{
border-color: #8B9882;
}
.TagClassName
{
border-color: #8B9882;
}
</style>