Shades of Limerick #86BA38
Tints of Limerick #86BA38
RGB
CMYK
RGB Variations
Color information
#86BA38 (or 0x86BA38) is known color: Limerick. HEX triplet: 86, BA and 38. RGB value is (134,186,56). Sum of RGB (Red+Green+Blue) = 134+186+56=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA38 is #7945C7. Grayscale: #9C9C9C. Windows color (decimal): -7947720 or 3717766. OLE color: 3717766.
HSL color Cylindrical-coordinate representation of color #86BA38: hue angle of 84º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86BA38 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 186 | 56 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.27 |
| HSL | 84º | 0.54% | 0.47% | - |
| HSV(B) | 84º | 0.7% | 0.73% | - |
| XYZ | 28.1 | 40.47 | 10.07 | - |
| YUV | 155.63 | 71.77 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 56 | 0.28 | 0 | 0.70 | 0.27 | 84 | 0.54 | 0.47 |
| Hex | 86 | BA | 38 | 1C | 0 | 46 | 1B | 54 | 36 | 2F |
| Octal | 206 | 272 | 70 | 34 | 0 | 106 | 33 | 124 | 66 | 57 |
| Binary | 10000110 | 10111010 | 111000 | 11100 | 0 | 1000110 | 11011 | 1010100 | 110110 | 101111 |
Color Harmonies of #86BA38
Complementary color
Monochromatic Colors of #86BA38
Black with #86BA38
Text Example
Text Example
White with #86BA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BA38; }
p { color: rgb(134,186,56); }
H1.HeaderClassName
{
color: #86BA38;
}
.AnyTagClassName
{
color: #86BA38;
}
</style>
background-color css
<style>
a { background-color: #86BA38; }
a { background-color: rgb(134,186,56); }
div.DivClassName
{
background-color: #86BA38;
}
.BgClassName
{
background-color: #86BA38;
}
</style>
border-color css
<style>
span { border-color: #86BA38; }
span { border-color: rgb(134,186,56); }
td.TdClassName
{
border-color: #86BA38;
}
.TagClassName
{
border-color: #86BA38;
}
</style>