Shades of Amulet #8BA478
Tints of Amulet #8BA478
RGB
CMYK
RGB Variations
Color information
#8BA478 (or 0x8BA478) is known color: Amulet. HEX triplet: 8B, A4 and 78. RGB value is (139,164,120). Sum of RGB (Red+Green+Blue) = 139+164+120=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA478 is #745B87. Grayscale: #979797. Windows color (decimal): -7625608 or 7906443. OLE color: 7906443.
HSL color Cylindrical-coordinate representation of color #8BA478: hue angle of 94.09º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BA478 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 120 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.36 |
| HSL | 94.09º | 0.19% | 0.56% | - |
| HSV(B) | 94.09º | 0.27% | 0.64% | - |
| XYZ | 27.31 | 33.4 | 22.78 | - |
| YUV | 151.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 120 | 0.15 | 0 | 0.27 | 0.36 | 94.09 | 0.19 | 0.56 |
| Hex | 8B | A4 | 78 | F | 0 | 1B | 24 | 5E | 13 | 38 |
| Octal | 213 | 244 | 170 | 17 | 0 | 33 | 44 | 136 | 23 | 70 |
| Binary | 10001011 | 10100100 | 1111000 | 1111 | 0 | 11011 | 100100 | 1011110 | 10011 | 111000 |
Color Harmonies of #8BA478
Complementary color
Monochromatic Colors of #8BA478
Black with #8BA478
Text Example
Text Example
White with #8BA478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA478; }
p { color: rgb(139,164,120); }
H1.HeaderClassName
{
color: #8BA478;
}
.AnyTagClassName
{
color: #8BA478;
}
</style>
background-color css
<style>
a { background-color: #8BA478; }
a { background-color: rgb(139,164,120); }
div.DivClassName
{
background-color: #8BA478;
}
.BgClassName
{
background-color: #8BA478;
}
</style>
border-color css
<style>
span { border-color: #8BA478; }
span { border-color: rgb(139,164,120); }
td.TdClassName
{
border-color: #8BA478;
}
.TagClassName
{
border-color: #8BA478;
}
</style>