Shades of Limerick #86BA3C
Tints of Limerick #86BA3C
RGB
CMYK
RGB Variations
Color information
#86BA3C (or 0x86BA3C) is known color: Limerick. HEX triplet: 86, BA and 3C. RGB value is (134,186,60). Sum of RGB (Red+Green+Blue) = 134+186+60=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA3C is #7945C3. Grayscale: #9C9C9C. Windows color (decimal): -7947716 or 3979910. OLE color: 3979910.
HSL color Cylindrical-coordinate representation of color #86BA3C: hue angle of 84.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86BA3C is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 186 | 60 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.27 |
| HSL | 84.76º | 0.51% | 0.48% | - |
| HSV(B) | 84.76º | 0.68% | 0.73% | - |
| XYZ | 28.21 | 40.51 | 10.61 | - |
| YUV | 156.09 | 73.77 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 60 | 0.28 | 0 | 0.68 | 0.27 | 84.76 | 0.51 | 0.48 |
| Hex | 86 | BA | 3C | 1C | 0 | 44 | 1B | 55 | 33 | 30 |
| Octal | 206 | 272 | 74 | 34 | 0 | 104 | 33 | 125 | 63 | 60 |
| Binary | 10000110 | 10111010 | 111100 | 11100 | 0 | 1000100 | 11011 | 1010101 | 110011 | 110000 |
Color Harmonies of #86BA3C
Complementary color
Monochromatic Colors of #86BA3C
Black with #86BA3C
Text Example
Text Example
White with #86BA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BA3C; }
p { color: rgb(134,186,60); }
H1.HeaderClassName
{
color: #86BA3C;
}
.AnyTagClassName
{
color: #86BA3C;
}
</style>
background-color css
<style>
a { background-color: #86BA3C; }
a { background-color: rgb(134,186,60); }
div.DivClassName
{
background-color: #86BA3C;
}
.BgClassName
{
background-color: #86BA3C;
}
</style>
border-color css
<style>
span { border-color: #86BA3C; }
span { border-color: rgb(134,186,60); }
td.TdClassName
{
border-color: #86BA3C;
}
.TagClassName
{
border-color: #86BA3C;
}
</style>