Shades of Amulet #8BB27A
Tints of Amulet #8BB27A
RGB
CMYK
RGB Variations
Color information
#8BB27A (or 0x8BB27A) is known color: Amulet. HEX triplet: 8B, B2 and 7A. RGB value is (139,178,122). Sum of RGB (Red+Green+Blue) = 139+178+122=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB27A is #744D85. Grayscale: #A0A0A0. Windows color (decimal): -7622022 or 8041099. OLE color: 8041099.
HSL color Cylindrical-coordinate representation of color #8BB27A: hue angle of 101.79º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BB27A is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 178 | 122 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.30 |
| HSL | 101.79º | 0.27% | 0.59% | - |
| HSV(B) | 101.79º | 0.31% | 0.7% | - |
| XYZ | 30.08 | 38.73 | 24.3 | - |
| YUV | 159.96 | 106.58 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 178 | 122 | 0.22 | 0 | 0.31 | 0.30 | 101.79 | 0.27 | 0.59 |
| Hex | 8B | B2 | 7A | 16 | 0 | 1F | 1E | 66 | 1B | 3B |
| Octal | 213 | 262 | 172 | 26 | 0 | 37 | 36 | 146 | 33 | 73 |
| Binary | 10001011 | 10110010 | 1111010 | 10110 | 0 | 11111 | 11110 | 1100110 | 11011 | 111011 |
Color Harmonies of #8BB27A
Complementary color
Monochromatic Colors of #8BB27A
Black with #8BB27A
Text Example
Text Example
White with #8BB27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB27A; }
p { color: rgb(139,178,122); }
H1.HeaderClassName
{
color: #8BB27A;
}
.AnyTagClassName
{
color: #8BB27A;
}
</style>
background-color css
<style>
a { background-color: #8BB27A; }
a { background-color: rgb(139,178,122); }
div.DivClassName
{
background-color: #8BB27A;
}
.BgClassName
{
background-color: #8BB27A;
}
</style>
border-color css
<style>
span { border-color: #8BB27A; }
span { border-color: rgb(139,178,122); }
td.TdClassName
{
border-color: #8BB27A;
}
.TagClassName
{
border-color: #8BB27A;
}
</style>