Shades of Amulet #84B170
Tints of Amulet #84B170
RGB
CMYK
RGB Variations
Color information
#84B170 (or 0x84B170) is known color: Amulet. HEX triplet: 84, B1 and 70. RGB value is (132,177,112). Sum of RGB (Red+Green+Blue) = 132+177+112=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 177 - color contains mainly: green. Hex color #84B170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B170 is #7B4E8F. Grayscale: #9C9C9C. Windows color (decimal): -8081040 or 7385476. OLE color: 7385476.
HSL color Cylindrical-coordinate representation of color #84B170: hue angle of 101.54º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84B170 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 177 | 112 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.31 |
| HSL | 101.54º | 0.29% | 0.57% | - |
| HSV(B) | 101.54º | 0.37% | 0.69% | - |
| XYZ | 28.16 | 37.52 | 21.09 | - |
| YUV | 156.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 177 | 112 | 0.25 | 0 | 0.37 | 0.31 | 101.54 | 0.29 | 0.57 |
| Hex | 84 | B1 | 70 | 19 | 0 | 25 | 1F | 66 | 1D | 39 |
| Octal | 204 | 261 | 160 | 31 | 0 | 45 | 37 | 146 | 35 | 71 |
| Binary | 10000100 | 10110001 | 1110000 | 11001 | 0 | 100101 | 11111 | 1100110 | 11101 | 111001 |
Color Harmonies of #84B170
Complementary color
Monochromatic Colors of #84B170
Black with #84B170
Text Example
Text Example
White with #84B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B170; }
p { color: rgb(132,177,112); }
H1.HeaderClassName
{
color: #84B170;
}
.AnyTagClassName
{
color: #84B170;
}
</style>
background-color css
<style>
a { background-color: #84B170; }
a { background-color: rgb(132,177,112); }
div.DivClassName
{
background-color: #84B170;
}
.BgClassName
{
background-color: #84B170;
}
</style>
border-color css
<style>
span { border-color: #84B170; }
span { border-color: rgb(132,177,112); }
td.TdClassName
{
border-color: #84B170;
}
.TagClassName
{
border-color: #84B170;
}
</style>