Shades of Limerick #85B137
Tints of Limerick #85B137
RGB
CMYK
RGB Variations
Color information
#85B137 (or 0x85B137) is known color: Limerick. HEX triplet: 85, B1 and 37. RGB value is (133,177,55). Sum of RGB (Red+Green+Blue) = 133+177+55=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #85B137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B137 is #7A4EC8. Grayscale: #969696. Windows color (decimal): -8015561 or 3649925. OLE color: 3649925.
HSL color Cylindrical-coordinate representation of color #85B137: hue angle of 81.64º 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 #85B137 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 177 | 55 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.31 |
| HSL | 81.64º | 0.53% | 0.45% | - |
| HSV(B) | 81.64º | 0.69% | 0.69% | - |
| XYZ | 26.08 | 36.71 | 9.32 | - |
| YUV | 149.94 | 74.42 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 177 | 55 | 0.25 | 0 | 0.69 | 0.31 | 81.64 | 0.53 | 0.45 |
| Hex | 85 | B1 | 37 | 19 | 0 | 45 | 1F | 52 | 35 | 2D |
| Octal | 205 | 261 | 67 | 31 | 0 | 105 | 37 | 122 | 65 | 55 |
| Binary | 10000101 | 10110001 | 110111 | 11001 | 0 | 1000101 | 11111 | 1010010 | 110101 | 101101 |
Color Harmonies of #85B137
Complementary color
Monochromatic Colors of #85B137
Black with #85B137
Text Example
Text Example
White with #85B137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B137; }
p { color: rgb(133,177,55); }
H1.HeaderClassName
{
color: #85B137;
}
.AnyTagClassName
{
color: #85B137;
}
</style>
background-color css
<style>
a { background-color: #85B137; }
a { background-color: rgb(133,177,55); }
div.DivClassName
{
background-color: #85B137;
}
.BgClassName
{
background-color: #85B137;
}
</style>
border-color css
<style>
span { border-color: #85B137; }
span { border-color: rgb(133,177,55); }
td.TdClassName
{
border-color: #85B137;
}
.TagClassName
{
border-color: #85B137;
}
</style>