Shades of Limerick #85BA2D
Tints of Limerick #85BA2D
RGB
CMYK
RGB Variations
Color information
#85BA2D (or 0x85BA2D) is known color: Limerick. HEX triplet: 85, BA and 2D. RGB value is (133,186,45). Sum of RGB (Red+Green+Blue) = 133+186+45=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA2D is #7A45D2. Grayscale: #9A9A9A. Windows color (decimal): -8013267 or 2996869. OLE color: 2996869.
HSL color Cylindrical-coordinate representation of color #85BA2D: hue angle of 82.55º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85BA2D is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 45 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.27 |
| HSL | 82.55º | 0.61% | 0.45% | - |
| HSV(B) | 82.55º | 0.76% | 0.73% | - |
| XYZ | 27.71 | 40.29 | 8.8 | - |
| YUV | 154.08 | 66.44 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 45 | 0.28 | 0 | 0.76 | 0.27 | 82.55 | 0.61 | 0.45 |
| Hex | 85 | BA | 2D | 1C | 0 | 4C | 1B | 53 | 3D | 2D |
| Octal | 205 | 272 | 55 | 34 | 0 | 114 | 33 | 123 | 75 | 55 |
| Binary | 10000101 | 10111010 | 101101 | 11100 | 0 | 1001100 | 11011 | 1010011 | 111101 | 101101 |
Color Harmonies of #85BA2D
Complementary color
Monochromatic Colors of #85BA2D
Black with #85BA2D
Text Example
Text Example
White with #85BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA2D; }
p { color: rgb(133,186,45); }
H1.HeaderClassName
{
color: #85BA2D;
}
.AnyTagClassName
{
color: #85BA2D;
}
</style>
background-color css
<style>
a { background-color: #85BA2D; }
a { background-color: rgb(133,186,45); }
div.DivClassName
{
background-color: #85BA2D;
}
.BgClassName
{
background-color: #85BA2D;
}
</style>
border-color css
<style>
span { border-color: #85BA2D; }
span { border-color: rgb(133,186,45); }
td.TdClassName
{
border-color: #85BA2D;
}
.TagClassName
{
border-color: #85BA2D;
}
</style>