Shades of Limerick #86B736
Tints of Limerick #86B736
RGB
CMYK
RGB Variations
Color information
#86B736 (or 0x86B736) is known color: Limerick. HEX triplet: 86, B7 and 36. RGB value is (134,183,54). Sum of RGB (Red+Green+Blue) = 134+183+54=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #86B736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B736 is #7948C9. Grayscale: #9A9A9A. Windows color (decimal): -7948490 or 3585926. OLE color: 3585926.
HSL color Cylindrical-coordinate representation of color #86B736: hue angle of 82.79º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86B736 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 183 | 54 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.28 |
| HSL | 82.79º | 0.54% | 0.46% | - |
| HSV(B) | 82.79º | 0.7% | 0.72% | - |
| XYZ | 27.43 | 39.2 | 9.61 | - |
| YUV | 153.64 | 71.77 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 54 | 0.27 | 0 | 0.70 | 0.28 | 82.79 | 0.54 | 0.46 |
| Hex | 86 | B7 | 36 | 1B | 0 | 46 | 1C | 53 | 36 | 2E |
| Octal | 206 | 267 | 66 | 33 | 0 | 106 | 34 | 123 | 66 | 56 |
| Binary | 10000110 | 10110111 | 110110 | 11011 | 0 | 1000110 | 11100 | 1010011 | 110110 | 101110 |
Color Harmonies of #86B736
Complementary color
Monochromatic Colors of #86B736
Black with #86B736
Text Example
Text Example
White with #86B736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B736; }
p { color: rgb(134,183,54); }
H1.HeaderClassName
{
color: #86B736;
}
.AnyTagClassName
{
color: #86B736;
}
</style>
background-color css
<style>
a { background-color: #86B736; }
a { background-color: rgb(134,183,54); }
div.DivClassName
{
background-color: #86B736;
}
.BgClassName
{
background-color: #86B736;
}
</style>
border-color css
<style>
span { border-color: #86B736; }
span { border-color: rgb(134,183,54); }
td.TdClassName
{
border-color: #86B736;
}
.TagClassName
{
border-color: #86B736;
}
</style>