Shades of Limerick #87A630
Tints of Limerick #87A630
RGB
CMYK
RGB Variations
Color information
#87A630 (or 0x87A630) is known color: Limerick. HEX triplet: 87, A6 and 30. RGB value is (135,166,48). Sum of RGB (Red+Green+Blue) = 135+166+48=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 166 (65.23% from 255 or 47.56% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 166 - color contains mainly: green. Hex color #87A630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87A630 is #7859CF. Grayscale: #8F8F8F. Windows color (decimal): -7887312 or 3188359. OLE color: 3188359.
HSL color Cylindrical-coordinate representation of color #87A630: hue angle of 75.76º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #87A630 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 166 | 48 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.35 |
| HSL | 75.76º | 0.55% | 0.42% | - |
| HSV(B) | 75.76º | 0.71% | 0.65% | - |
| XYZ | 24.16 | 32.64 | 7.82 | - |
| YUV | 143.28 | 74.23 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 166 | 48 | 0.19 | 0 | 0.71 | 0.35 | 75.76 | 0.55 | 0.42 |
| Hex | 87 | A6 | 30 | 13 | 0 | 47 | 23 | 4C | 37 | 2A |
| Octal | 207 | 246 | 60 | 23 | 0 | 107 | 43 | 114 | 67 | 52 |
| Binary | 10000111 | 10100110 | 110000 | 10011 | 0 | 1000111 | 100011 | 1001100 | 110111 | 101010 |
Color Harmonies of #87A630
Complementary color
Monochromatic Colors of #87A630
Black with #87A630
Text Example
Text Example
White with #87A630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A630; }
p { color: rgb(135,166,48); }
H1.HeaderClassName
{
color: #87A630;
}
.AnyTagClassName
{
color: #87A630;
}
</style>
background-color css
<style>
a { background-color: #87A630; }
a { background-color: rgb(135,166,48); }
div.DivClassName
{
background-color: #87A630;
}
.BgClassName
{
background-color: #87A630;
}
</style>
border-color css
<style>
span { border-color: #87A630; }
span { border-color: rgb(135,166,48); }
td.TdClassName
{
border-color: #87A630;
}
.TagClassName
{
border-color: #87A630;
}
</style>