Shades of Limerick #86A622
Tints of Limerick #86A622
RGB
CMYK
RGB Variations
Color information
#86A622 (or 0x86A622) is known color: Limerick. HEX triplet: 86, A6 and 22. RGB value is (134,166,34). Sum of RGB (Red+Green+Blue) = 134+166+34=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #86A622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A622 is #7959DD. Grayscale: #8D8D8D. Windows color (decimal): -7952862 or 2270854. OLE color: 2270854.
HSL color Cylindrical-coordinate representation of color #86A622: hue angle of 74.55º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86A622 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 166 | 34 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.35 |
| HSL | 74.55º | 0.66% | 0.39% | - |
| HSV(B) | 74.55º | 0.8% | 0.65% | - |
| XYZ | 23.76 | 32.46 | 6.53 | - |
| YUV | 141.38 | 67.4 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 166 | 34 | 0.19 | 0 | 0.80 | 0.35 | 74.55 | 0.66 | 0.39 |
| Hex | 86 | A6 | 22 | 13 | 0 | 50 | 23 | 4B | 42 | 27 |
| Octal | 206 | 246 | 42 | 23 | 0 | 120 | 43 | 113 | 102 | 47 |
| Binary | 10000110 | 10100110 | 100010 | 10011 | 0 | 1010000 | 100011 | 1001011 | 1000010 | 100111 |
Color Harmonies of #86A622
Complementary color
Monochromatic Colors of #86A622
Black with #86A622
Text Example
Text Example
White with #86A622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A622; }
p { color: rgb(134,166,34); }
H1.HeaderClassName
{
color: #86A622;
}
.AnyTagClassName
{
color: #86A622;
}
</style>
background-color css
<style>
a { background-color: #86A622; }
a { background-color: rgb(134,166,34); }
div.DivClassName
{
background-color: #86A622;
}
.BgClassName
{
background-color: #86A622;
}
</style>
border-color css
<style>
span { border-color: #86A622; }
span { border-color: rgb(134,166,34); }
td.TdClassName
{
border-color: #86A622;
}
.TagClassName
{
border-color: #86A622;
}
</style>