Shades of Limerick #86A31D
Tints of Limerick #86A31D
RGB
CMYK
RGB Variations
Color information
#86A31D (or 0x86A31D) is known color: Limerick. HEX triplet: 86, A3 and 1D. RGB value is (134,163,29). Sum of RGB (Red+Green+Blue) = 134+163+29=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #86A31D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A31D is #795CE2. Grayscale: #8B8B8B. Windows color (decimal): -7953635 or 1942406. OLE color: 1942406.
HSL color Cylindrical-coordinate representation of color #86A31D: hue angle of 72.99º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #86A31D is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 163 | 29 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.36 |
| HSL | 72.99º | 0.7% | 0.38% | - |
| HSV(B) | 72.99º | 0.82% | 0.64% | - |
| XYZ | 23.15 | 31.35 | 5.99 | - |
| YUV | 139.05 | 65.89 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 163 | 29 | 0.18 | 0 | 0.82 | 0.36 | 72.99 | 0.7 | 0.38 |
| Hex | 86 | A3 | 1D | 12 | 0 | 52 | 24 | 49 | 46 | 26 |
| Octal | 206 | 243 | 35 | 22 | 0 | 122 | 44 | 111 | 106 | 46 |
| Binary | 10000110 | 10100011 | 11101 | 10010 | 0 | 1010010 | 100100 | 1001001 | 1000110 | 100110 |
Color Harmonies of #86A31D
Complementary color
Monochromatic Colors of #86A31D
Black with #86A31D
Text Example
Text Example
White with #86A31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A31D; }
p { color: rgb(134,163,29); }
H1.HeaderClassName
{
color: #86A31D;
}
.AnyTagClassName
{
color: #86A31D;
}
</style>
background-color css
<style>
a { background-color: #86A31D; }
a { background-color: rgb(134,163,29); }
div.DivClassName
{
background-color: #86A31D;
}
.BgClassName
{
background-color: #86A31D;
}
</style>
border-color css
<style>
span { border-color: #86A31D; }
span { border-color: rgb(134,163,29); }
td.TdClassName
{
border-color: #86A31D;
}
.TagClassName
{
border-color: #86A31D;
}
</style>