Shades of Limerick #86BF2C
Tints of Limerick #86BF2C
RGB
CMYK
RGB Variations
Color information
#86BF2C (or 0x86BF2C) is known color: Limerick. HEX triplet: 86, BF and 2C. RGB value is (134,191,44). Sum of RGB (Red+Green+Blue) = 134+191+44=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BF2C is #7940D3. Grayscale: #9D9D9D. Windows color (decimal): -7946452 or 2932614. OLE color: 2932614.
HSL color Cylindrical-coordinate representation of color #86BF2C: hue angle of 83.27º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86BF2C is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 191 | 44 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.25 |
| HSL | 83.27º | 0.63% | 0.46% | - |
| HSV(B) | 83.27º | 0.77% | 0.75% | - |
| XYZ | 28.92 | 42.51 | 9.06 | - |
| YUV | 157.2 | 64.12 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 44 | 0.30 | 0 | 0.77 | 0.25 | 83.27 | 0.63 | 0.46 |
| Hex | 86 | BF | 2C | 1E | 0 | 4D | 19 | 53 | 3F | 2E |
| Octal | 206 | 277 | 54 | 36 | 0 | 115 | 31 | 123 | 77 | 56 |
| Binary | 10000110 | 10111111 | 101100 | 11110 | 0 | 1001101 | 11001 | 1010011 | 111111 | 101110 |
Color Harmonies of #86BF2C
Complementary color
Monochromatic Colors of #86BF2C
Black with #86BF2C
Text Example
Text Example
White with #86BF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BF2C; }
p { color: rgb(134,191,44); }
H1.HeaderClassName
{
color: #86BF2C;
}
.AnyTagClassName
{
color: #86BF2C;
}
</style>
background-color css
<style>
a { background-color: #86BF2C; }
a { background-color: rgb(134,191,44); }
div.DivClassName
{
background-color: #86BF2C;
}
.BgClassName
{
background-color: #86BF2C;
}
</style>
border-color css
<style>
span { border-color: #86BF2C; }
span { border-color: rgb(134,191,44); }
td.TdClassName
{
border-color: #86BF2C;
}
.TagClassName
{
border-color: #86BF2C;
}
</style>