Shades of Limerick #86BF2B
Tints of Limerick #86BF2B
RGB
CMYK
RGB Variations
Color information
#86BF2B (or 0x86BF2B) is known color: Limerick. HEX triplet: 86, BF and 2B. RGB value is (134,191,43). Sum of RGB (Red+Green+Blue) = 134+191+43=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 191 (75% from 255 or 51.90% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BF2B is #7940D4. Grayscale: #9D9D9D. Windows color (decimal): -7946453 or 2867078. OLE color: 2867078.
HSL color Cylindrical-coordinate representation of color #86BF2B: hue angle of 83.11º 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 #86BF2B is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 191 | 43 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.25 |
| HSL | 83.11º | 0.63% | 0.46% | - |
| HSV(B) | 83.11º | 0.77% | 0.75% | - |
| XYZ | 28.9 | 42.5 | 8.97 | - |
| YUV | 157.09 | 63.62 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 43 | 0.30 | 0 | 0.77 | 0.25 | 83.11 | 0.63 | 0.46 |
| Hex | 86 | BF | 2B | 1E | 0 | 4D | 19 | 53 | 3F | 2E |
| Octal | 206 | 277 | 53 | 36 | 0 | 115 | 31 | 123 | 77 | 56 |
| Binary | 10000110 | 10111111 | 101011 | 11110 | 0 | 1001101 | 11001 | 1010011 | 111111 | 101110 |
Color Harmonies of #86BF2B
Complementary color
Monochromatic Colors of #86BF2B
Black with #86BF2B
Text Example
Text Example
White with #86BF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BF2B; }
p { color: rgb(134,191,43); }
H1.HeaderClassName
{
color: #86BF2B;
}
.AnyTagClassName
{
color: #86BF2B;
}
</style>
background-color css
<style>
a { background-color: #86BF2B; }
a { background-color: rgb(134,191,43); }
div.DivClassName
{
background-color: #86BF2B;
}
.BgClassName
{
background-color: #86BF2B;
}
</style>
border-color css
<style>
span { border-color: #86BF2B; }
span { border-color: rgb(134,191,43); }
td.TdClassName
{
border-color: #86BF2B;
}
.TagClassName
{
border-color: #86BF2B;
}
</style>