Shades of Amulet #86AB80
Tints of Amulet #86AB80
RGB
CMYK
RGB Variations
Color information
#86AB80 (or 0x86AB80) is known color: Amulet. HEX triplet: 86, AB and 80. RGB value is (134,171,128). Sum of RGB (Red+Green+Blue) = 134+171+128=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AB80 is #79547F. Grayscale: #9B9B9B. Windows color (decimal): -7951488 or 8432518. OLE color: 8432518.
HSL color Cylindrical-coordinate representation of color #86AB80: hue angle of 111.63º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86AB80 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 171 | 128 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.33 |
| HSL | 111.63º | 0.2% | 0.59% | - |
| HSV(B) | 111.63º | 0.25% | 0.67% | - |
| XYZ | 28.29 | 35.75 | 25.83 | - |
| YUV | 155.04 | 112.74 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 171 | 128 | 0.22 | 0 | 0.25 | 0.33 | 111.63 | 0.2 | 0.59 |
| Hex | 86 | AB | 80 | 16 | 0 | 19 | 21 | 70 | 14 | 3B |
| Octal | 206 | 253 | 200 | 26 | 0 | 31 | 41 | 160 | 24 | 73 |
| Binary | 10000110 | 10101011 | 10000000 | 10110 | 0 | 11001 | 100001 | 1110000 | 10100 | 111011 |
Color Harmonies of #86AB80
Complementary color
Monochromatic Colors of #86AB80
Black with #86AB80
Text Example
Text Example
White with #86AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AB80; }
p { color: rgb(134,171,128); }
H1.HeaderClassName
{
color: #86AB80;
}
.AnyTagClassName
{
color: #86AB80;
}
</style>
background-color css
<style>
a { background-color: #86AB80; }
a { background-color: rgb(134,171,128); }
div.DivClassName
{
background-color: #86AB80;
}
.BgClassName
{
background-color: #86AB80;
}
</style>
border-color css
<style>
span { border-color: #86AB80; }
span { border-color: rgb(134,171,128); }
td.TdClassName
{
border-color: #86AB80;
}
.TagClassName
{
border-color: #86AB80;
}
</style>