Shades of Amulet #8BA082
Tints of Amulet #8BA082
RGB
CMYK
RGB Variations
Color information
#8BA082 (or 0x8BA082) is known color: Amulet. HEX triplet: 8B, A0 and 82. RGB value is (139,160,130). Sum of RGB (Red+Green+Blue) = 139+160+130=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA082 is #745F7D. Grayscale: #969696. Windows color (decimal): -7626622 or 8560779. OLE color: 8560779.
HSL color Cylindrical-coordinate representation of color #8BA082: hue angle of 102º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8BA082 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 130 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.37 |
| HSL | 102º | 0.14% | 0.57% | - |
| HSV(B) | 102º | 0.19% | 0.63% | - |
| XYZ | 27.25 | 32.24 | 25.91 | - |
| YUV | 150.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 130 | 0.13 | 0 | 0.19 | 0.37 | 102 | 0.14 | 0.57 |
| Hex | 8B | A0 | 82 | D | 0 | 13 | 25 | 66 | E | 39 |
| Octal | 213 | 240 | 202 | 15 | 0 | 23 | 45 | 146 | 16 | 71 |
| Binary | 10001011 | 10100000 | 10000010 | 1101 | 0 | 10011 | 100101 | 1100110 | 1110 | 111001 |
Color Harmonies of #8BA082
Complementary color
Monochromatic Colors of #8BA082
Black with #8BA082
Text Example
Text Example
White with #8BA082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA082; }
p { color: rgb(139,160,130); }
H1.HeaderClassName
{
color: #8BA082;
}
.AnyTagClassName
{
color: #8BA082;
}
</style>
background-color css
<style>
a { background-color: #8BA082; }
a { background-color: rgb(139,160,130); }
div.DivClassName
{
background-color: #8BA082;
}
.BgClassName
{
background-color: #8BA082;
}
</style>
border-color css
<style>
span { border-color: #8BA082; }
span { border-color: rgb(139,160,130); }
td.TdClassName
{
border-color: #8BA082;
}
.TagClassName
{
border-color: #8BA082;
}
</style>