Shades of Amulet #8BA27A
Tints of Amulet #8BA27A
RGB
CMYK
RGB Variations
Color information
#8BA27A (or 0x8BA27A) is known color: Amulet. HEX triplet: 8B, A2 and 7A. RGB value is (139,162,122). Sum of RGB (Red+Green+Blue) = 139+162+122=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA27A is #745D85. Grayscale: #969696. Windows color (decimal): -7626118 or 8037003. OLE color: 8037003.
HSL color Cylindrical-coordinate representation of color #8BA27A: hue angle of 94.5º 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 #8BA27A is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 122 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.36 |
| HSL | 94.5º | 0.18% | 0.56% | - |
| HSV(B) | 94.5º | 0.25% | 0.64% | - |
| XYZ | 27.08 | 32.73 | 23.3 | - |
| YUV | 150.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 122 | 0.14 | 0 | 0.25 | 0.36 | 94.5 | 0.18 | 0.56 |
| Hex | 8B | A2 | 7A | E | 0 | 19 | 24 | 5E | 12 | 38 |
| Octal | 213 | 242 | 172 | 16 | 0 | 31 | 44 | 136 | 22 | 70 |
| Binary | 10001011 | 10100010 | 1111010 | 1110 | 0 | 11001 | 100100 | 1011110 | 10010 | 111000 |
Color Harmonies of #8BA27A
Complementary color
Monochromatic Colors of #8BA27A
Black with #8BA27A
Text Example
Text Example
White with #8BA27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA27A; }
p { color: rgb(139,162,122); }
H1.HeaderClassName
{
color: #8BA27A;
}
.AnyTagClassName
{
color: #8BA27A;
}
</style>
background-color css
<style>
a { background-color: #8BA27A; }
a { background-color: rgb(139,162,122); }
div.DivClassName
{
background-color: #8BA27A;
}
.BgClassName
{
background-color: #8BA27A;
}
</style>
border-color css
<style>
span { border-color: #8BA27A; }
span { border-color: rgb(139,162,122); }
td.TdClassName
{
border-color: #8BA27A;
}
.TagClassName
{
border-color: #8BA27A;
}
</style>