Shades of Limerick #85BA39
Tints of Limerick #85BA39
RGB
CMYK
RGB Variations
Color information
#85BA39 (or 0x85BA39) is known color: Limerick. HEX triplet: 85, BA and 39. RGB value is (133,186,57). Sum of RGB (Red+Green+Blue) = 133+186+57=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA39 is #7A45C6. Grayscale: #9B9B9B. Windows color (decimal): -8013255 or 3783301. OLE color: 3783301.
HSL color Cylindrical-coordinate representation of color #85BA39: hue angle of 84.65º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85BA39 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 57 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.27 |
| HSL | 84.65º | 0.53% | 0.48% | - |
| HSV(B) | 84.65º | 0.69% | 0.73% | - |
| XYZ | 27.97 | 40.4 | 10.19 | - |
| YUV | 155.45 | 72.44 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 57 | 0.28 | 0 | 0.69 | 0.27 | 84.65 | 0.53 | 0.48 |
| Hex | 85 | BA | 39 | 1C | 0 | 45 | 1B | 55 | 35 | 30 |
| Octal | 205 | 272 | 71 | 34 | 0 | 105 | 33 | 125 | 65 | 60 |
| Binary | 10000101 | 10111010 | 111001 | 11100 | 0 | 1000101 | 11011 | 1010101 | 110101 | 110000 |
Color Harmonies of #85BA39
Complementary color
Monochromatic Colors of #85BA39
Black with #85BA39
Text Example
Text Example
White with #85BA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA39; }
p { color: rgb(133,186,57); }
H1.HeaderClassName
{
color: #85BA39;
}
.AnyTagClassName
{
color: #85BA39;
}
</style>
background-color css
<style>
a { background-color: #85BA39; }
a { background-color: rgb(133,186,57); }
div.DivClassName
{
background-color: #85BA39;
}
.BgClassName
{
background-color: #85BA39;
}
</style>
border-color css
<style>
span { border-color: #85BA39; }
span { border-color: rgb(133,186,57); }
td.TdClassName
{
border-color: #85BA39;
}
.TagClassName
{
border-color: #85BA39;
}
</style>