Shades of Amulet #84B17C
Tints of Amulet #84B17C
RGB
CMYK
RGB Variations
Color information
#84B17C (or 0x84B17C) is known color: Amulet. HEX triplet: 84, B1 and 7C. RGB value is (132,177,124). Sum of RGB (Red+Green+Blue) = 132+177+124=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 177 - color contains mainly: green. Hex color #84B17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B17C is #7B4E83. Grayscale: #9D9D9D. Windows color (decimal): -8081028 or 8171908. OLE color: 8171908.
HSL color Cylindrical-coordinate representation of color #84B17C: hue angle of 110.94º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84B17C is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 177 | 124 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.31 |
| HSL | 110.94º | 0.25% | 0.59% | - |
| HSV(B) | 110.94º | 0.3% | 0.69% | - |
| XYZ | 28.88 | 37.81 | 24.84 | - |
| YUV | 157.5 | 109.09 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 177 | 124 | 0.25 | 0 | 0.30 | 0.31 | 110.94 | 0.25 | 0.59 |
| Hex | 84 | B1 | 7C | 19 | 0 | 1E | 1F | 6F | 19 | 3B |
| Octal | 204 | 261 | 174 | 31 | 0 | 36 | 37 | 157 | 31 | 73 |
| Binary | 10000100 | 10110001 | 1111100 | 11001 | 0 | 11110 | 11111 | 1101111 | 11001 | 111011 |
Color Harmonies of #84B17C
Complementary color
Monochromatic Colors of #84B17C
Black with #84B17C
Text Example
Text Example
White with #84B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B17C; }
p { color: rgb(132,177,124); }
H1.HeaderClassName
{
color: #84B17C;
}
.AnyTagClassName
{
color: #84B17C;
}
</style>
background-color css
<style>
a { background-color: #84B17C; }
a { background-color: rgb(132,177,124); }
div.DivClassName
{
background-color: #84B17C;
}
.BgClassName
{
background-color: #84B17C;
}
</style>
border-color css
<style>
span { border-color: #84B17C; }
span { border-color: rgb(132,177,124); }
td.TdClassName
{
border-color: #84B17C;
}
.TagClassName
{
border-color: #84B17C;
}
</style>