Shades of Limerick #86A32E
Tints of Limerick #86A32E
RGB
CMYK
RGB Variations
Color information
#86A32E (or 0x86A32E) is known color: Limerick. HEX triplet: 86, A3 and 2E. RGB value is (134,163,46). Sum of RGB (Red+Green+Blue) = 134+163+46=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #86A32E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A32E is #795CD1. Grayscale: #8D8D8D. Windows color (decimal): -7953618 or 3056518. OLE color: 3056518.
HSL color Cylindrical-coordinate representation of color #86A32E: hue angle of 74.87º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86A32E is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 163 | 46 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.36 |
| HSL | 74.87º | 0.56% | 0.41% | - |
| HSV(B) | 74.87º | 0.72% | 0.64% | - |
| XYZ | 23.42 | 31.46 | 7.42 | - |
| YUV | 140.99 | 74.39 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 163 | 46 | 0.18 | 0 | 0.72 | 0.36 | 74.87 | 0.56 | 0.41 |
| Hex | 86 | A3 | 2E | 12 | 0 | 48 | 24 | 4B | 38 | 29 |
| Octal | 206 | 243 | 56 | 22 | 0 | 110 | 44 | 113 | 70 | 51 |
| Binary | 10000110 | 10100011 | 101110 | 10010 | 0 | 1001000 | 100100 | 1001011 | 111000 | 101001 |
Color Harmonies of #86A32E
Complementary color
Monochromatic Colors of #86A32E
Black with #86A32E
Text Example
Text Example
White with #86A32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A32E; }
p { color: rgb(134,163,46); }
H1.HeaderClassName
{
color: #86A32E;
}
.AnyTagClassName
{
color: #86A32E;
}
</style>
background-color css
<style>
a { background-color: #86A32E; }
a { background-color: rgb(134,163,46); }
div.DivClassName
{
background-color: #86A32E;
}
.BgClassName
{
background-color: #86A32E;
}
</style>
border-color css
<style>
span { border-color: #86A32E; }
span { border-color: rgb(134,163,46); }
td.TdClassName
{
border-color: #86A32E;
}
.TagClassName
{
border-color: #86A32E;
}
</style>