Shades of Amulet #8BA380
Tints of Amulet #8BA380
RGB
CMYK
RGB Variations
Color information
#8BA380 (or 0x8BA380) is known color: Amulet. HEX triplet: 8B, A3 and 80. RGB value is (139,163,128). Sum of RGB (Red+Green+Blue) = 139+163+128=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA380 is #745C7F. Grayscale: #979797. Windows color (decimal): -7625856 or 8430475. OLE color: 8430475.
HSL color Cylindrical-coordinate representation of color #8BA380: hue angle of 101.14º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BA380 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 128 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.36 |
| HSL | 101.14º | 0.16% | 0.57% | - |
| HSV(B) | 101.14º | 0.21% | 0.64% | - |
| XYZ | 27.64 | 33.24 | 25.38 | - |
| YUV | 151.83 | 114.55 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 128 | 0.15 | 0 | 0.21 | 0.36 | 101.14 | 0.16 | 0.57 |
| Hex | 8B | A3 | 80 | F | 0 | 15 | 24 | 65 | 10 | 39 |
| Octal | 213 | 243 | 200 | 17 | 0 | 25 | 44 | 145 | 20 | 71 |
| Binary | 10001011 | 10100011 | 10000000 | 1111 | 0 | 10101 | 100100 | 1100101 | 10000 | 111001 |
Color Harmonies of #8BA380
Complementary color
Monochromatic Colors of #8BA380
Black with #8BA380
Text Example
Text Example
White with #8BA380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA380; }
p { color: rgb(139,163,128); }
H1.HeaderClassName
{
color: #8BA380;
}
.AnyTagClassName
{
color: #8BA380;
}
</style>
background-color css
<style>
a { background-color: #8BA380; }
a { background-color: rgb(139,163,128); }
div.DivClassName
{
background-color: #8BA380;
}
.BgClassName
{
background-color: #8BA380;
}
</style>
border-color css
<style>
span { border-color: #8BA380; }
span { border-color: rgb(139,163,128); }
td.TdClassName
{
border-color: #8BA380;
}
.TagClassName
{
border-color: #8BA380;
}
</style>