Shades of Limerick #85BA27
Tints of Limerick #85BA27
RGB
CMYK
RGB Variations
Color information
#85BA27 (or 0x85BA27) is known color: Limerick. HEX triplet: 85, BA and 27. RGB value is (133,186,39). Sum of RGB (Red+Green+Blue) = 133+186+39=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA27 is #7A45D8. Grayscale: #999999. Windows color (decimal): -8013273 or 2603653. OLE color: 2603653.
HSL color Cylindrical-coordinate representation of color #85BA27: hue angle of 81.63º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85BA27 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 39 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.27 |
| HSL | 81.63º | 0.65% | 0.44% | - |
| HSV(B) | 81.63º | 0.79% | 0.73% | - |
| XYZ | 27.6 | 40.25 | 8.23 | - |
| YUV | 153.4 | 63.44 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 39 | 0.28 | 0 | 0.79 | 0.27 | 81.63 | 0.65 | 0.44 |
| Hex | 85 | BA | 27 | 1C | 0 | 4F | 1B | 52 | 41 | 2C |
| Octal | 205 | 272 | 47 | 34 | 0 | 117 | 33 | 122 | 101 | 54 |
| Binary | 10000101 | 10111010 | 100111 | 11100 | 0 | 1001111 | 11011 | 1010010 | 1000001 | 101100 |
Color Harmonies of #85BA27
Complementary color
Monochromatic Colors of #85BA27
Black with #85BA27
Text Example
Text Example
White with #85BA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA27; }
p { color: rgb(133,186,39); }
H1.HeaderClassName
{
color: #85BA27;
}
.AnyTagClassName
{
color: #85BA27;
}
</style>
background-color css
<style>
a { background-color: #85BA27; }
a { background-color: rgb(133,186,39); }
div.DivClassName
{
background-color: #85BA27;
}
.BgClassName
{
background-color: #85BA27;
}
</style>
border-color css
<style>
span { border-color: #85BA27; }
span { border-color: rgb(133,186,39); }
td.TdClassName
{
border-color: #85BA27;
}
.TagClassName
{
border-color: #85BA27;
}
</style>