Shades of Limerick #86B136
Tints of Limerick #86B136
RGB
CMYK
RGB Variations
Color information
#86B136 (or 0x86B136) is known color: Limerick. HEX triplet: 86, B1 and 36. RGB value is (134,177,54). Sum of RGB (Red+Green+Blue) = 134+177+54=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #86B136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86B136 is #794EC9. Grayscale: #969696. Windows color (decimal): -7950026 or 3584390. OLE color: 3584390.
HSL color Cylindrical-coordinate representation of color #86B136: hue angle of 80.98º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86B136 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 177 | 54 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.31 |
| HSL | 80.98º | 0.53% | 0.45% | - |
| HSV(B) | 80.98º | 0.69% | 0.69% | - |
| XYZ | 26.22 | 36.78 | 9.21 | - |
| YUV | 150.12 | 73.75 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 177 | 54 | 0.24 | 0 | 0.69 | 0.31 | 80.98 | 0.53 | 0.45 |
| Hex | 86 | B1 | 36 | 18 | 0 | 45 | 1F | 51 | 35 | 2D |
| Octal | 206 | 261 | 66 | 30 | 0 | 105 | 37 | 121 | 65 | 55 |
| Binary | 10000110 | 10110001 | 110110 | 11000 | 0 | 1000101 | 11111 | 1010001 | 110101 | 101101 |
Color Harmonies of #86B136
Complementary color
Monochromatic Colors of #86B136
Black with #86B136
Text Example
Text Example
White with #86B136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B136; }
p { color: rgb(134,177,54); }
H1.HeaderClassName
{
color: #86B136;
}
.AnyTagClassName
{
color: #86B136;
}
</style>
background-color css
<style>
a { background-color: #86B136; }
a { background-color: rgb(134,177,54); }
div.DivClassName
{
background-color: #86B136;
}
.BgClassName
{
background-color: #86B136;
}
</style>
border-color css
<style>
span { border-color: #86B136; }
span { border-color: rgb(134,177,54); }
td.TdClassName
{
border-color: #86B136;
}
.TagClassName
{
border-color: #86B136;
}
</style>