Shades of Limerick #86BF28
Tints of Limerick #86BF28
RGB
CMYK
RGB Variations
Color information
#86BF28 (or 0x86BF28) is known color: Limerick. HEX triplet: 86, BF and 28. RGB value is (134,191,40). Sum of RGB (Red+Green+Blue) = 134+191+40=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BF28 is #7940D7. Grayscale: #9D9D9D. Windows color (decimal): -7946456 or 2670470. OLE color: 2670470.
HSL color Cylindrical-coordinate representation of color #86BF28: hue angle of 82.65º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86BF28 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 191 | 40 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.25 |
| HSL | 82.65º | 0.65% | 0.45% | - |
| HSV(B) | 82.65º | 0.79% | 0.75% | - |
| XYZ | 28.85 | 42.48 | 8.69 | - |
| YUV | 156.74 | 62.12 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 40 | 0.30 | 0 | 0.79 | 0.25 | 82.65 | 0.65 | 0.45 |
| Hex | 86 | BF | 28 | 1E | 0 | 4F | 19 | 53 | 41 | 2D |
| Octal | 206 | 277 | 50 | 36 | 0 | 117 | 31 | 123 | 101 | 55 |
| Binary | 10000110 | 10111111 | 101000 | 11110 | 0 | 1001111 | 11001 | 1010011 | 1000001 | 101101 |
Color Harmonies of #86BF28
Complementary color
Monochromatic Colors of #86BF28
Black with #86BF28
Text Example
Text Example
White with #86BF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BF28; }
p { color: rgb(134,191,40); }
H1.HeaderClassName
{
color: #86BF28;
}
.AnyTagClassName
{
color: #86BF28;
}
</style>
background-color css
<style>
a { background-color: #86BF28; }
a { background-color: rgb(134,191,40); }
div.DivClassName
{
background-color: #86BF28;
}
.BgClassName
{
background-color: #86BF28;
}
</style>
border-color css
<style>
span { border-color: #86BF28; }
span { border-color: rgb(134,191,40); }
td.TdClassName
{
border-color: #86BF28;
}
.TagClassName
{
border-color: #86BF28;
}
</style>