Shades of Amulet #86B176
Tints of Amulet #86B176
RGB
CMYK
RGB Variations
Color information
#86B176 (or 0x86B176) is known color: Amulet. HEX triplet: 86, B1 and 76. RGB value is (134,177,118). Sum of RGB (Red+Green+Blue) = 134+177+118=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #86B176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B176 is #794E89. Grayscale: #9D9D9D. Windows color (decimal): -7949962 or 7778694. OLE color: 7778694.
HSL color Cylindrical-coordinate representation of color #86B176: hue angle of 103.73º 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 #86B176 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 177 | 118 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.31 |
| HSL | 103.73º | 0.27% | 0.58% | - |
| HSV(B) | 103.73º | 0.33% | 0.69% | - |
| XYZ | 28.82 | 37.82 | 22.92 | - |
| YUV | 157.42 | 105.75 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 177 | 118 | 0.24 | 0 | 0.33 | 0.31 | 103.73 | 0.27 | 0.58 |
| Hex | 86 | B1 | 76 | 18 | 0 | 21 | 1F | 68 | 1B | 3A |
| Octal | 206 | 261 | 166 | 30 | 0 | 41 | 37 | 150 | 33 | 72 |
| Binary | 10000110 | 10110001 | 1110110 | 11000 | 0 | 100001 | 11111 | 1101000 | 11011 | 111010 |
Color Harmonies of #86B176
Complementary color
Monochromatic Colors of #86B176
Black with #86B176
Text Example
Text Example
White with #86B176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B176; }
p { color: rgb(134,177,118); }
H1.HeaderClassName
{
color: #86B176;
}
.AnyTagClassName
{
color: #86B176;
}
</style>
background-color css
<style>
a { background-color: #86B176; }
a { background-color: rgb(134,177,118); }
div.DivClassName
{
background-color: #86B176;
}
.BgClassName
{
background-color: #86B176;
}
</style>
border-color css
<style>
span { border-color: #86B176; }
span { border-color: rgb(134,177,118); }
td.TdClassName
{
border-color: #86B176;
}
.TagClassName
{
border-color: #86B176;
}
</style>