Shades of Limerick #85B340
Tints of Limerick #85B340
RGB
CMYK
RGB Variations
Color information
#85B340 (or 0x85B340) is known color: Limerick. HEX triplet: 85, B3 and 40. RGB value is (133,179,64). Sum of RGB (Red+Green+Blue) = 133+179+64=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #85B340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B340 is #7A4CBF. Grayscale: #989898. Windows color (decimal): -8015040 or 4240261. OLE color: 4240261.
HSL color Cylindrical-coordinate representation of color #85B340: hue angle of 84º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85B340 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 64 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.30 |
| HSL | 84º | 0.47% | 0.48% | - |
| HSV(B) | 84º | 0.64% | 0.7% | - |
| XYZ | 26.72 | 37.6 | 10.7 | - |
| YUV | 152.14 | 78.26 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 64 | 0.26 | 0 | 0.64 | 0.30 | 84 | 0.47 | 0.48 |
| Hex | 85 | B3 | 40 | 1A | 0 | 40 | 1E | 54 | 2F | 30 |
| Octal | 205 | 263 | 100 | 32 | 0 | 100 | 36 | 124 | 57 | 60 |
| Binary | 10000101 | 10110011 | 1000000 | 11010 | 0 | 1000000 | 11110 | 1010100 | 101111 | 110000 |
Color Harmonies of #85B340
Complementary color
Monochromatic Colors of #85B340
Black with #85B340
Text Example
Text Example
White with #85B340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B340; }
p { color: rgb(133,179,64); }
H1.HeaderClassName
{
color: #85B340;
}
.AnyTagClassName
{
color: #85B340;
}
</style>
background-color css
<style>
a { background-color: #85B340; }
a { background-color: rgb(133,179,64); }
div.DivClassName
{
background-color: #85B340;
}
.BgClassName
{
background-color: #85B340;
}
</style>
border-color css
<style>
span { border-color: #85B340; }
span { border-color: rgb(133,179,64); }
td.TdClassName
{
border-color: #85B340;
}
.TagClassName
{
border-color: #85B340;
}
</style>