Shades of Limerick #86B336
Tints of Limerick #86B336
RGB
CMYK
RGB Variations
Color information
#86B336 (or 0x86B336) is known color: Limerick. HEX triplet: 86, B3 and 36. RGB value is (134,179,54). Sum of RGB (Red+Green+Blue) = 134+179+54=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #86B336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B336 is #794CC9. Grayscale: #979797. Windows color (decimal): -7949514 or 3584902. OLE color: 3584902.
HSL color Cylindrical-coordinate representation of color #86B336: hue angle of 81.6º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86B336 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 179 | 54 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.30 |
| HSL | 81.6º | 0.54% | 0.46% | - |
| HSV(B) | 81.6º | 0.7% | 0.7% | - |
| XYZ | 26.62 | 37.57 | 9.34 | - |
| YUV | 151.3 | 73.09 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 179 | 54 | 0.25 | 0 | 0.70 | 0.30 | 81.6 | 0.54 | 0.46 |
| Hex | 86 | B3 | 36 | 19 | 0 | 46 | 1E | 52 | 36 | 2E |
| Octal | 206 | 263 | 66 | 31 | 0 | 106 | 36 | 122 | 66 | 56 |
| Binary | 10000110 | 10110011 | 110110 | 11001 | 0 | 1000110 | 11110 | 1010010 | 110110 | 101110 |
Color Harmonies of #86B336
Complementary color
Monochromatic Colors of #86B336
Black with #86B336
Text Example
Text Example
White with #86B336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B336; }
p { color: rgb(134,179,54); }
H1.HeaderClassName
{
color: #86B336;
}
.AnyTagClassName
{
color: #86B336;
}
</style>
background-color css
<style>
a { background-color: #86B336; }
a { background-color: rgb(134,179,54); }
div.DivClassName
{
background-color: #86B336;
}
.BgClassName
{
background-color: #86B336;
}
</style>
border-color css
<style>
span { border-color: #86B336; }
span { border-color: rgb(134,179,54); }
td.TdClassName
{
border-color: #86B336;
}
.TagClassName
{
border-color: #86B336;
}
</style>