Shades of Amulet #86B479
Tints of Amulet #86B479
RGB
CMYK
RGB Variations
Color information
#86B479 (or 0x86B479) is known color: Amulet. HEX triplet: 86, B4 and 79. RGB value is (134,180,121). Sum of RGB (Red+Green+Blue) = 134+180+121=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #86B479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B479 is #794B86. Grayscale: #9F9F9F. Windows color (decimal): -7949191 or 7976070. OLE color: 7976070.
HSL color Cylindrical-coordinate representation of color #86B479: hue angle of 106.78º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86B479 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 180 | 121 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.29 |
| HSL | 106.78º | 0.28% | 0.59% | - |
| HSV(B) | 106.78º | 0.33% | 0.71% | - |
| XYZ | 29.6 | 39.09 | 24.07 | - |
| YUV | 159.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 180 | 121 | 0.26 | 0 | 0.33 | 0.29 | 106.78 | 0.28 | 0.59 |
| Hex | 86 | B4 | 79 | 1A | 0 | 21 | 1D | 6B | 1C | 3B |
| Octal | 206 | 264 | 171 | 32 | 0 | 41 | 35 | 153 | 34 | 73 |
| Binary | 10000110 | 10110100 | 1111001 | 11010 | 0 | 100001 | 11101 | 1101011 | 11100 | 111011 |
Color Harmonies of #86B479
Complementary color
Monochromatic Colors of #86B479
Black with #86B479
Text Example
Text Example
White with #86B479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B479; }
p { color: rgb(134,180,121); }
H1.HeaderClassName
{
color: #86B479;
}
.AnyTagClassName
{
color: #86B479;
}
</style>
background-color css
<style>
a { background-color: #86B479; }
a { background-color: rgb(134,180,121); }
div.DivClassName
{
background-color: #86B479;
}
.BgClassName
{
background-color: #86B479;
}
</style>
border-color css
<style>
span { border-color: #86B479; }
span { border-color: rgb(134,180,121); }
td.TdClassName
{
border-color: #86B479;
}
.TagClassName
{
border-color: #86B479;
}
</style>