Shades of Limerick #86A51B
Tints of Limerick #86A51B
RGB
CMYK
RGB Variations
Color information
#86A51B (or 0x86A51B) is known color: Limerick. HEX triplet: 86, A5 and 1B. RGB value is (134,165,27). Sum of RGB (Red+Green+Blue) = 134+165+27=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #86A51B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A51B is #795AE4. Grayscale: #8C8C8C. Windows color (decimal): -7953125 or 1811846. OLE color: 1811846.
HSL color Cylindrical-coordinate representation of color #86A51B: hue angle of 73.48º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86A51B is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 165 | 27 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.35 |
| HSL | 73.48º | 0.72% | 0.38% | - |
| HSV(B) | 73.48º | 0.84% | 0.65% | - |
| XYZ | 23.48 | 32.06 | 5.99 | - |
| YUV | 140 | 64.23 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 165 | 27 | 0.19 | 0 | 0.84 | 0.35 | 73.48 | 0.72 | 0.38 |
| Hex | 86 | A5 | 1B | 13 | 0 | 54 | 23 | 49 | 48 | 26 |
| Octal | 206 | 245 | 33 | 23 | 0 | 124 | 43 | 111 | 110 | 46 |
| Binary | 10000110 | 10100101 | 11011 | 10011 | 0 | 1010100 | 100011 | 1001001 | 1001000 | 100110 |
Color Harmonies of #86A51B
Complementary color
Monochromatic Colors of #86A51B
Black with #86A51B
Text Example
Text Example
White with #86A51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A51B; }
p { color: rgb(134,165,27); }
H1.HeaderClassName
{
color: #86A51B;
}
.AnyTagClassName
{
color: #86A51B;
}
</style>
background-color css
<style>
a { background-color: #86A51B; }
a { background-color: rgb(134,165,27); }
div.DivClassName
{
background-color: #86A51B;
}
.BgClassName
{
background-color: #86A51B;
}
</style>
border-color css
<style>
span { border-color: #86A51B; }
span { border-color: rgb(134,165,27); }
td.TdClassName
{
border-color: #86A51B;
}
.TagClassName
{
border-color: #86A51B;
}
</style>