Shades of Limerick #87A815
Tints of Limerick #87A815
RGB
CMYK
RGB Variations
Color information
#87A815 (or 0x87A815) is known color: Limerick. HEX triplet: 87, A8 and 15. RGB value is (135,168,21). Sum of RGB (Red+Green+Blue) = 135+168+21=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 168 (66.02% from 255 or 51.85% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 168 - color contains mainly: green. Hex color #87A815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87A815 is #7857EA. Grayscale: #8D8D8D. Windows color (decimal): -7886827 or 1419399. OLE color: 1419399.
HSL color Cylindrical-coordinate representation of color #87A815: hue angle of 73.47º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #87A815 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 135 | 168 | 21 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.34 |
| HSL | 73.47º | 0.78% | 0.37% | - |
| HSV(B) | 73.47º | 0.88% | 0.66% | - |
| XYZ | 24.13 | 33.21 | 5.85 | - |
| YUV | 141.38 | 60.07 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 168 | 21 | 0.20 | 0 | 0.88 | 0.34 | 73.47 | 0.78 | 0.37 |
| Hex | 87 | A8 | 15 | 14 | 0 | 58 | 22 | 49 | 4E | 25 |
| Octal | 207 | 250 | 25 | 24 | 0 | 130 | 42 | 111 | 116 | 45 |
| Binary | 10000111 | 10101000 | 10101 | 10100 | 0 | 1011000 | 100010 | 1001001 | 1001110 | 100101 |
Color Harmonies of #87A815
Complementary color
Monochromatic Colors of #87A815
Black with #87A815
Text Example
Text Example
White with #87A815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A815; }
p { color: rgb(135,168,21); }
H1.HeaderClassName
{
color: #87A815;
}
.AnyTagClassName
{
color: #87A815;
}
</style>
background-color css
<style>
a { background-color: #87A815; }
a { background-color: rgb(135,168,21); }
div.DivClassName
{
background-color: #87A815;
}
.BgClassName
{
background-color: #87A815;
}
</style>
border-color css
<style>
span { border-color: #87A815; }
span { border-color: rgb(135,168,21); }
td.TdClassName
{
border-color: #87A815;
}
.TagClassName
{
border-color: #87A815;
}
</style>