Shades of Limerick #85BA28
Tints of Limerick #85BA28
RGB
CMYK
RGB Variations
Color information
#85BA28 (or 0x85BA28) is known color: Limerick. HEX triplet: 85, BA and 28. RGB value is (133,186,40). Sum of RGB (Red+Green+Blue) = 133+186+40=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA28 is #7A45D7. Grayscale: #9A9A9A. Windows color (decimal): -8013272 or 2669189. OLE color: 2669189.
HSL color Cylindrical-coordinate representation of color #85BA28: hue angle of 81.78º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85BA28 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 40 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.27 |
| HSL | 81.78º | 0.65% | 0.44% | - |
| HSV(B) | 81.78º | 0.78% | 0.73% | - |
| XYZ | 27.61 | 40.26 | 8.32 | - |
| YUV | 153.51 | 63.94 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 40 | 0.28 | 0 | 0.78 | 0.27 | 81.78 | 0.65 | 0.44 |
| Hex | 85 | BA | 28 | 1C | 0 | 4E | 1B | 52 | 41 | 2C |
| Octal | 205 | 272 | 50 | 34 | 0 | 116 | 33 | 122 | 101 | 54 |
| Binary | 10000101 | 10111010 | 101000 | 11100 | 0 | 1001110 | 11011 | 1010010 | 1000001 | 101100 |
Color Harmonies of #85BA28
Complementary color
Monochromatic Colors of #85BA28
Black with #85BA28
Text Example
Text Example
White with #85BA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA28; }
p { color: rgb(133,186,40); }
H1.HeaderClassName
{
color: #85BA28;
}
.AnyTagClassName
{
color: #85BA28;
}
</style>
background-color css
<style>
a { background-color: #85BA28; }
a { background-color: rgb(133,186,40); }
div.DivClassName
{
background-color: #85BA28;
}
.BgClassName
{
background-color: #85BA28;
}
</style>
border-color css
<style>
span { border-color: #85BA28; }
span { border-color: rgb(133,186,40); }
td.TdClassName
{
border-color: #85BA28;
}
.TagClassName
{
border-color: #85BA28;
}
</style>