Shades of Limerick #86A819
Tints of Limerick #86A819
RGB
CMYK
RGB Variations
Color information
#86A819 (or 0x86A819) is known color: Limerick. HEX triplet: 86, A8 and 19. RGB value is (134,168,25). Sum of RGB (Red+Green+Blue) = 134+168+25=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 168 (66.02% from 255 or 51.38% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 168 - color contains mainly: green. Hex color #86A819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A819 is #7957E6. Grayscale: #8E8E8E. Windows color (decimal): -7952359 or 1681542. OLE color: 1681542.
HSL color Cylindrical-coordinate representation of color #86A819: hue angle of 74.27º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86A819 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 168 | 25 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.34 |
| HSL | 74.27º | 0.74% | 0.38% | - |
| HSV(B) | 74.27º | 0.85% | 0.66% | - |
| XYZ | 24.01 | 33.14 | 6.05 | - |
| YUV | 141.53 | 62.24 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 168 | 25 | 0.20 | 0 | 0.85 | 0.34 | 74.27 | 0.74 | 0.38 |
| Hex | 86 | A8 | 19 | 14 | 0 | 55 | 22 | 4A | 4A | 26 |
| Octal | 206 | 250 | 31 | 24 | 0 | 125 | 42 | 112 | 112 | 46 |
| Binary | 10000110 | 10101000 | 11001 | 10100 | 0 | 1010101 | 100010 | 1001010 | 1001010 | 100110 |
Color Harmonies of #86A819
Complementary color
Monochromatic Colors of #86A819
Black with #86A819
Text Example
Text Example
White with #86A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A819; }
p { color: rgb(134,168,25); }
H1.HeaderClassName
{
color: #86A819;
}
.AnyTagClassName
{
color: #86A819;
}
</style>
background-color css
<style>
a { background-color: #86A819; }
a { background-color: rgb(134,168,25); }
div.DivClassName
{
background-color: #86A819;
}
.BgClassName
{
background-color: #86A819;
}
</style>
border-color css
<style>
span { border-color: #86A819; }
span { border-color: rgb(134,168,25); }
td.TdClassName
{
border-color: #86A819;
}
.TagClassName
{
border-color: #86A819;
}
</style>