Shades of Amulet #8BA37B
Tints of Amulet #8BA37B
RGB
CMYK
RGB Variations
Color information
#8BA37B (or 0x8BA37B) is known color: Amulet. HEX triplet: 8B, A3 and 7B. RGB value is (139,163,123). Sum of RGB (Red+Green+Blue) = 139+163+123=425 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.71% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA37B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA37B is #745C84. Grayscale: #979797. Windows color (decimal): -7625861 or 8102795. OLE color: 8102795.
HSL color Cylindrical-coordinate representation of color #8BA37B: hue angle of 96º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8BA37B is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 123 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.36 |
| HSL | 96º | 0.18% | 0.56% | - |
| HSV(B) | 96º | 0.25% | 0.64% | - |
| XYZ | 27.32 | 33.11 | 23.69 | - |
| YUV | 151.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 123 | 0.15 | 0 | 0.25 | 0.36 | 96 | 0.18 | 0.56 |
| Hex | 8B | A3 | 7B | F | 0 | 19 | 24 | 60 | 12 | 38 |
| Octal | 213 | 243 | 173 | 17 | 0 | 31 | 44 | 140 | 22 | 70 |
| Binary | 10001011 | 10100011 | 1111011 | 1111 | 0 | 11001 | 100100 | 1100000 | 10010 | 111000 |
Color Harmonies of #8BA37B
Complementary color
Monochromatic Colors of #8BA37B
Black with #8BA37B
Text Example
Text Example
White with #8BA37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA37B; }
p { color: rgb(139,163,123); }
H1.HeaderClassName
{
color: #8BA37B;
}
.AnyTagClassName
{
color: #8BA37B;
}
</style>
background-color css
<style>
a { background-color: #8BA37B; }
a { background-color: rgb(139,163,123); }
div.DivClassName
{
background-color: #8BA37B;
}
.BgClassName
{
background-color: #8BA37B;
}
</style>
border-color css
<style>
span { border-color: #8BA37B; }
span { border-color: rgb(139,163,123); }
td.TdClassName
{
border-color: #8BA37B;
}
.TagClassName
{
border-color: #8BA37B;
}
</style>