Shades of Limerick #85B136
Tints of Limerick #85B136
RGB
CMYK
RGB Variations
Color information
#85B136 (or 0x85B136) is known color: Limerick. HEX triplet: 85, B1 and 36. RGB value is (133,177,54). Sum of RGB (Red+Green+Blue) = 133+177+54=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #85B136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B136 is #7A4EC9. Grayscale: #969696. Windows color (decimal): -8015562 or 3584389. OLE color: 3584389.
HSL color Cylindrical-coordinate representation of color #85B136: hue angle of 81.46º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85B136 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 177 | 54 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.31 |
| HSL | 81.46º | 0.53% | 0.45% | - |
| HSV(B) | 81.46º | 0.69% | 0.69% | - |
| XYZ | 26.06 | 36.7 | 9.2 | - |
| YUV | 149.82 | 73.92 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 177 | 54 | 0.25 | 0 | 0.69 | 0.31 | 81.46 | 0.53 | 0.45 |
| Hex | 85 | B1 | 36 | 19 | 0 | 45 | 1F | 51 | 35 | 2D |
| Octal | 205 | 261 | 66 | 31 | 0 | 105 | 37 | 121 | 65 | 55 |
| Binary | 10000101 | 10110001 | 110110 | 11001 | 0 | 1000101 | 11111 | 1010001 | 110101 | 101101 |
Color Harmonies of #85B136
Complementary color
Monochromatic Colors of #85B136
Black with #85B136
Text Example
Text Example
White with #85B136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B136; }
p { color: rgb(133,177,54); }
H1.HeaderClassName
{
color: #85B136;
}
.AnyTagClassName
{
color: #85B136;
}
</style>
background-color css
<style>
a { background-color: #85B136; }
a { background-color: rgb(133,177,54); }
div.DivClassName
{
background-color: #85B136;
}
.BgClassName
{
background-color: #85B136;
}
</style>
border-color css
<style>
span { border-color: #85B136; }
span { border-color: rgb(133,177,54); }
td.TdClassName
{
border-color: #85B136;
}
.TagClassName
{
border-color: #85B136;
}
</style>