Shades of Limerick #87A625
Tints of Limerick #87A625
RGB
CMYK
RGB Variations
Color information
#87A625 (or 0x87A625) is known color: Limerick. HEX triplet: 87, A6 and 25. RGB value is (135,166,37). Sum of RGB (Red+Green+Blue) = 135+166+37=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 166 - color contains mainly: green. Hex color #87A625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87A625 is #7859DA. Grayscale: #8E8E8E. Windows color (decimal): -7887323 or 2467463. OLE color: 2467463.
HSL color Cylindrical-coordinate representation of color #87A625: hue angle of 74.42º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #87A625 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 166 | 37 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.35 |
| HSL | 74.42º | 0.64% | 0.4% | - |
| HSV(B) | 74.42º | 0.78% | 0.65% | - |
| XYZ | 23.96 | 32.56 | 6.77 | - |
| YUV | 142.03 | 68.73 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 166 | 37 | 0.19 | 0 | 0.78 | 0.35 | 74.42 | 0.64 | 0.4 |
| Hex | 87 | A6 | 25 | 13 | 0 | 4E | 23 | 4A | 40 | 28 |
| Octal | 207 | 246 | 45 | 23 | 0 | 116 | 43 | 112 | 100 | 50 |
| Binary | 10000111 | 10100110 | 100101 | 10011 | 0 | 1001110 | 100011 | 1001010 | 1000000 | 101000 |
Color Harmonies of #87A625
Complementary color
Monochromatic Colors of #87A625
Black with #87A625
Text Example
Text Example
White with #87A625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A625; }
p { color: rgb(135,166,37); }
H1.HeaderClassName
{
color: #87A625;
}
.AnyTagClassName
{
color: #87A625;
}
</style>
background-color css
<style>
a { background-color: #87A625; }
a { background-color: rgb(135,166,37); }
div.DivClassName
{
background-color: #87A625;
}
.BgClassName
{
background-color: #87A625;
}
</style>
border-color css
<style>
span { border-color: #87A625; }
span { border-color: rgb(135,166,37); }
td.TdClassName
{
border-color: #87A625;
}
.TagClassName
{
border-color: #87A625;
}
</style>