Shades of Amulet #84B179
Tints of Amulet #84B179
RGB
CMYK
RGB Variations
Color information
#84B179 (or 0x84B179) is known color: Amulet. HEX triplet: 84, B1 and 79. RGB value is (132,177,121). Sum of RGB (Red+Green+Blue) = 132+177+121=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 177 - color contains mainly: green. Hex color #84B179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B179 is #7B4E86. Grayscale: #9D9D9D. Windows color (decimal): -8081031 or 7975300. OLE color: 7975300.
HSL color Cylindrical-coordinate representation of color #84B179: hue angle of 108.21º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84B179 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 177 | 121 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.31 |
| HSL | 108.21º | 0.26% | 0.58% | - |
| HSV(B) | 108.21º | 0.32% | 0.69% | - |
| XYZ | 28.69 | 37.73 | 23.86 | - |
| YUV | 157.16 | 107.59 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 177 | 121 | 0.25 | 0 | 0.32 | 0.31 | 108.21 | 0.26 | 0.58 |
| Hex | 84 | B1 | 79 | 19 | 0 | 20 | 1F | 6C | 1A | 3A |
| Octal | 204 | 261 | 171 | 31 | 0 | 40 | 37 | 154 | 32 | 72 |
| Binary | 10000100 | 10110001 | 1111001 | 11001 | 0 | 100000 | 11111 | 1101100 | 11010 | 111010 |
Color Harmonies of #84B179
Complementary color
Monochromatic Colors of #84B179
Black with #84B179
Text Example
Text Example
White with #84B179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B179; }
p { color: rgb(132,177,121); }
H1.HeaderClassName
{
color: #84B179;
}
.AnyTagClassName
{
color: #84B179;
}
</style>
background-color css
<style>
a { background-color: #84B179; }
a { background-color: rgb(132,177,121); }
div.DivClassName
{
background-color: #84B179;
}
.BgClassName
{
background-color: #84B179;
}
</style>
border-color css
<style>
span { border-color: #84B179; }
span { border-color: rgb(132,177,121); }
td.TdClassName
{
border-color: #84B179;
}
.TagClassName
{
border-color: #84B179;
}
</style>