Shades of Limerick #86A714
Tints of Limerick #86A714
RGB
CMYK
RGB Variations
Color information
#86A714 (or 0x86A714) is known color: Limerick. HEX triplet: 86, A7 and 14. RGB value is (134,167,20). Sum of RGB (Red+Green+Blue) = 134+167+20=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 167 (65.62% from 255 or 52.02% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 167 - color contains mainly: green. Hex color #86A714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A714 is #7958EB. Grayscale: #8C8C8C. Windows color (decimal): -7952620 or 1353606. OLE color: 1353606.
HSL color Cylindrical-coordinate representation of color #86A714: hue angle of 73.47º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86A714 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 167 | 20 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.35 |
| HSL | 73.47º | 0.79% | 0.37% | - |
| HSV(B) | 73.47º | 0.88% | 0.65% | - |
| XYZ | 23.78 | 32.76 | 5.73 | - |
| YUV | 140.38 | 60.07 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 167 | 20 | 0.20 | 0 | 0.88 | 0.35 | 73.47 | 0.79 | 0.37 |
| Hex | 86 | A7 | 14 | 14 | 0 | 58 | 23 | 49 | 4F | 25 |
| Octal | 206 | 247 | 24 | 24 | 0 | 130 | 43 | 111 | 117 | 45 |
| Binary | 10000110 | 10100111 | 10100 | 10100 | 0 | 1011000 | 100011 | 1001001 | 1001111 | 100101 |
Color Harmonies of #86A714
Complementary color
Monochromatic Colors of #86A714
Black with #86A714
Text Example
Text Example
White with #86A714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A714; }
p { color: rgb(134,167,20); }
H1.HeaderClassName
{
color: #86A714;
}
.AnyTagClassName
{
color: #86A714;
}
</style>
background-color css
<style>
a { background-color: #86A714; }
a { background-color: rgb(134,167,20); }
div.DivClassName
{
background-color: #86A714;
}
.BgClassName
{
background-color: #86A714;
}
</style>
border-color css
<style>
span { border-color: #86A714; }
span { border-color: rgb(134,167,20); }
td.TdClassName
{
border-color: #86A714;
}
.TagClassName
{
border-color: #86A714;
}
</style>