Shades of Limerick #86A71C
Tints of Limerick #86A71C
RGB
CMYK
RGB Variations
Color information
#86A71C (or 0x86A71C) is known color: Limerick. HEX triplet: 86, A7 and 1C. RGB value is (134,167,28). Sum of RGB (Red+Green+Blue) = 134+167+28=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 167 (65.62% from 255 or 50.76% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 167 - color contains mainly: green. Hex color #86A71C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A71C is #7958E3. Grayscale: #8D8D8D. Windows color (decimal): -7952612 or 1877894. OLE color: 1877894.
HSL color Cylindrical-coordinate representation of color #86A71C: hue angle of 74.24º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #86A71C is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 167 | 28 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.35 |
| HSL | 74.24º | 0.71% | 0.38% | - |
| HSV(B) | 74.24º | 0.83% | 0.65% | - |
| XYZ | 23.86 | 32.79 | 6.17 | - |
| YUV | 141.29 | 64.07 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 167 | 28 | 0.20 | 0 | 0.83 | 0.35 | 74.24 | 0.71 | 0.38 |
| Hex | 86 | A7 | 1C | 14 | 0 | 53 | 23 | 4A | 47 | 26 |
| Octal | 206 | 247 | 34 | 24 | 0 | 123 | 43 | 112 | 107 | 46 |
| Binary | 10000110 | 10100111 | 11100 | 10100 | 0 | 1010011 | 100011 | 1001010 | 1000111 | 100110 |
Color Harmonies of #86A71C
Complementary color
Monochromatic Colors of #86A71C
Black with #86A71C
Text Example
Text Example
White with #86A71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A71C; }
p { color: rgb(134,167,28); }
H1.HeaderClassName
{
color: #86A71C;
}
.AnyTagClassName
{
color: #86A71C;
}
</style>
background-color css
<style>
a { background-color: #86A71C; }
a { background-color: rgb(134,167,28); }
div.DivClassName
{
background-color: #86A71C;
}
.BgClassName
{
background-color: #86A71C;
}
</style>
border-color css
<style>
span { border-color: #86A71C; }
span { border-color: rgb(134,167,28); }
td.TdClassName
{
border-color: #86A71C;
}
.TagClassName
{
border-color: #86A71C;
}
</style>