Shades of Limerick #86B329
Tints of Limerick #86B329
RGB
CMYK
RGB Variations
Color information
#86B329 (or 0x86B329) is known color: Limerick. HEX triplet: 86, B3 and 29. RGB value is (134,179,41). Sum of RGB (Red+Green+Blue) = 134+179+41=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #86B329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B329 is #794CD6. Grayscale: #969696. Windows color (decimal): -7949527 or 2732934. OLE color: 2732934.
HSL color Cylindrical-coordinate representation of color #86B329: hue angle of 79.57º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86B329 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 179 | 41 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.30 |
| HSL | 79.57º | 0.63% | 0.43% | - |
| HSV(B) | 79.57º | 0.77% | 0.7% | - |
| XYZ | 26.35 | 37.47 | 7.94 | - |
| YUV | 149.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 179 | 41 | 0.25 | 0 | 0.77 | 0.30 | 79.57 | 0.63 | 0.43 |
| Hex | 86 | B3 | 29 | 19 | 0 | 4D | 1E | 50 | 3F | 2B |
| Octal | 206 | 263 | 51 | 31 | 0 | 115 | 36 | 120 | 77 | 53 |
| Binary | 10000110 | 10110011 | 101001 | 11001 | 0 | 1001101 | 11110 | 1010000 | 111111 | 101011 |
Color Harmonies of #86B329
Complementary color
Monochromatic Colors of #86B329
Black with #86B329
Text Example
Text Example
White with #86B329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B329; }
p { color: rgb(134,179,41); }
H1.HeaderClassName
{
color: #86B329;
}
.AnyTagClassName
{
color: #86B329;
}
</style>
background-color css
<style>
a { background-color: #86B329; }
a { background-color: rgb(134,179,41); }
div.DivClassName
{
background-color: #86B329;
}
.BgClassName
{
background-color: #86B329;
}
</style>
border-color css
<style>
span { border-color: #86B329; }
span { border-color: rgb(134,179,41); }
td.TdClassName
{
border-color: #86B329;
}
.TagClassName
{
border-color: #86B329;
}
</style>