Shades of Limerick #86A915
Tints of Limerick #86A915
RGB
CMYK
RGB Variations
Color information
#86A915 (or 0x86A915) is known color: Limerick. HEX triplet: 86, A9 and 15. RGB value is (134,169,21). Sum of RGB (Red+Green+Blue) = 134+169+21=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 169 (66.41% from 255 or 52.16% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 169 - color contains mainly: green. Hex color #86A915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A915 is #7956EA. Grayscale: #8E8E8E. Windows color (decimal): -7952107 or 1419654. OLE color: 1419654.
HSL color Cylindrical-coordinate representation of color #86A915: hue angle of 74.19º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86A915 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 169 | 21 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.34 |
| HSL | 74.19º | 0.78% | 0.37% | - |
| HSV(B) | 74.19º | 0.88% | 0.66% | - |
| XYZ | 24.15 | 33.5 | 5.9 | - |
| YUV | 141.66 | 59.9 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 169 | 21 | 0.21 | 0 | 0.88 | 0.34 | 74.19 | 0.78 | 0.37 |
| Hex | 86 | A9 | 15 | 15 | 0 | 58 | 22 | 4A | 4E | 25 |
| Octal | 206 | 251 | 25 | 25 | 0 | 130 | 42 | 112 | 116 | 45 |
| Binary | 10000110 | 10101001 | 10101 | 10101 | 0 | 1011000 | 100010 | 1001010 | 1001110 | 100101 |
Color Harmonies of #86A915
Complementary color
Monochromatic Colors of #86A915
Black with #86A915
Text Example
Text Example
White with #86A915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A915; }
p { color: rgb(134,169,21); }
H1.HeaderClassName
{
color: #86A915;
}
.AnyTagClassName
{
color: #86A915;
}
</style>
background-color css
<style>
a { background-color: #86A915; }
a { background-color: rgb(134,169,21); }
div.DivClassName
{
background-color: #86A915;
}
.BgClassName
{
background-color: #86A915;
}
</style>
border-color css
<style>
span { border-color: #86A915; }
span { border-color: rgb(134,169,21); }
td.TdClassName
{
border-color: #86A915;
}
.TagClassName
{
border-color: #86A915;
}
</style>