Shades of Limerick #86B42D
Tints of Limerick #86B42D
RGB
CMYK
RGB Variations
Color information
#86B42D (or 0x86B42D) is known color: Limerick. HEX triplet: 86, B4 and 2D. RGB value is (134,180,45). Sum of RGB (Red+Green+Blue) = 134+180+45=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 180 (70.70% from 255 or 50.14% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 180 - color contains mainly: green. Hex color #86B42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B42D is #794BD2. Grayscale: #979797. Windows color (decimal): -7949267 or 2995334. OLE color: 2995334.
HSL color Cylindrical-coordinate representation of color #86B42D: hue angle of 80.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86B42D is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 180 | 45 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.29 |
| HSL | 80.44º | 0.6% | 0.44% | - |
| HSV(B) | 80.44º | 0.75% | 0.71% | - |
| XYZ | 26.63 | 37.9 | 8.39 | - |
| YUV | 150.86 | 68.26 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 180 | 45 | 0.26 | 0 | 0.75 | 0.29 | 80.44 | 0.6 | 0.44 |
| Hex | 86 | B4 | 2D | 1A | 0 | 4B | 1D | 50 | 3C | 2C |
| Octal | 206 | 264 | 55 | 32 | 0 | 113 | 35 | 120 | 74 | 54 |
| Binary | 10000110 | 10110100 | 101101 | 11010 | 0 | 1001011 | 11101 | 1010000 | 111100 | 101100 |
Color Harmonies of #86B42D
Complementary color
Monochromatic Colors of #86B42D
Black with #86B42D
Text Example
Text Example
White with #86B42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B42D; }
p { color: rgb(134,180,45); }
H1.HeaderClassName
{
color: #86B42D;
}
.AnyTagClassName
{
color: #86B42D;
}
</style>
background-color css
<style>
a { background-color: #86B42D; }
a { background-color: rgb(134,180,45); }
div.DivClassName
{
background-color: #86B42D;
}
.BgClassName
{
background-color: #86B42D;
}
</style>
border-color css
<style>
span { border-color: #86B42D; }
span { border-color: rgb(134,180,45); }
td.TdClassName
{
border-color: #86B42D;
}
.TagClassName
{
border-color: #86B42D;
}
</style>