Shades of Limerick #87A617
Tints of Limerick #87A617
RGB
CMYK
RGB Variations
Color information
#87A617 (or 0x87A617) is known color: Limerick. HEX triplet: 87, A6 and 17. RGB value is (135,166,23). Sum of RGB (Red+Green+Blue) = 135+166+23=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 166 (65.23% from 255 or 51.23% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 166 - color contains mainly: green. Hex color #87A617 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87A617 is #7859E8. Grayscale: #8C8C8C. Windows color (decimal): -7887337 or 1549959. OLE color: 1549959.
HSL color Cylindrical-coordinate representation of color #87A617: hue angle of 73.01º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #87A617 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 166 | 23 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.35 |
| HSL | 73.01º | 0.76% | 0.37% | - |
| HSV(B) | 73.01º | 0.86% | 0.65% | - |
| XYZ | 23.78 | 32.49 | 5.83 | - |
| YUV | 140.43 | 61.73 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 166 | 23 | 0.19 | 0 | 0.86 | 0.35 | 73.01 | 0.76 | 0.37 |
| Hex | 87 | A6 | 17 | 13 | 0 | 56 | 23 | 49 | 4C | 25 |
| Octal | 207 | 246 | 27 | 23 | 0 | 126 | 43 | 111 | 114 | 45 |
| Binary | 10000111 | 10100110 | 10111 | 10011 | 0 | 1010110 | 100011 | 1001001 | 1001100 | 100101 |
Color Harmonies of #87A617
Complementary color
Monochromatic Colors of #87A617
Black with #87A617
Text Example
Text Example
White with #87A617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A617; }
p { color: rgb(135,166,23); }
H1.HeaderClassName
{
color: #87A617;
}
.AnyTagClassName
{
color: #87A617;
}
</style>
background-color css
<style>
a { background-color: #87A617; }
a { background-color: rgb(135,166,23); }
div.DivClassName
{
background-color: #87A617;
}
.BgClassName
{
background-color: #87A617;
}
</style>
border-color css
<style>
span { border-color: #87A617; }
span { border-color: rgb(135,166,23); }
td.TdClassName
{
border-color: #87A617;
}
.TagClassName
{
border-color: #87A617;
}
</style>