Shades of Limerick #86B239
Tints of Limerick #86B239
RGB
CMYK
RGB Variations
Color information
#86B239 (or 0x86B239) is known color: Limerick. HEX triplet: 86, B2 and 39. RGB value is (134,178,57). Sum of RGB (Red+Green+Blue) = 134+178+57=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 57 (22.66% from 255 or 15.45% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #86B239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86B239 is #794DC6. Grayscale: #979797. Windows color (decimal): -7949767 or 3781254. OLE color: 3781254.
HSL color Cylindrical-coordinate representation of color #86B239: hue angle of 81.82º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86B239 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 178 | 57 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.30 |
| HSL | 81.82º | 0.51% | 0.46% | - |
| HSV(B) | 81.82º | 0.68% | 0.7% | - |
| XYZ | 26.49 | 37.2 | 9.66 | - |
| YUV | 151.05 | 74.92 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 57 | 0.25 | 0 | 0.68 | 0.30 | 81.82 | 0.51 | 0.46 |
| Hex | 86 | B2 | 39 | 19 | 0 | 44 | 1E | 52 | 33 | 2E |
| Octal | 206 | 262 | 71 | 31 | 0 | 104 | 36 | 122 | 63 | 56 |
| Binary | 10000110 | 10110010 | 111001 | 11001 | 0 | 1000100 | 11110 | 1010010 | 110011 | 101110 |
Color Harmonies of #86B239
Complementary color
Monochromatic Colors of #86B239
Black with #86B239
Text Example
Text Example
White with #86B239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B239; }
p { color: rgb(134,178,57); }
H1.HeaderClassName
{
color: #86B239;
}
.AnyTagClassName
{
color: #86B239;
}
</style>
background-color css
<style>
a { background-color: #86B239; }
a { background-color: rgb(134,178,57); }
div.DivClassName
{
background-color: #86B239;
}
.BgClassName
{
background-color: #86B239;
}
</style>
border-color css
<style>
span { border-color: #86B239; }
span { border-color: rgb(134,178,57); }
td.TdClassName
{
border-color: #86B239;
}
.TagClassName
{
border-color: #86B239;
}
</style>