Shades of Amulet #84B576
Tints of Amulet #84B576
RGB
CMYK
RGB Variations
Color information
#84B576 (or 0x84B576) is known color: Amulet. HEX triplet: 84, B5 and 76. RGB value is (132,181,118). Sum of RGB (Red+Green+Blue) = 132+181+118=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #84B576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B576 is #7B4A89. Grayscale: #9F9F9F. Windows color (decimal): -8080010 or 7779716. OLE color: 7779716.
HSL color Cylindrical-coordinate representation of color #84B576: hue angle of 106.67º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84B576 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 181 | 118 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.29 |
| HSL | 106.67º | 0.3% | 0.59% | - |
| HSV(B) | 106.67º | 0.35% | 0.71% | - |
| XYZ | 29.31 | 39.26 | 23.17 | - |
| YUV | 159.17 | 104.77 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 181 | 118 | 0.27 | 0 | 0.35 | 0.29 | 106.67 | 0.3 | 0.59 |
| Hex | 84 | B5 | 76 | 1B | 0 | 23 | 1D | 6B | 1E | 3B |
| Octal | 204 | 265 | 166 | 33 | 0 | 43 | 35 | 153 | 36 | 73 |
| Binary | 10000100 | 10110101 | 1110110 | 11011 | 0 | 100011 | 11101 | 1101011 | 11110 | 111011 |
Color Harmonies of #84B576
Complementary color
Monochromatic Colors of #84B576
Black with #84B576
Text Example
Text Example
White with #84B576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B576; }
p { color: rgb(132,181,118); }
H1.HeaderClassName
{
color: #84B576;
}
.AnyTagClassName
{
color: #84B576;
}
</style>
background-color css
<style>
a { background-color: #84B576; }
a { background-color: rgb(132,181,118); }
div.DivClassName
{
background-color: #84B576;
}
.BgClassName
{
background-color: #84B576;
}
</style>
border-color css
<style>
span { border-color: #84B576; }
span { border-color: rgb(132,181,118); }
td.TdClassName
{
border-color: #84B576;
}
.TagClassName
{
border-color: #84B576;
}
</style>