Shades of Amulet #8BA17C
Tints of Amulet #8BA17C
RGB
CMYK
RGB Variations
Color information
#8BA17C (or 0x8BA17C) is known color: Amulet. HEX triplet: 8B, A1 and 7C. RGB value is (139,161,124). Sum of RGB (Red+Green+Blue) = 139+161+124=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA17C is #745E83. Grayscale: #969696. Windows color (decimal): -7626372 or 8167819. OLE color: 8167819.
HSL color Cylindrical-coordinate representation of color #8BA17C: hue angle of 95.68º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8BA17C is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 124 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.37 |
| HSL | 95.68º | 0.16% | 0.56% | - |
| HSV(B) | 95.68º | 0.23% | 0.63% | - |
| XYZ | 27.03 | 32.43 | 23.9 | - |
| YUV | 150.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 124 | 0.14 | 0 | 0.23 | 0.37 | 95.68 | 0.16 | 0.56 |
| Hex | 8B | A1 | 7C | E | 0 | 17 | 25 | 60 | 10 | 38 |
| Octal | 213 | 241 | 174 | 16 | 0 | 27 | 45 | 140 | 20 | 70 |
| Binary | 10001011 | 10100001 | 1111100 | 1110 | 0 | 10111 | 100101 | 1100000 | 10000 | 111000 |
Color Harmonies of #8BA17C
Complementary color
Monochromatic Colors of #8BA17C
Black with #8BA17C
Text Example
Text Example
White with #8BA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA17C; }
p { color: rgb(139,161,124); }
H1.HeaderClassName
{
color: #8BA17C;
}
.AnyTagClassName
{
color: #8BA17C;
}
</style>
background-color css
<style>
a { background-color: #8BA17C; }
a { background-color: rgb(139,161,124); }
div.DivClassName
{
background-color: #8BA17C;
}
.BgClassName
{
background-color: #8BA17C;
}
</style>
border-color css
<style>
span { border-color: #8BA17C; }
span { border-color: rgb(139,161,124); }
td.TdClassName
{
border-color: #8BA17C;
}
.TagClassName
{
border-color: #8BA17C;
}
</style>