Shades of Limerick #86BC2C
Tints of Limerick #86BC2C
RGB
CMYK
RGB Variations
Color information
#86BC2C (or 0x86BC2C) is known color: Limerick. HEX triplet: 86, BC and 2C. RGB value is (134,188,44). Sum of RGB (Red+Green+Blue) = 134+188+44=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BC2C is #7943D3. Grayscale: #9B9B9B. Windows color (decimal): -7947220 or 2931846. OLE color: 2931846.
HSL color Cylindrical-coordinate representation of color #86BC2C: hue angle of 82.5º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86BC2C is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 44 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.26 |
| HSL | 82.5º | 0.62% | 0.45% | - |
| HSV(B) | 82.5º | 0.77% | 0.74% | - |
| XYZ | 28.27 | 41.22 | 8.85 | - |
| YUV | 155.44 | 65.11 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 44 | 0.29 | 0 | 0.77 | 0.26 | 82.5 | 0.62 | 0.45 |
| Hex | 86 | BC | 2C | 1D | 0 | 4D | 1A | 52 | 3E | 2D |
| Octal | 206 | 274 | 54 | 35 | 0 | 115 | 32 | 122 | 76 | 55 |
| Binary | 10000110 | 10111100 | 101100 | 11101 | 0 | 1001101 | 11010 | 1010010 | 111110 | 101101 |
Color Harmonies of #86BC2C
Complementary color
Monochromatic Colors of #86BC2C
Black with #86BC2C
Text Example
Text Example
White with #86BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BC2C; }
p { color: rgb(134,188,44); }
H1.HeaderClassName
{
color: #86BC2C;
}
.AnyTagClassName
{
color: #86BC2C;
}
</style>
background-color css
<style>
a { background-color: #86BC2C; }
a { background-color: rgb(134,188,44); }
div.DivClassName
{
background-color: #86BC2C;
}
.BgClassName
{
background-color: #86BC2C;
}
</style>
border-color css
<style>
span { border-color: #86BC2C; }
span { border-color: rgb(134,188,44); }
td.TdClassName
{
border-color: #86BC2C;
}
.TagClassName
{
border-color: #86BC2C;
}
</style>