Shades of Limerick #85BC22
Tints of Limerick #85BC22
RGB
CMYK
RGB Variations
Color information
#85BC22 (or 0x85BC22) is known color: Limerick. HEX triplet: 85, BC and 22. RGB value is (133,188,34). Sum of RGB (Red+Green+Blue) = 133+188+34=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC22 is #7A43DD. Grayscale: #9A9A9A. Windows color (decimal): -8012766 or 2276485. OLE color: 2276485.
HSL color Cylindrical-coordinate representation of color #85BC22: hue angle of 81.43º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85BC22 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 34 | - |
| CMYK | 0.29 | 0 | 0.82 | 0.26 |
| HSL | 81.43º | 0.69% | 0.44% | - |
| HSV(B) | 81.43º | 0.82% | 0.74% | - |
| XYZ | 27.94 | 41.07 | 7.97 | - |
| YUV | 154 | 60.28 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 34 | 0.29 | 0 | 0.82 | 0.26 | 81.43 | 0.69 | 0.44 |
| Hex | 85 | BC | 22 | 1D | 0 | 52 | 1A | 51 | 45 | 2C |
| Octal | 205 | 274 | 42 | 35 | 0 | 122 | 32 | 121 | 105 | 54 |
| Binary | 10000101 | 10111100 | 100010 | 11101 | 0 | 1010010 | 11010 | 1010001 | 1000101 | 101100 |
Color Harmonies of #85BC22
Complementary color
Monochromatic Colors of #85BC22
Black with #85BC22
Text Example
Text Example
White with #85BC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC22; }
p { color: rgb(133,188,34); }
H1.HeaderClassName
{
color: #85BC22;
}
.AnyTagClassName
{
color: #85BC22;
}
</style>
background-color css
<style>
a { background-color: #85BC22; }
a { background-color: rgb(133,188,34); }
div.DivClassName
{
background-color: #85BC22;
}
.BgClassName
{
background-color: #85BC22;
}
</style>
border-color css
<style>
span { border-color: #85BC22; }
span { border-color: rgb(133,188,34); }
td.TdClassName
{
border-color: #85BC22;
}
.TagClassName
{
border-color: #85BC22;
}
</style>