Shades of Limerick #86BB29
Tints of Limerick #86BB29
RGB
CMYK
RGB Variations
Color information
#86BB29 (or 0x86BB29) is known color: Limerick. HEX triplet: 86, BB and 29. RGB value is (134,187,41). Sum of RGB (Red+Green+Blue) = 134+187+41=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 187 (73.44% from 255 or 51.66% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BB29 is #7944D6. Grayscale: #9B9B9B. Windows color (decimal): -7947479 or 2734982. OLE color: 2734982.
HSL color Cylindrical-coordinate representation of color #86BB29: hue angle of 81.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86BB29 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 187 | 41 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.27 |
| HSL | 81.78º | 0.64% | 0.45% | - |
| HSV(B) | 81.78º | 0.78% | 0.73% | - |
| XYZ | 28 | 40.77 | 8.49 | - |
| YUV | 154.51 | 63.94 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 41 | 0.28 | 0 | 0.78 | 0.27 | 81.78 | 0.64 | 0.45 |
| Hex | 86 | BB | 29 | 1C | 0 | 4E | 1B | 52 | 40 | 2D |
| Octal | 206 | 273 | 51 | 34 | 0 | 116 | 33 | 122 | 100 | 55 |
| Binary | 10000110 | 10111011 | 101001 | 11100 | 0 | 1001110 | 11011 | 1010010 | 1000000 | 101101 |
Color Harmonies of #86BB29
Complementary color
Monochromatic Colors of #86BB29
Black with #86BB29
Text Example
Text Example
White with #86BB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BB29; }
p { color: rgb(134,187,41); }
H1.HeaderClassName
{
color: #86BB29;
}
.AnyTagClassName
{
color: #86BB29;
}
</style>
background-color css
<style>
a { background-color: #86BB29; }
a { background-color: rgb(134,187,41); }
div.DivClassName
{
background-color: #86BB29;
}
.BgClassName
{
background-color: #86BB29;
}
</style>
border-color css
<style>
span { border-color: #86BB29; }
span { border-color: rgb(134,187,41); }
td.TdClassName
{
border-color: #86BB29;
}
.TagClassName
{
border-color: #86BB29;
}
</style>