Shades of Amulet #8BB37D
Tints of Amulet #8BB37D
RGB
CMYK
RGB Variations
Color information
#8BB37D (or 0x8BB37D) is known color: Amulet. HEX triplet: 8B, B3 and 7D. RGB value is (139,179,125). Sum of RGB (Red+Green+Blue) = 139+179+125=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #8BB37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB37D is #744C82. Grayscale: #A1A1A1. Windows color (decimal): -7621763 or 8237963. OLE color: 8237963.
HSL color Cylindrical-coordinate representation of color #8BB37D: hue angle of 104.44º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BB37D is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 179 | 125 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.30 |
| HSL | 104.44º | 0.26% | 0.6% | - |
| HSV(B) | 104.44º | 0.3% | 0.7% | - |
| XYZ | 30.47 | 39.21 | 25.36 | - |
| YUV | 160.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 179 | 125 | 0.22 | 0 | 0.30 | 0.30 | 104.44 | 0.26 | 0.6 |
| Hex | 8B | B3 | 7D | 16 | 0 | 1E | 1E | 68 | 1A | 3C |
| Octal | 213 | 263 | 175 | 26 | 0 | 36 | 36 | 150 | 32 | 74 |
| Binary | 10001011 | 10110011 | 1111101 | 10110 | 0 | 11110 | 11110 | 1101000 | 11010 | 111100 |
Color Harmonies of #8BB37D
Complementary color
Monochromatic Colors of #8BB37D
Black with #8BB37D
Text Example
Text Example
White with #8BB37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB37D; }
p { color: rgb(139,179,125); }
H1.HeaderClassName
{
color: #8BB37D;
}
.AnyTagClassName
{
color: #8BB37D;
}
</style>
background-color css
<style>
a { background-color: #8BB37D; }
a { background-color: rgb(139,179,125); }
div.DivClassName
{
background-color: #8BB37D;
}
.BgClassName
{
background-color: #8BB37D;
}
</style>
border-color css
<style>
span { border-color: #8BB37D; }
span { border-color: rgb(139,179,125); }
td.TdClassName
{
border-color: #8BB37D;
}
.TagClassName
{
border-color: #8BB37D;
}
</style>