Shades of Limerick #86B539
Tints of Limerick #86B539
RGB
CMYK
RGB Variations
Color information
#86B539 (or 0x86B539) is known color: Limerick. HEX triplet: 86, B5 and 39. RGB value is (134,181,57). Sum of RGB (Red+Green+Blue) = 134+181+57=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #86B539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B539 is #794AC6. Grayscale: #999999. Windows color (decimal): -7948999 or 3782022. OLE color: 3782022.
HSL color Cylindrical-coordinate representation of color #86B539: hue angle of 82.74º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86B539 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 181 | 57 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.29 |
| HSL | 82.74º | 0.52% | 0.47% | - |
| HSV(B) | 82.74º | 0.69% | 0.71% | - |
| XYZ | 27.09 | 38.41 | 9.86 | - |
| YUV | 152.81 | 73.93 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 57 | 0.26 | 0 | 0.69 | 0.29 | 82.74 | 0.52 | 0.47 |
| Hex | 86 | B5 | 39 | 1A | 0 | 45 | 1D | 53 | 34 | 2F |
| Octal | 206 | 265 | 71 | 32 | 0 | 105 | 35 | 123 | 64 | 57 |
| Binary | 10000110 | 10110101 | 111001 | 11010 | 0 | 1000101 | 11101 | 1010011 | 110100 | 101111 |
Color Harmonies of #86B539
Complementary color
Monochromatic Colors of #86B539
Black with #86B539
Text Example
Text Example
White with #86B539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B539; }
p { color: rgb(134,181,57); }
H1.HeaderClassName
{
color: #86B539;
}
.AnyTagClassName
{
color: #86B539;
}
</style>
background-color css
<style>
a { background-color: #86B539; }
a { background-color: rgb(134,181,57); }
div.DivClassName
{
background-color: #86B539;
}
.BgClassName
{
background-color: #86B539;
}
</style>
border-color css
<style>
span { border-color: #86B539; }
span { border-color: rgb(134,181,57); }
td.TdClassName
{
border-color: #86B539;
}
.TagClassName
{
border-color: #86B539;
}
</style>