Shades of Amulet #84A272
Tints of Amulet #84A272
RGB
CMYK
RGB Variations
Color information
#84A272 (or 0x84A272) is known color: Amulet. HEX triplet: 84, A2 and 72. RGB value is (132,162,114). Sum of RGB (Red+Green+Blue) = 132+162+114=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 162 - color contains mainly: green. Hex color #84A272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A272 is #7B5D8D. Grayscale: #939393. Windows color (decimal): -8084878 or 7512708. OLE color: 7512708.
HSL color Cylindrical-coordinate representation of color #84A272: hue angle of 97.5º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84A272 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 114 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.36 |
| HSL | 97.5º | 0.21% | 0.54% | - |
| HSV(B) | 97.5º | 0.3% | 0.64% | - |
| XYZ | 25.47 | 31.96 | 20.75 | - |
| YUV | 147.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 114 | 0.19 | 0 | 0.30 | 0.36 | 97.5 | 0.21 | 0.54 |
| Hex | 84 | A2 | 72 | 13 | 0 | 1E | 24 | 62 | 15 | 36 |
| Octal | 204 | 242 | 162 | 23 | 0 | 36 | 44 | 142 | 25 | 66 |
| Binary | 10000100 | 10100010 | 1110010 | 10011 | 0 | 11110 | 100100 | 1100010 | 10101 | 110110 |
Color Harmonies of #84A272
Complementary color
Monochromatic Colors of #84A272
Black with #84A272
Text Example
Text Example
White with #84A272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A272; }
p { color: rgb(132,162,114); }
H1.HeaderClassName
{
color: #84A272;
}
.AnyTagClassName
{
color: #84A272;
}
</style>
background-color css
<style>
a { background-color: #84A272; }
a { background-color: rgb(132,162,114); }
div.DivClassName
{
background-color: #84A272;
}
.BgClassName
{
background-color: #84A272;
}
</style>
border-color css
<style>
span { border-color: #84A272; }
span { border-color: rgb(132,162,114); }
td.TdClassName
{
border-color: #84A272;
}
.TagClassName
{
border-color: #84A272;
}
</style>