Shades of Limerick #85B939
Tints of Limerick #85B939
RGB
CMYK
RGB Variations
Color information
#85B939 (or 0x85B939) is known color: Limerick. HEX triplet: 85, B9 and 39. RGB value is (133,185,57). Sum of RGB (Red+Green+Blue) = 133+185+57=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #85B939 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B939 is #7A46C6. Grayscale: #9B9B9B. Windows color (decimal): -8013511 or 3783045. OLE color: 3783045.
HSL color Cylindrical-coordinate representation of color #85B939: hue angle of 84.38º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85B939 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 185 | 57 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.27 |
| HSL | 84.38º | 0.53% | 0.47% | - |
| HSV(B) | 84.38º | 0.69% | 0.73% | - |
| XYZ | 27.76 | 39.98 | 10.12 | - |
| YUV | 154.86 | 72.77 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 185 | 57 | 0.28 | 0 | 0.69 | 0.27 | 84.38 | 0.53 | 0.47 |
| Hex | 85 | B9 | 39 | 1C | 0 | 45 | 1B | 54 | 35 | 2F |
| Octal | 205 | 271 | 71 | 34 | 0 | 105 | 33 | 124 | 65 | 57 |
| Binary | 10000101 | 10111001 | 111001 | 11100 | 0 | 1000101 | 11011 | 1010100 | 110101 | 101111 |
Color Harmonies of #85B939
Complementary color
Monochromatic Colors of #85B939
Black with #85B939
Text Example
Text Example
White with #85B939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B939; }
p { color: rgb(133,185,57); }
H1.HeaderClassName
{
color: #85B939;
}
.AnyTagClassName
{
color: #85B939;
}
</style>
background-color css
<style>
a { background-color: #85B939; }
a { background-color: rgb(133,185,57); }
div.DivClassName
{
background-color: #85B939;
}
.BgClassName
{
background-color: #85B939;
}
</style>
border-color css
<style>
span { border-color: #85B939; }
span { border-color: rgb(133,185,57); }
td.TdClassName
{
border-color: #85B939;
}
.TagClassName
{
border-color: #85B939;
}
</style>