Shades of Amulet #8BA97B
Tints of Amulet #8BA97B
RGB
CMYK
RGB Variations
Color information
#8BA97B (or 0x8BA97B) is known color: Amulet. HEX triplet: 8B, A9 and 7B. RGB value is (139,169,123). Sum of RGB (Red+Green+Blue) = 139+169+123=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA97B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA97B is #745684. Grayscale: #9A9A9A. Windows color (decimal): -7624325 or 8104331. OLE color: 8104331.
HSL color Cylindrical-coordinate representation of color #8BA97B: hue angle of 99.13º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BA97B is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 169 | 123 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.34 |
| HSL | 99.13º | 0.21% | 0.57% | - |
| HSV(B) | 99.13º | 0.27% | 0.66% | - |
| XYZ | 28.41 | 35.29 | 24.05 | - |
| YUV | 154.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 123 | 0.18 | 0 | 0.27 | 0.34 | 99.13 | 0.21 | 0.57 |
| Hex | 8B | A9 | 7B | 12 | 0 | 1B | 22 | 63 | 15 | 39 |
| Octal | 213 | 251 | 173 | 22 | 0 | 33 | 42 | 143 | 25 | 71 |
| Binary | 10001011 | 10101001 | 1111011 | 10010 | 0 | 11011 | 100010 | 1100011 | 10101 | 111001 |
Color Harmonies of #8BA97B
Complementary color
Monochromatic Colors of #8BA97B
Black with #8BA97B
Text Example
Text Example
White with #8BA97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA97B; }
p { color: rgb(139,169,123); }
H1.HeaderClassName
{
color: #8BA97B;
}
.AnyTagClassName
{
color: #8BA97B;
}
</style>
background-color css
<style>
a { background-color: #8BA97B; }
a { background-color: rgb(139,169,123); }
div.DivClassName
{
background-color: #8BA97B;
}
.BgClassName
{
background-color: #8BA97B;
}
</style>
border-color css
<style>
span { border-color: #8BA97B; }
span { border-color: rgb(139,169,123); }
td.TdClassName
{
border-color: #8BA97B;
}
.TagClassName
{
border-color: #8BA97B;
}
</style>