Shades of Limerick #85B839
Tints of Limerick #85B839
RGB
CMYK
RGB Variations
Color information
#85B839 (or 0x85B839) is known color: Limerick. HEX triplet: 85, B8 and 39. RGB value is (133,184,57). Sum of RGB (Red+Green+Blue) = 133+184+57=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #85B839 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B839 is #7A47C6. Grayscale: #9A9A9A. Windows color (decimal): -8013767 or 3782789. OLE color: 3782789.
HSL color Cylindrical-coordinate representation of color #85B839: hue angle of 84.09º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85B839 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 57 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.28 |
| HSL | 84.09º | 0.53% | 0.47% | - |
| HSV(B) | 84.09º | 0.69% | 0.72% | - |
| XYZ | 27.55 | 39.56 | 10.06 | - |
| YUV | 154.27 | 73.1 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 57 | 0.28 | 0 | 0.69 | 0.28 | 84.09 | 0.53 | 0.47 |
| Hex | 85 | B8 | 39 | 1C | 0 | 45 | 1C | 54 | 35 | 2F |
| Octal | 205 | 270 | 71 | 34 | 0 | 105 | 34 | 124 | 65 | 57 |
| Binary | 10000101 | 10111000 | 111001 | 11100 | 0 | 1000101 | 11100 | 1010100 | 110101 | 101111 |
Color Harmonies of #85B839
Complementary color
Monochromatic Colors of #85B839
Black with #85B839
Text Example
Text Example
White with #85B839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B839; }
p { color: rgb(133,184,57); }
H1.HeaderClassName
{
color: #85B839;
}
.AnyTagClassName
{
color: #85B839;
}
</style>
background-color css
<style>
a { background-color: #85B839; }
a { background-color: rgb(133,184,57); }
div.DivClassName
{
background-color: #85B839;
}
.BgClassName
{
background-color: #85B839;
}
</style>
border-color css
<style>
span { border-color: #85B839; }
span { border-color: rgb(133,184,57); }
td.TdClassName
{
border-color: #85B839;
}
.TagClassName
{
border-color: #85B839;
}
</style>