Shades of Limerick #85BA21
Tints of Limerick #85BA21
RGB
CMYK
RGB Variations
Color information
#85BA21 (or 0x85BA21) is known color: Limerick. HEX triplet: 85, BA and 21. RGB value is (133,186,33). Sum of RGB (Red+Green+Blue) = 133+186+33=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA21 is #7A45DE. Grayscale: #999999. Windows color (decimal): -8013279 or 2210437. OLE color: 2210437.
HSL color Cylindrical-coordinate representation of color #85BA21: hue angle of 80.78º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85BA21 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 33 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.27 |
| HSL | 80.78º | 0.7% | 0.43% | - |
| HSV(B) | 80.78º | 0.82% | 0.73% | - |
| XYZ | 27.51 | 40.21 | 7.75 | - |
| YUV | 152.71 | 60.44 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 33 | 0.28 | 0 | 0.82 | 0.27 | 80.78 | 0.7 | 0.43 |
| Hex | 85 | BA | 21 | 1C | 0 | 52 | 1B | 51 | 46 | 2B |
| Octal | 205 | 272 | 41 | 34 | 0 | 122 | 33 | 121 | 106 | 53 |
| Binary | 10000101 | 10111010 | 100001 | 11100 | 0 | 1010010 | 11011 | 1010001 | 1000110 | 101011 |
Color Harmonies of #85BA21
Complementary color
Monochromatic Colors of #85BA21
Black with #85BA21
Text Example
Text Example
White with #85BA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA21; }
p { color: rgb(133,186,33); }
H1.HeaderClassName
{
color: #85BA21;
}
.AnyTagClassName
{
color: #85BA21;
}
</style>
background-color css
<style>
a { background-color: #85BA21; }
a { background-color: rgb(133,186,33); }
div.DivClassName
{
background-color: #85BA21;
}
.BgClassName
{
background-color: #85BA21;
}
</style>
border-color css
<style>
span { border-color: #85BA21; }
span { border-color: rgb(133,186,33); }
td.TdClassName
{
border-color: #85BA21;
}
.TagClassName
{
border-color: #85BA21;
}
</style>