Shades of Limerick #87B33C
Tints of Limerick #87B33C
RGB
CMYK
RGB Variations
Color information
#87B33C (or 0x87B33C) is known color: Limerick. HEX triplet: 87, B3 and 3C. RGB value is (135,179,60). Sum of RGB (Red+Green+Blue) = 135+179+60=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #87B33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87B33C is #784CC3. Grayscale: #989898. Windows color (decimal): -7883972 or 3978119. OLE color: 3978119.
HSL color Cylindrical-coordinate representation of color #87B33C: hue angle of 82.18º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #87B33C is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 179 | 60 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.30 |
| HSL | 82.18º | 0.5% | 0.47% | - |
| HSV(B) | 82.18º | 0.66% | 0.7% | - |
| XYZ | 26.93 | 37.72 | 10.14 | - |
| YUV | 152.28 | 75.92 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 179 | 60 | 0.25 | 0 | 0.66 | 0.30 | 82.18 | 0.5 | 0.47 |
| Hex | 87 | B3 | 3C | 19 | 0 | 42 | 1E | 52 | 32 | 2F |
| Octal | 207 | 263 | 74 | 31 | 0 | 102 | 36 | 122 | 62 | 57 |
| Binary | 10000111 | 10110011 | 111100 | 11001 | 0 | 1000010 | 11110 | 1010010 | 110010 | 101111 |
Color Harmonies of #87B33C
Complementary color
Monochromatic Colors of #87B33C
Black with #87B33C
Text Example
Text Example
White with #87B33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B33C; }
p { color: rgb(135,179,60); }
H1.HeaderClassName
{
color: #87B33C;
}
.AnyTagClassName
{
color: #87B33C;
}
</style>
background-color css
<style>
a { background-color: #87B33C; }
a { background-color: rgb(135,179,60); }
div.DivClassName
{
background-color: #87B33C;
}
.BgClassName
{
background-color: #87B33C;
}
</style>
border-color css
<style>
span { border-color: #87B33C; }
span { border-color: rgb(135,179,60); }
td.TdClassName
{
border-color: #87B33C;
}
.TagClassName
{
border-color: #87B33C;
}
</style>