Shades of Amulet #8D9C82
Tints of Amulet #8D9C82
RGB
CMYK
RGB Variations
Color information
#8D9C82 (or 0x8D9C82) is known color: Amulet. HEX triplet: 8D, 9C and 82. RGB value is (141,156,130). Sum of RGB (Red+Green+Blue) = 141+156+130=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 156 - color contains mainly: green. Hex color #8D9C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9C82 is #72637D. Grayscale: #949494. Windows color (decimal): -7496574 or 8559757. OLE color: 8559757.
HSL color Cylindrical-coordinate representation of color #8D9C82: hue angle of 94.62º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D9C82 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 156 | 130 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.39 |
| HSL | 94.62º | 0.12% | 0.56% | - |
| HSV(B) | 94.62º | 0.17% | 0.61% | - |
| XYZ | 26.9 | 31.05 | 25.69 | - |
| YUV | 148.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 156 | 130 | 0.10 | 0 | 0.17 | 0.39 | 94.62 | 0.12 | 0.56 |
| Hex | 8D | 9C | 82 | A | 0 | 11 | 27 | 5F | C | 38 |
| Octal | 215 | 234 | 202 | 12 | 0 | 21 | 47 | 137 | 14 | 70 |
| Binary | 10001101 | 10011100 | 10000010 | 1010 | 0 | 10001 | 100111 | 1011111 | 1100 | 111000 |
Color Harmonies of #8D9C82
Complementary color
Monochromatic Colors of #8D9C82
Black with #8D9C82
Text Example
Text Example
White with #8D9C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9C82; }
p { color: rgb(141,156,130); }
H1.HeaderClassName
{
color: #8D9C82;
}
.AnyTagClassName
{
color: #8D9C82;
}
</style>
background-color css
<style>
a { background-color: #8D9C82; }
a { background-color: rgb(141,156,130); }
div.DivClassName
{
background-color: #8D9C82;
}
.BgClassName
{
background-color: #8D9C82;
}
</style>
border-color css
<style>
span { border-color: #8D9C82; }
span { border-color: rgb(141,156,130); }
td.TdClassName
{
border-color: #8D9C82;
}
.TagClassName
{
border-color: #8D9C82;
}
</style>