Shades of Limerick #85B735
Tints of Limerick #85B735
RGB
CMYK
RGB Variations
Color information
#85B735 (or 0x85B735) is known color: Limerick. HEX triplet: 85, B7 and 35. RGB value is (133,183,53). Sum of RGB (Red+Green+Blue) = 133+183+53=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #85B735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B735 is #7A48CA. Grayscale: #999999. Windows color (decimal): -8014027 or 3520389. OLE color: 3520389.
HSL color Cylindrical-coordinate representation of color #85B735: hue angle of 83.08º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85B735 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 53 | - |
| CMYK | 0.27 | 0 | 0.71 | 0.28 |
| HSL | 83.08º | 0.55% | 0.46% | - |
| HSV(B) | 83.08º | 0.71% | 0.72% | - |
| XYZ | 27.25 | 39.11 | 9.48 | - |
| YUV | 153.23 | 71.44 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 53 | 0.27 | 0 | 0.71 | 0.28 | 83.08 | 0.55 | 0.46 |
| Hex | 85 | B7 | 35 | 1B | 0 | 47 | 1C | 53 | 37 | 2E |
| Octal | 205 | 267 | 65 | 33 | 0 | 107 | 34 | 123 | 67 | 56 |
| Binary | 10000101 | 10110111 | 110101 | 11011 | 0 | 1000111 | 11100 | 1010011 | 110111 | 101110 |
Color Harmonies of #85B735
Complementary color
Monochromatic Colors of #85B735
Black with #85B735
Text Example
Text Example
White with #85B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B735; }
p { color: rgb(133,183,53); }
H1.HeaderClassName
{
color: #85B735;
}
.AnyTagClassName
{
color: #85B735;
}
</style>
background-color css
<style>
a { background-color: #85B735; }
a { background-color: rgb(133,183,53); }
div.DivClassName
{
background-color: #85B735;
}
.BgClassName
{
background-color: #85B735;
}
</style>
border-color css
<style>
span { border-color: #85B735; }
span { border-color: rgb(133,183,53); }
td.TdClassName
{
border-color: #85B735;
}
.TagClassName
{
border-color: #85B735;
}
</style>