Shades of Limerick #86AB29
Tints of Limerick #86AB29
RGB
CMYK
RGB Variations
Color information
#86AB29 (or 0x86AB29) is known color: Limerick. HEX triplet: 86, AB and 29. RGB value is (134,171,41). Sum of RGB (Red+Green+Blue) = 134+171+41=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AB29 is #7954D6. Grayscale: #919191. Windows color (decimal): -7951575 or 2730886. OLE color: 2730886.
HSL color Cylindrical-coordinate representation of color #86AB29: hue angle of 77.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86AB29 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 171 | 41 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.33 |
| HSL | 77.08º | 0.61% | 0.42% | - |
| HSV(B) | 77.08º | 0.76% | 0.67% | - |
| XYZ | 24.79 | 34.35 | 7.42 | - |
| YUV | 145.12 | 69.24 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 171 | 41 | 0.22 | 0 | 0.76 | 0.33 | 77.08 | 0.61 | 0.42 |
| Hex | 86 | AB | 29 | 16 | 0 | 4C | 21 | 4D | 3D | 2A |
| Octal | 206 | 253 | 51 | 26 | 0 | 114 | 41 | 115 | 75 | 52 |
| Binary | 10000110 | 10101011 | 101001 | 10110 | 0 | 1001100 | 100001 | 1001101 | 111101 | 101010 |
Color Harmonies of #86AB29
Complementary color
Monochromatic Colors of #86AB29
Black with #86AB29
Text Example
Text Example
White with #86AB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AB29; }
p { color: rgb(134,171,41); }
H1.HeaderClassName
{
color: #86AB29;
}
.AnyTagClassName
{
color: #86AB29;
}
</style>
background-color css
<style>
a { background-color: #86AB29; }
a { background-color: rgb(134,171,41); }
div.DivClassName
{
background-color: #86AB29;
}
.BgClassName
{
background-color: #86AB29;
}
</style>
border-color css
<style>
span { border-color: #86AB29; }
span { border-color: rgb(134,171,41); }
td.TdClassName
{
border-color: #86AB29;
}
.TagClassName
{
border-color: #86AB29;
}
</style>