Shades of Limerick #87BD2C
Tints of Limerick #87BD2C
RGB
CMYK
RGB Variations
Color information
#87BD2C (or 0x87BD2C) is known color: Limerick. HEX triplet: 87, BD and 2C. RGB value is (135,189,44). Sum of RGB (Red+Green+Blue) = 135+189+44=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #87BD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87BD2C is #7842D3. Grayscale: #9C9C9C. Windows color (decimal): -7881428 or 2932103. OLE color: 2932103.
HSL color Cylindrical-coordinate representation of color #87BD2C: hue angle of 82.34º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #87BD2C is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 44 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.26 |
| HSL | 82.34º | 0.62% | 0.46% | - |
| HSV(B) | 82.34º | 0.77% | 0.74% | - |
| XYZ | 28.64 | 41.73 | 8.93 | - |
| YUV | 156.32 | 64.61 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 44 | 0.29 | 0 | 0.77 | 0.26 | 82.34 | 0.62 | 0.46 |
| Hex | 87 | BD | 2C | 1D | 0 | 4D | 1A | 52 | 3E | 2E |
| Octal | 207 | 275 | 54 | 35 | 0 | 115 | 32 | 122 | 76 | 56 |
| Binary | 10000111 | 10111101 | 101100 | 11101 | 0 | 1001101 | 11010 | 1010010 | 111110 | 101110 |
Color Harmonies of #87BD2C
Complementary color
Monochromatic Colors of #87BD2C
Black with #87BD2C
Text Example
Text Example
White with #87BD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BD2C; }
p { color: rgb(135,189,44); }
H1.HeaderClassName
{
color: #87BD2C;
}
.AnyTagClassName
{
color: #87BD2C;
}
</style>
background-color css
<style>
a { background-color: #87BD2C; }
a { background-color: rgb(135,189,44); }
div.DivClassName
{
background-color: #87BD2C;
}
.BgClassName
{
background-color: #87BD2C;
}
</style>
border-color css
<style>
span { border-color: #87BD2C; }
span { border-color: rgb(135,189,44); }
td.TdClassName
{
border-color: #87BD2C;
}
.TagClassName
{
border-color: #87BD2C;
}
</style>