Shades of Limerick #86BC31
Tints of Limerick #86BC31
RGB
CMYK
RGB Variations
Color information
#86BC31 (or 0x86BC31) is known color: Limerick. HEX triplet: 86, BC and 31. RGB value is (134,188,49). Sum of RGB (Red+Green+Blue) = 134+188+49=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BC31 is #7943CE. Grayscale: #9C9C9C. Windows color (decimal): -7947215 or 3259526. OLE color: 3259526.
HSL color Cylindrical-coordinate representation of color #86BC31: hue angle of 83.31º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86BC31 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 49 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.26 |
| HSL | 83.31º | 0.59% | 0.46% | - |
| HSV(B) | 83.31º | 0.74% | 0.74% | - |
| XYZ | 28.37 | 41.26 | 9.37 | - |
| YUV | 156.01 | 67.61 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 49 | 0.29 | 0 | 0.74 | 0.26 | 83.31 | 0.59 | 0.46 |
| Hex | 86 | BC | 31 | 1D | 0 | 4A | 1A | 53 | 3B | 2E |
| Octal | 206 | 274 | 61 | 35 | 0 | 112 | 32 | 123 | 73 | 56 |
| Binary | 10000110 | 10111100 | 110001 | 11101 | 0 | 1001010 | 11010 | 1010011 | 111011 | 101110 |
Color Harmonies of #86BC31
Complementary color
Monochromatic Colors of #86BC31
Black with #86BC31
Text Example
Text Example
White with #86BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BC31; }
p { color: rgb(134,188,49); }
H1.HeaderClassName
{
color: #86BC31;
}
.AnyTagClassName
{
color: #86BC31;
}
</style>
background-color css
<style>
a { background-color: #86BC31; }
a { background-color: rgb(134,188,49); }
div.DivClassName
{
background-color: #86BC31;
}
.BgClassName
{
background-color: #86BC31;
}
</style>
border-color css
<style>
span { border-color: #86BC31; }
span { border-color: rgb(134,188,49); }
td.TdClassName
{
border-color: #86BC31;
}
.TagClassName
{
border-color: #86BC31;
}
</style>