Shades of Amulet #84957B
Tints of Amulet #84957B
RGB
CMYK
RGB Variations
Color information
#84957B (or 0x84957B) is known color: Amulet. HEX triplet: 84, 95 and 7B. RGB value is (132,149,123). Sum of RGB (Red+Green+Blue) = 132+149+123=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #84957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84957B is #7B6A84. Grayscale: #8D8D8D. Windows color (decimal): -8088197 or 8099204. OLE color: 8099204.
HSL color Cylindrical-coordinate representation of color #84957B: hue angle of 99.23º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84957B is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 149 | 123 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.42 |
| HSL | 99.23º | 0.11% | 0.53% | - |
| HSV(B) | 99.23º | 0.17% | 0.58% | - |
| XYZ | 23.84 | 27.83 | 22.85 | - |
| YUV | 140.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 123 | 0.11 | 0 | 0.17 | 0.42 | 99.23 | 0.11 | 0.53 |
| Hex | 84 | 95 | 7B | B | 0 | 11 | 2A | 63 | B | 35 |
| Octal | 204 | 225 | 173 | 13 | 0 | 21 | 52 | 143 | 13 | 65 |
| Binary | 10000100 | 10010101 | 1111011 | 1011 | 0 | 10001 | 101010 | 1100011 | 1011 | 110101 |
Color Harmonies of #84957B
Complementary color
Monochromatic Colors of #84957B
Black with #84957B
Text Example
Text Example
White with #84957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84957B; }
p { color: rgb(132,149,123); }
H1.HeaderClassName
{
color: #84957B;
}
.AnyTagClassName
{
color: #84957B;
}
</style>
background-color css
<style>
a { background-color: #84957B; }
a { background-color: rgb(132,149,123); }
div.DivClassName
{
background-color: #84957B;
}
.BgClassName
{
background-color: #84957B;
}
</style>
border-color css
<style>
span { border-color: #84957B; }
span { border-color: rgb(132,149,123); }
td.TdClassName
{
border-color: #84957B;
}
.TagClassName
{
border-color: #84957B;
}
</style>