Shades of Limerick #86A81E
Tints of Limerick #86A81E
RGB
CMYK
RGB Variations
Color information
#86A81E (or 0x86A81E) is known color: Limerick. HEX triplet: 86, A8 and 1E. RGB value is (134,168,30). Sum of RGB (Red+Green+Blue) = 134+168+30=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 168 (66.02% from 255 or 50.60% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 168 - color contains mainly: green. Hex color #86A81E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A81E is #7957E1. Grayscale: #8E8E8E. Windows color (decimal): -7952354 or 2009222. OLE color: 2009222.
HSL color Cylindrical-coordinate representation of color #86A81E: hue angle of 74.78º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #86A81E is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 168 | 30 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.34 |
| HSL | 74.78º | 0.7% | 0.39% | - |
| HSV(B) | 74.78º | 0.82% | 0.66% | - |
| XYZ | 24.07 | 33.17 | 6.36 | - |
| YUV | 142.1 | 64.74 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 168 | 30 | 0.20 | 0 | 0.82 | 0.34 | 74.78 | 0.7 | 0.39 |
| Hex | 86 | A8 | 1E | 14 | 0 | 52 | 22 | 4B | 46 | 27 |
| Octal | 206 | 250 | 36 | 24 | 0 | 122 | 42 | 113 | 106 | 47 |
| Binary | 10000110 | 10101000 | 11110 | 10100 | 0 | 1010010 | 100010 | 1001011 | 1000110 | 100111 |
Color Harmonies of #86A81E
Complementary color
Monochromatic Colors of #86A81E
Black with #86A81E
Text Example
Text Example
White with #86A81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A81E; }
p { color: rgb(134,168,30); }
H1.HeaderClassName
{
color: #86A81E;
}
.AnyTagClassName
{
color: #86A81E;
}
</style>
background-color css
<style>
a { background-color: #86A81E; }
a { background-color: rgb(134,168,30); }
div.DivClassName
{
background-color: #86A81E;
}
.BgClassName
{
background-color: #86A81E;
}
</style>
border-color css
<style>
span { border-color: #86A81E; }
span { border-color: rgb(134,168,30); }
td.TdClassName
{
border-color: #86A81E;
}
.TagClassName
{
border-color: #86A81E;
}
</style>