Shades of Limerick #86B62C
Tints of Limerick #86B62C
RGB
CMYK
RGB Variations
Color information
#86B62C (or 0x86B62C) is known color: Limerick. HEX triplet: 86, B6 and 2C. RGB value is (134,182,44). Sum of RGB (Red+Green+Blue) = 134+182+44=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #86B62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B62C is #7949D3. Grayscale: #989898. Windows color (decimal): -7948756 or 2930310. OLE color: 2930310.
HSL color Cylindrical-coordinate representation of color #86B62C: hue angle of 80.87º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86B62C is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 182 | 44 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.29 |
| HSL | 80.87º | 0.61% | 0.44% | - |
| HSV(B) | 80.87º | 0.76% | 0.71% | - |
| XYZ | 27.01 | 38.71 | 8.43 | - |
| YUV | 151.92 | 67.1 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 182 | 44 | 0.26 | 0 | 0.76 | 0.29 | 80.87 | 0.61 | 0.44 |
| Hex | 86 | B6 | 2C | 1A | 0 | 4C | 1D | 51 | 3D | 2C |
| Octal | 206 | 266 | 54 | 32 | 0 | 114 | 35 | 121 | 75 | 54 |
| Binary | 10000110 | 10110110 | 101100 | 11010 | 0 | 1001100 | 11101 | 1010001 | 111101 | 101100 |
Color Harmonies of #86B62C
Complementary color
Monochromatic Colors of #86B62C
Black with #86B62C
Text Example
Text Example
White with #86B62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B62C; }
p { color: rgb(134,182,44); }
H1.HeaderClassName
{
color: #86B62C;
}
.AnyTagClassName
{
color: #86B62C;
}
</style>
background-color css
<style>
a { background-color: #86B62C; }
a { background-color: rgb(134,182,44); }
div.DivClassName
{
background-color: #86B62C;
}
.BgClassName
{
background-color: #86B62C;
}
</style>
border-color css
<style>
span { border-color: #86B62C; }
span { border-color: rgb(134,182,44); }
td.TdClassName
{
border-color: #86B62C;
}
.TagClassName
{
border-color: #86B62C;
}
</style>