Shades of Limerick #87A228
Tints of Limerick #87A228
RGB
CMYK
RGB Variations
Color information
#87A228 (or 0x87A228) is known color: Limerick. HEX triplet: 87, A2 and 28. RGB value is (135,162,40). Sum of RGB (Red+Green+Blue) = 135+162+40=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #87A228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87A228 is #785DD7. Grayscale: #8C8C8C. Windows color (decimal): -7888344 or 2663047. OLE color: 2663047.
HSL color Cylindrical-coordinate representation of color #87A228: hue angle of 73.28º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #87A228 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 162 | 40 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.36 |
| HSL | 73.28º | 0.6% | 0.4% | - |
| HSV(B) | 73.28º | 0.75% | 0.64% | - |
| XYZ | 23.3 | 31.14 | 6.79 | - |
| YUV | 140.02 | 71.55 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 162 | 40 | 0.17 | 0 | 0.75 | 0.36 | 73.28 | 0.6 | 0.4 |
| Hex | 87 | A2 | 28 | 11 | 0 | 4B | 24 | 49 | 3C | 28 |
| Octal | 207 | 242 | 50 | 21 | 0 | 113 | 44 | 111 | 74 | 50 |
| Binary | 10000111 | 10100010 | 101000 | 10001 | 0 | 1001011 | 100100 | 1001001 | 111100 | 101000 |
Color Harmonies of #87A228
Complementary color
Monochromatic Colors of #87A228
Black with #87A228
Text Example
Text Example
White with #87A228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A228; }
p { color: rgb(135,162,40); }
H1.HeaderClassName
{
color: #87A228;
}
.AnyTagClassName
{
color: #87A228;
}
</style>
background-color css
<style>
a { background-color: #87A228; }
a { background-color: rgb(135,162,40); }
div.DivClassName
{
background-color: #87A228;
}
.BgClassName
{
background-color: #87A228;
}
</style>
border-color css
<style>
span { border-color: #87A228; }
span { border-color: rgb(135,162,40); }
td.TdClassName
{
border-color: #87A228;
}
.TagClassName
{
border-color: #87A228;
}
</style>