Shades of Limerick #86BD1D
Tints of Limerick #86BD1D
RGB
CMYK
RGB Variations
Color information
#86BD1D (or 0x86BD1D) is known color: Limerick. HEX triplet: 86, BD and 1D. RGB value is (134,189,29). Sum of RGB (Red+Green+Blue) = 134+189+29=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BD1D is #7942E2. Grayscale: #9A9A9A. Windows color (decimal): -7946979 or 1949062. OLE color: 1949062.
HSL color Cylindrical-coordinate representation of color #86BD1D: hue angle of 80.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86BD1D is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 29 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.26 |
| HSL | 80.63º | 0.73% | 0.43% | - |
| HSV(B) | 80.63º | 0.85% | 0.74% | - |
| XYZ | 28.25 | 41.55 | 7.69 | - |
| YUV | 154.32 | 57.28 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 29 | 0.29 | 0 | 0.85 | 0.26 | 80.63 | 0.73 | 0.43 |
| Hex | 86 | BD | 1D | 1D | 0 | 55 | 1A | 51 | 49 | 2B |
| Octal | 206 | 275 | 35 | 35 | 0 | 125 | 32 | 121 | 111 | 53 |
| Binary | 10000110 | 10111101 | 11101 | 11101 | 0 | 1010101 | 11010 | 1010001 | 1001001 | 101011 |
Color Harmonies of #86BD1D
Complementary color
Monochromatic Colors of #86BD1D
Black with #86BD1D
Text Example
Text Example
White with #86BD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BD1D; }
p { color: rgb(134,189,29); }
H1.HeaderClassName
{
color: #86BD1D;
}
.AnyTagClassName
{
color: #86BD1D;
}
</style>
background-color css
<style>
a { background-color: #86BD1D; }
a { background-color: rgb(134,189,29); }
div.DivClassName
{
background-color: #86BD1D;
}
.BgClassName
{
background-color: #86BD1D;
}
</style>
border-color css
<style>
span { border-color: #86BD1D; }
span { border-color: rgb(134,189,29); }
td.TdClassName
{
border-color: #86BD1D;
}
.TagClassName
{
border-color: #86BD1D;
}
</style>