Shades of Limerick #85B520
Tints of Limerick #85B520
RGB
CMYK
RGB Variations
Color information
#85B520 (or 0x85B520) is known color: Limerick. HEX triplet: 85, B5 and 20. RGB value is (133,181,32). Sum of RGB (Red+Green+Blue) = 133+181+32=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #85B520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B520 is #7A4ADF. Grayscale: #969696. Windows color (decimal): -8014560 or 2143621. OLE color: 2143621.
HSL color Cylindrical-coordinate representation of color #85B520: hue angle of 79.33º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85B520 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 32 | - |
| CMYK | 0.27 | 0 | 0.82 | 0.29 |
| HSL | 79.33º | 0.7% | 0.42% | - |
| HSV(B) | 79.33º | 0.82% | 0.71% | - |
| XYZ | 26.46 | 38.14 | 7.33 | - |
| YUV | 149.66 | 61.6 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 32 | 0.27 | 0 | 0.82 | 0.29 | 79.33 | 0.7 | 0.42 |
| Hex | 85 | B5 | 20 | 1B | 0 | 52 | 1D | 4F | 46 | 2A |
| Octal | 205 | 265 | 40 | 33 | 0 | 122 | 35 | 117 | 106 | 52 |
| Binary | 10000101 | 10110101 | 100000 | 11011 | 0 | 1010010 | 11101 | 1001111 | 1000110 | 101010 |
Color Harmonies of #85B520
Complementary color
Monochromatic Colors of #85B520
Black with #85B520
Text Example
Text Example
White with #85B520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B520; }
p { color: rgb(133,181,32); }
H1.HeaderClassName
{
color: #85B520;
}
.AnyTagClassName
{
color: #85B520;
}
</style>
background-color css
<style>
a { background-color: #85B520; }
a { background-color: rgb(133,181,32); }
div.DivClassName
{
background-color: #85B520;
}
.BgClassName
{
background-color: #85B520;
}
</style>
border-color css
<style>
span { border-color: #85B520; }
span { border-color: rgb(133,181,32); }
td.TdClassName
{
border-color: #85B520;
}
.TagClassName
{
border-color: #85B520;
}
</style>