Shades of Limerick #85B73C
Tints of Limerick #85B73C
RGB
CMYK
RGB Variations
Color information
#85B73C (or 0x85B73C) is known color: Limerick. HEX triplet: 85, B7 and 3C. RGB value is (133,183,60). Sum of RGB (Red+Green+Blue) = 133+183+60=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #85B73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B73C is #7A48C3. Grayscale: #9A9A9A. Windows color (decimal): -8014020 or 3979141. OLE color: 3979141.
HSL color Cylindrical-coordinate representation of color #85B73C: hue angle of 84.39º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85B73C is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 60 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.28 |
| HSL | 84.39º | 0.51% | 0.48% | - |
| HSV(B) | 84.39º | 0.67% | 0.72% | - |
| XYZ | 27.42 | 39.18 | 10.39 | - |
| YUV | 154.03 | 74.94 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 60 | 0.27 | 0 | 0.67 | 0.28 | 84.39 | 0.51 | 0.48 |
| Hex | 85 | B7 | 3C | 1B | 0 | 43 | 1C | 54 | 33 | 30 |
| Octal | 205 | 267 | 74 | 33 | 0 | 103 | 34 | 124 | 63 | 60 |
| Binary | 10000101 | 10110111 | 111100 | 11011 | 0 | 1000011 | 11100 | 1010100 | 110011 | 110000 |
Color Harmonies of #85B73C
Complementary color
Monochromatic Colors of #85B73C
Black with #85B73C
Text Example
Text Example
White with #85B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B73C; }
p { color: rgb(133,183,60); }
H1.HeaderClassName
{
color: #85B73C;
}
.AnyTagClassName
{
color: #85B73C;
}
</style>
background-color css
<style>
a { background-color: #85B73C; }
a { background-color: rgb(133,183,60); }
div.DivClassName
{
background-color: #85B73C;
}
.BgClassName
{
background-color: #85B73C;
}
</style>
border-color css
<style>
span { border-color: #85B73C; }
span { border-color: rgb(133,183,60); }
td.TdClassName
{
border-color: #85B73C;
}
.TagClassName
{
border-color: #85B73C;
}
</style>