Shades of Limerick #87A71B
Tints of Limerick #87A71B
RGB
CMYK
RGB Variations
Color information
#87A71B (or 0x87A71B) is known color: Limerick. HEX triplet: 87, A7 and 1B. RGB value is (135,167,27). Sum of RGB (Red+Green+Blue) = 135+167+27=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 167 (65.62% from 255 or 50.76% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 167 - color contains mainly: green. Hex color #87A71B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87A71B is #7858E4. Grayscale: #8E8E8E. Windows color (decimal): -7887077 or 1812359. OLE color: 1812359.
HSL color Cylindrical-coordinate representation of color #87A71B: hue angle of 73.71º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #87A71B is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 167 | 27 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.35 |
| HSL | 73.71º | 0.72% | 0.38% | - |
| HSV(B) | 73.71º | 0.84% | 0.65% | - |
| XYZ | 24.01 | 32.87 | 6.12 | - |
| YUV | 141.47 | 63.4 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 167 | 27 | 0.19 | 0 | 0.84 | 0.35 | 73.71 | 0.72 | 0.38 |
| Hex | 87 | A7 | 1B | 13 | 0 | 54 | 23 | 4A | 48 | 26 |
| Octal | 207 | 247 | 33 | 23 | 0 | 124 | 43 | 112 | 110 | 46 |
| Binary | 10000111 | 10100111 | 11011 | 10011 | 0 | 1010100 | 100011 | 1001010 | 1001000 | 100110 |
Color Harmonies of #87A71B
Complementary color
Monochromatic Colors of #87A71B
Black with #87A71B
Text Example
Text Example
White with #87A71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A71B; }
p { color: rgb(135,167,27); }
H1.HeaderClassName
{
color: #87A71B;
}
.AnyTagClassName
{
color: #87A71B;
}
</style>
background-color css
<style>
a { background-color: #87A71B; }
a { background-color: rgb(135,167,27); }
div.DivClassName
{
background-color: #87A71B;
}
.BgClassName
{
background-color: #87A71B;
}
</style>
border-color css
<style>
span { border-color: #87A71B; }
span { border-color: rgb(135,167,27); }
td.TdClassName
{
border-color: #87A71B;
}
.TagClassName
{
border-color: #87A71B;
}
</style>