Shades of Limerick #86A227
Tints of Limerick #86A227
RGB
CMYK
RGB Variations
Color information
#86A227 (or 0x86A227) is known color: Limerick. HEX triplet: 86, A2 and 27. RGB value is (134,162,39). Sum of RGB (Red+Green+Blue) = 134+162+39=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #86A227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A227 is #795DD8. Grayscale: #8C8C8C. Windows color (decimal): -7953881 or 2597510. OLE color: 2597510.
HSL color Cylindrical-coordinate representation of color #86A227: hue angle of 73.66º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86A227 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 162 | 39 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.36 |
| HSL | 73.66º | 0.61% | 0.39% | - |
| HSV(B) | 73.66º | 0.76% | 0.64% | - |
| XYZ | 23.12 | 31.06 | 6.7 | - |
| YUV | 139.61 | 71.22 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 162 | 39 | 0.17 | 0 | 0.76 | 0.36 | 73.66 | 0.61 | 0.39 |
| Hex | 86 | A2 | 27 | 11 | 0 | 4C | 24 | 4A | 3D | 27 |
| Octal | 206 | 242 | 47 | 21 | 0 | 114 | 44 | 112 | 75 | 47 |
| Binary | 10000110 | 10100010 | 100111 | 10001 | 0 | 1001100 | 100100 | 1001010 | 111101 | 100111 |
Color Harmonies of #86A227
Complementary color
Monochromatic Colors of #86A227
Black with #86A227
Text Example
Text Example
White with #86A227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A227; }
p { color: rgb(134,162,39); }
H1.HeaderClassName
{
color: #86A227;
}
.AnyTagClassName
{
color: #86A227;
}
</style>
background-color css
<style>
a { background-color: #86A227; }
a { background-color: rgb(134,162,39); }
div.DivClassName
{
background-color: #86A227;
}
.BgClassName
{
background-color: #86A227;
}
</style>
border-color css
<style>
span { border-color: #86A227; }
span { border-color: rgb(134,162,39); }
td.TdClassName
{
border-color: #86A227;
}
.TagClassName
{
border-color: #86A227;
}
</style>