Shades of Limerick #86A127
Tints of Limerick #86A127
RGB
CMYK
RGB Variations
Color information
#86A127 (or 0x86A127) is known color: Limerick. HEX triplet: 86, A1 and 27. RGB value is (134,161,39). Sum of RGB (Red+Green+Blue) = 134+161+39=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #86A127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A127 is #795ED8. Grayscale: #8B8B8B. Windows color (decimal): -7954137 or 2597254. OLE color: 2597254.
HSL color Cylindrical-coordinate representation of color #86A127: hue angle of 73.28º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86A127 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 161 | 39 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.37 |
| HSL | 73.28º | 0.61% | 0.39% | - |
| HSV(B) | 73.28º | 0.76% | 0.63% | - |
| XYZ | 22.94 | 30.7 | 6.64 | - |
| YUV | 139.02 | 71.55 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 39 | 0.17 | 0 | 0.76 | 0.37 | 73.28 | 0.61 | 0.39 |
| Hex | 86 | A1 | 27 | 11 | 0 | 4C | 25 | 49 | 3D | 27 |
| Octal | 206 | 241 | 47 | 21 | 0 | 114 | 45 | 111 | 75 | 47 |
| Binary | 10000110 | 10100001 | 100111 | 10001 | 0 | 1001100 | 100101 | 1001001 | 111101 | 100111 |
Color Harmonies of #86A127
Complementary color
Monochromatic Colors of #86A127
Black with #86A127
Text Example
Text Example
White with #86A127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A127; }
p { color: rgb(134,161,39); }
H1.HeaderClassName
{
color: #86A127;
}
.AnyTagClassName
{
color: #86A127;
}
</style>
background-color css
<style>
a { background-color: #86A127; }
a { background-color: rgb(134,161,39); }
div.DivClassName
{
background-color: #86A127;
}
.BgClassName
{
background-color: #86A127;
}
</style>
border-color css
<style>
span { border-color: #86A127; }
span { border-color: rgb(134,161,39); }
td.TdClassName
{
border-color: #86A127;
}
.TagClassName
{
border-color: #86A127;
}
</style>