Shades of Limerick #86AD1C
Tints of Limerick #86AD1C
RGB
CMYK
RGB Variations
Color information
#86AD1C (or 0x86AD1C) is known color: Limerick. HEX triplet: 86, AD and 1C. RGB value is (134,173,28). Sum of RGB (Red+Green+Blue) = 134+173+28=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AD1C is #7952E3. Grayscale: #919191. Windows color (decimal): -7951076 or 1879430. OLE color: 1879430.
HSL color Cylindrical-coordinate representation of color #86AD1C: hue angle of 76.14º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86AD1C is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 173 | 28 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.32 |
| HSL | 76.14º | 0.72% | 0.39% | - |
| HSV(B) | 76.14º | 0.84% | 0.68% | - |
| XYZ | 24.98 | 35.04 | 6.55 | - |
| YUV | 144.81 | 62.08 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 28 | 0.23 | 0 | 0.84 | 0.32 | 76.14 | 0.72 | 0.39 |
| Hex | 86 | AD | 1C | 17 | 0 | 54 | 20 | 4C | 48 | 27 |
| Octal | 206 | 255 | 34 | 27 | 0 | 124 | 40 | 114 | 110 | 47 |
| Binary | 10000110 | 10101101 | 11100 | 10111 | 0 | 1010100 | 100000 | 1001100 | 1001000 | 100111 |
Color Harmonies of #86AD1C
Complementary color
Monochromatic Colors of #86AD1C
Black with #86AD1C
Text Example
Text Example
White with #86AD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AD1C; }
p { color: rgb(134,173,28); }
H1.HeaderClassName
{
color: #86AD1C;
}
.AnyTagClassName
{
color: #86AD1C;
}
</style>
background-color css
<style>
a { background-color: #86AD1C; }
a { background-color: rgb(134,173,28); }
div.DivClassName
{
background-color: #86AD1C;
}
.BgClassName
{
background-color: #86AD1C;
}
</style>
border-color css
<style>
span { border-color: #86AD1C; }
span { border-color: rgb(134,173,28); }
td.TdClassName
{
border-color: #86AD1C;
}
.TagClassName
{
border-color: #86AD1C;
}
</style>