Shades of Amulet #8BA37E
Tints of Amulet #8BA37E
RGB
CMYK
RGB Variations
Color information
#8BA37E (or 0x8BA37E) is known color: Amulet. HEX triplet: 8B, A3 and 7E. RGB value is (139,163,126). Sum of RGB (Red+Green+Blue) = 139+163+126=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA37E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA37E is #745C81. Grayscale: #979797. Windows color (decimal): -7625858 or 8299403. OLE color: 8299403.
HSL color Cylindrical-coordinate representation of color #8BA37E: hue angle of 98.92º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8BA37E is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 126 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.36 |
| HSL | 98.92º | 0.17% | 0.57% | - |
| HSV(B) | 98.92º | 0.23% | 0.64% | - |
| XYZ | 27.51 | 33.19 | 24.69 | - |
| YUV | 151.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 126 | 0.15 | 0 | 0.23 | 0.36 | 98.92 | 0.17 | 0.57 |
| Hex | 8B | A3 | 7E | F | 0 | 17 | 24 | 63 | 11 | 39 |
| Octal | 213 | 243 | 176 | 17 | 0 | 27 | 44 | 143 | 21 | 71 |
| Binary | 10001011 | 10100011 | 1111110 | 1111 | 0 | 10111 | 100100 | 1100011 | 10001 | 111001 |
Color Harmonies of #8BA37E
Complementary color
Monochromatic Colors of #8BA37E
Black with #8BA37E
Text Example
Text Example
White with #8BA37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA37E; }
p { color: rgb(139,163,126); }
H1.HeaderClassName
{
color: #8BA37E;
}
.AnyTagClassName
{
color: #8BA37E;
}
</style>
background-color css
<style>
a { background-color: #8BA37E; }
a { background-color: rgb(139,163,126); }
div.DivClassName
{
background-color: #8BA37E;
}
.BgClassName
{
background-color: #8BA37E;
}
</style>
border-color css
<style>
span { border-color: #8BA37E; }
span { border-color: rgb(139,163,126); }
td.TdClassName
{
border-color: #8BA37E;
}
.TagClassName
{
border-color: #8BA37E;
}
</style>