Shades of Limerick #86BA25
Tints of Limerick #86BA25
RGB
CMYK
RGB Variations
Color information
#86BA25 (or 0x86BA25) is known color: Limerick. HEX triplet: 86, BA and 25. RGB value is (134,186,37). Sum of RGB (Red+Green+Blue) = 134+186+37=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA25 is #7945DA. Grayscale: #9A9A9A. Windows color (decimal): -7947739 or 2472582. OLE color: 2472582.
HSL color Cylindrical-coordinate representation of color #86BA25: hue angle of 80.94º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86BA25 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 186 | 37 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.27 |
| HSL | 80.94º | 0.67% | 0.44% | - |
| HSV(B) | 80.94º | 0.8% | 0.73% | - |
| XYZ | 27.72 | 40.32 | 8.07 | - |
| YUV | 153.47 | 62.27 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 37 | 0.28 | 0 | 0.80 | 0.27 | 80.94 | 0.67 | 0.44 |
| Hex | 86 | BA | 25 | 1C | 0 | 50 | 1B | 51 | 43 | 2C |
| Octal | 206 | 272 | 45 | 34 | 0 | 120 | 33 | 121 | 103 | 54 |
| Binary | 10000110 | 10111010 | 100101 | 11100 | 0 | 1010000 | 11011 | 1010001 | 1000011 | 101100 |
Color Harmonies of #86BA25
Complementary color
Monochromatic Colors of #86BA25
Black with #86BA25
Text Example
Text Example
White with #86BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BA25; }
p { color: rgb(134,186,37); }
H1.HeaderClassName
{
color: #86BA25;
}
.AnyTagClassName
{
color: #86BA25;
}
</style>
background-color css
<style>
a { background-color: #86BA25; }
a { background-color: rgb(134,186,37); }
div.DivClassName
{
background-color: #86BA25;
}
.BgClassName
{
background-color: #86BA25;
}
</style>
border-color css
<style>
span { border-color: #86BA25; }
span { border-color: rgb(134,186,37); }
td.TdClassName
{
border-color: #86BA25;
}
.TagClassName
{
border-color: #86BA25;
}
</style>