Shades of Amulet #8BA181
Tints of Amulet #8BA181
RGB
CMYK
RGB Variations
Color information
#8BA181 (or 0x8BA181) is known color: Amulet. HEX triplet: 8B, A1 and 81. RGB value is (139,161,129). Sum of RGB (Red+Green+Blue) = 139+161+129=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA181 is #745E7E. Grayscale: #969696. Windows color (decimal): -7626367 or 8495499. OLE color: 8495499.
HSL color Cylindrical-coordinate representation of color #8BA181: hue angle of 101.25º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8BA181 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 129 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.37 |
| HSL | 101.25º | 0.15% | 0.57% | - |
| HSV(B) | 101.25º | 0.2% | 0.63% | - |
| XYZ | 27.35 | 32.56 | 25.61 | - |
| YUV | 150.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 129 | 0.14 | 0 | 0.20 | 0.37 | 101.25 | 0.15 | 0.57 |
| Hex | 8B | A1 | 81 | E | 0 | 14 | 25 | 65 | F | 39 |
| Octal | 213 | 241 | 201 | 16 | 0 | 24 | 45 | 145 | 17 | 71 |
| Binary | 10001011 | 10100001 | 10000001 | 1110 | 0 | 10100 | 100101 | 1100101 | 1111 | 111001 |
Color Harmonies of #8BA181
Complementary color
Monochromatic Colors of #8BA181
Black with #8BA181
Text Example
Text Example
White with #8BA181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA181; }
p { color: rgb(139,161,129); }
H1.HeaderClassName
{
color: #8BA181;
}
.AnyTagClassName
{
color: #8BA181;
}
</style>
background-color css
<style>
a { background-color: #8BA181; }
a { background-color: rgb(139,161,129); }
div.DivClassName
{
background-color: #8BA181;
}
.BgClassName
{
background-color: #8BA181;
}
</style>
border-color css
<style>
span { border-color: #8BA181; }
span { border-color: rgb(139,161,129); }
td.TdClassName
{
border-color: #8BA181;
}
.TagClassName
{
border-color: #8BA181;
}
</style>