Shades of Amulet #84B577
Tints of Amulet #84B577
RGB
CMYK
RGB Variations
Color information
#84B577 (or 0x84B577) is known color: Amulet. HEX triplet: 84, B5 and 77. RGB value is (132,181,119). Sum of RGB (Red+Green+Blue) = 132+181+119=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 181 - color contains mainly: green. Hex color #84B577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84B577 is #7B4A88. Grayscale: #9F9F9F. Windows color (decimal): -8080009 or 7845252. OLE color: 7845252.
HSL color Cylindrical-coordinate representation of color #84B577: hue angle of 107.42º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84B577 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 181 | 119 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.29 |
| HSL | 107.42º | 0.3% | 0.59% | - |
| HSV(B) | 107.42º | 0.34% | 0.71% | - |
| XYZ | 29.37 | 39.29 | 23.49 | - |
| YUV | 159.28 | 105.27 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 181 | 119 | 0.27 | 0 | 0.34 | 0.29 | 107.42 | 0.3 | 0.59 |
| Hex | 84 | B5 | 77 | 1B | 0 | 22 | 1D | 6B | 1E | 3B |
| Octal | 204 | 265 | 167 | 33 | 0 | 42 | 35 | 153 | 36 | 73 |
| Binary | 10000100 | 10110101 | 1110111 | 11011 | 0 | 100010 | 11101 | 1101011 | 11110 | 111011 |
Color Harmonies of #84B577
Complementary color
Monochromatic Colors of #84B577
Black with #84B577
Text Example
Text Example
White with #84B577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B577; }
p { color: rgb(132,181,119); }
H1.HeaderClassName
{
color: #84B577;
}
.AnyTagClassName
{
color: #84B577;
}
</style>
background-color css
<style>
a { background-color: #84B577; }
a { background-color: rgb(132,181,119); }
div.DivClassName
{
background-color: #84B577;
}
.BgClassName
{
background-color: #84B577;
}
</style>
border-color css
<style>
span { border-color: #84B577; }
span { border-color: rgb(132,181,119); }
td.TdClassName
{
border-color: #84B577;
}
.TagClassName
{
border-color: #84B577;
}
</style>