Shades of Limerick #85BC3B
Tints of Limerick #85BC3B
RGB
CMYK
RGB Variations
Color information
#85BC3B (or 0x85BC3B) is known color: Limerick. HEX triplet: 85, BC and 3B. RGB value is (133,188,59). Sum of RGB (Red+Green+Blue) = 133+188+59=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC3B is #7A43C4. Grayscale: #9D9D9D. Windows color (decimal): -8012741 or 3914885. OLE color: 3914885.
HSL color Cylindrical-coordinate representation of color #85BC3B: hue angle of 85.58º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85BC3B is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 59 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.26 |
| HSL | 85.58º | 0.52% | 0.48% | - |
| HSV(B) | 85.58º | 0.69% | 0.74% | - |
| XYZ | 28.45 | 41.27 | 10.6 | - |
| YUV | 156.85 | 72.78 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 59 | 0.29 | 0 | 0.69 | 0.26 | 85.58 | 0.52 | 0.48 |
| Hex | 85 | BC | 3B | 1D | 0 | 45 | 1A | 56 | 34 | 30 |
| Octal | 205 | 274 | 73 | 35 | 0 | 105 | 32 | 126 | 64 | 60 |
| Binary | 10000101 | 10111100 | 111011 | 11101 | 0 | 1000101 | 11010 | 1010110 | 110100 | 110000 |
Color Harmonies of #85BC3B
Complementary color
Monochromatic Colors of #85BC3B
Black with #85BC3B
Text Example
Text Example
White with #85BC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC3B; }
p { color: rgb(133,188,59); }
H1.HeaderClassName
{
color: #85BC3B;
}
.AnyTagClassName
{
color: #85BC3B;
}
</style>
background-color css
<style>
a { background-color: #85BC3B; }
a { background-color: rgb(133,188,59); }
div.DivClassName
{
background-color: #85BC3B;
}
.BgClassName
{
background-color: #85BC3B;
}
</style>
border-color css
<style>
span { border-color: #85BC3B; }
span { border-color: rgb(133,188,59); }
td.TdClassName
{
border-color: #85BC3B;
}
.TagClassName
{
border-color: #85BC3B;
}
</style>