Shades of Amulet #84A380
Tints of Amulet #84A380
RGB
CMYK
RGB Variations
Color information
#84A380 (or 0x84A380) is known color: Amulet. HEX triplet: 84, A3 and 80. RGB value is (132,163,128). Sum of RGB (Red+Green+Blue) = 132+163+128=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 163 - color contains mainly: green. Hex color #84A380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A380 is #7B5C7F. Grayscale: #959595. Windows color (decimal): -8084608 or 8430468. OLE color: 8430468.
HSL color Cylindrical-coordinate representation of color #84A380: hue angle of 113.14º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84A380 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 163 | 128 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.36 |
| HSL | 113.14º | 0.16% | 0.57% | - |
| HSV(B) | 113.14º | 0.21% | 0.64% | - |
| XYZ | 26.51 | 32.66 | 25.33 | - |
| YUV | 149.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 128 | 0.19 | 0 | 0.21 | 0.36 | 113.14 | 0.16 | 0.57 |
| Hex | 84 | A3 | 80 | 13 | 0 | 15 | 24 | 71 | 10 | 39 |
| Octal | 204 | 243 | 200 | 23 | 0 | 25 | 44 | 161 | 20 | 71 |
| Binary | 10000100 | 10100011 | 10000000 | 10011 | 0 | 10101 | 100100 | 1110001 | 10000 | 111001 |
Color Harmonies of #84A380
Complementary color
Monochromatic Colors of #84A380
Black with #84A380
Text Example
Text Example
White with #84A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A380; }
p { color: rgb(132,163,128); }
H1.HeaderClassName
{
color: #84A380;
}
.AnyTagClassName
{
color: #84A380;
}
</style>
background-color css
<style>
a { background-color: #84A380; }
a { background-color: rgb(132,163,128); }
div.DivClassName
{
background-color: #84A380;
}
.BgClassName
{
background-color: #84A380;
}
</style>
border-color css
<style>
span { border-color: #84A380; }
span { border-color: rgb(132,163,128); }
td.TdClassName
{
border-color: #84A380;
}
.TagClassName
{
border-color: #84A380;
}
</style>