Shades of Limerick #87B732
Tints of Limerick #87B732
RGB
CMYK
RGB Variations
Color information
#87B732 (or 0x87B732) is known color: Limerick. HEX triplet: 87, B7 and 32. RGB value is (135,183,50). Sum of RGB (Red+Green+Blue) = 135+183+50=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #87B732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87B732 is #7848CD. Grayscale: #999999. Windows color (decimal): -7882958 or 3323783. OLE color: 3323783.
HSL color Cylindrical-coordinate representation of color #87B732: hue angle of 81.65º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #87B732 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 183 | 50 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.28 |
| HSL | 81.65º | 0.57% | 0.46% | - |
| HSV(B) | 81.65º | 0.73% | 0.72% | - |
| XYZ | 27.5 | 39.25 | 9.14 | - |
| YUV | 153.49 | 69.6 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 183 | 50 | 0.26 | 0 | 0.73 | 0.28 | 81.65 | 0.57 | 0.46 |
| Hex | 87 | B7 | 32 | 1A | 0 | 49 | 1C | 52 | 39 | 2E |
| Octal | 207 | 267 | 62 | 32 | 0 | 111 | 34 | 122 | 71 | 56 |
| Binary | 10000111 | 10110111 | 110010 | 11010 | 0 | 1001001 | 11100 | 1010010 | 111001 | 101110 |
Color Harmonies of #87B732
Complementary color
Monochromatic Colors of #87B732
Black with #87B732
Text Example
Text Example
White with #87B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B732; }
p { color: rgb(135,183,50); }
H1.HeaderClassName
{
color: #87B732;
}
.AnyTagClassName
{
color: #87B732;
}
</style>
background-color css
<style>
a { background-color: #87B732; }
a { background-color: rgb(135,183,50); }
div.DivClassName
{
background-color: #87B732;
}
.BgClassName
{
background-color: #87B732;
}
</style>
border-color css
<style>
span { border-color: #87B732; }
span { border-color: rgb(135,183,50); }
td.TdClassName
{
border-color: #87B732;
}
.TagClassName
{
border-color: #87B732;
}
</style>