Shades of Amulet #84B176
Tints of Amulet #84B176
RGB
CMYK
RGB Variations
Color information
#84B176 (or 0x84B176) is known color: Amulet. HEX triplet: 84, B1 and 76. RGB value is (132,177,118). Sum of RGB (Red+Green+Blue) = 132+177+118=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 177 - color contains mainly: green. Hex color #84B176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B176 is #7B4E89. Grayscale: #9D9D9D. Windows color (decimal): -8081034 or 7778692. OLE color: 7778692.
HSL color Cylindrical-coordinate representation of color #84B176: hue angle of 105.76º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84B176 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 177 | 118 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.31 |
| HSL | 105.76º | 0.27% | 0.58% | - |
| HSV(B) | 105.76º | 0.33% | 0.69% | - |
| XYZ | 28.51 | 37.66 | 22.91 | - |
| YUV | 156.82 | 106.09 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 177 | 118 | 0.25 | 0 | 0.33 | 0.31 | 105.76 | 0.27 | 0.58 |
| Hex | 84 | B1 | 76 | 19 | 0 | 21 | 1F | 6A | 1B | 3A |
| Octal | 204 | 261 | 166 | 31 | 0 | 41 | 37 | 152 | 33 | 72 |
| Binary | 10000100 | 10110001 | 1110110 | 11001 | 0 | 100001 | 11111 | 1101010 | 11011 | 111010 |
Color Harmonies of #84B176
Complementary color
Monochromatic Colors of #84B176
Black with #84B176
Text Example
Text Example
White with #84B176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B176; }
p { color: rgb(132,177,118); }
H1.HeaderClassName
{
color: #84B176;
}
.AnyTagClassName
{
color: #84B176;
}
</style>
background-color css
<style>
a { background-color: #84B176; }
a { background-color: rgb(132,177,118); }
div.DivClassName
{
background-color: #84B176;
}
.BgClassName
{
background-color: #84B176;
}
</style>
border-color css
<style>
span { border-color: #84B176; }
span { border-color: rgb(132,177,118); }
td.TdClassName
{
border-color: #84B176;
}
.TagClassName
{
border-color: #84B176;
}
</style>