Shades of Limerick #86A02A
Tints of Limerick #86A02A
RGB
CMYK
RGB Variations
Color information
#86A02A (or 0x86A02A) is known color: Limerick. HEX triplet: 86, A0 and 2A. RGB value is (134,160,42). Sum of RGB (Red+Green+Blue) = 134+160+42=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #86A02A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A02A is #795FD5. Grayscale: #8B8B8B. Windows color (decimal): -7954390 or 2793606. OLE color: 2793606.
HSL color Cylindrical-coordinate representation of color #86A02A: hue angle of 73.22º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86A02A is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 160 | 42 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.37 |
| HSL | 73.22º | 0.58% | 0.4% | - |
| HSV(B) | 73.22º | 0.74% | 0.63% | - |
| XYZ | 22.82 | 30.38 | 6.85 | - |
| YUV | 138.77 | 73.39 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 42 | 0.16 | 0 | 0.74 | 0.37 | 73.22 | 0.58 | 0.4 |
| Hex | 86 | A0 | 2A | 10 | 0 | 4A | 25 | 49 | 3A | 28 |
| Octal | 206 | 240 | 52 | 20 | 0 | 112 | 45 | 111 | 72 | 50 |
| Binary | 10000110 | 10100000 | 101010 | 10000 | 0 | 1001010 | 100101 | 1001001 | 111010 | 101000 |
Color Harmonies of #86A02A
Complementary color
Monochromatic Colors of #86A02A
Black with #86A02A
Text Example
Text Example
White with #86A02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A02A; }
p { color: rgb(134,160,42); }
H1.HeaderClassName
{
color: #86A02A;
}
.AnyTagClassName
{
color: #86A02A;
}
</style>
background-color css
<style>
a { background-color: #86A02A; }
a { background-color: rgb(134,160,42); }
div.DivClassName
{
background-color: #86A02A;
}
.BgClassName
{
background-color: #86A02A;
}
</style>
border-color css
<style>
span { border-color: #86A02A; }
span { border-color: rgb(134,160,42); }
td.TdClassName
{
border-color: #86A02A;
}
.TagClassName
{
border-color: #86A02A;
}
</style>