Shades of Limerick #85B731
Tints of Limerick #85B731
RGB
CMYK
RGB Variations
Color information
#85B731 (or 0x85B731) is known color: Limerick. HEX triplet: 85, B7 and 31. RGB value is (133,183,49). Sum of RGB (Red+Green+Blue) = 133+183+49=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #85B731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B731 is #7A48CE. Grayscale: #999999. Windows color (decimal): -8014031 or 3258245. OLE color: 3258245.
HSL color Cylindrical-coordinate representation of color #85B731: hue angle of 82.39º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85B731 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 49 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.28 |
| HSL | 82.39º | 0.58% | 0.45% | - |
| HSV(B) | 82.39º | 0.73% | 0.72% | - |
| XYZ | 27.16 | 39.08 | 9.02 | - |
| YUV | 152.77 | 69.44 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 49 | 0.27 | 0 | 0.73 | 0.28 | 82.39 | 0.58 | 0.45 |
| Hex | 85 | B7 | 31 | 1B | 0 | 49 | 1C | 52 | 3A | 2D |
| Octal | 205 | 267 | 61 | 33 | 0 | 111 | 34 | 122 | 72 | 55 |
| Binary | 10000101 | 10110111 | 110001 | 11011 | 0 | 1001001 | 11100 | 1010010 | 111010 | 101101 |
Color Harmonies of #85B731
Complementary color
Monochromatic Colors of #85B731
Black with #85B731
Text Example
Text Example
White with #85B731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B731; }
p { color: rgb(133,183,49); }
H1.HeaderClassName
{
color: #85B731;
}
.AnyTagClassName
{
color: #85B731;
}
</style>
background-color css
<style>
a { background-color: #85B731; }
a { background-color: rgb(133,183,49); }
div.DivClassName
{
background-color: #85B731;
}
.BgClassName
{
background-color: #85B731;
}
</style>
border-color css
<style>
span { border-color: #85B731; }
span { border-color: rgb(133,183,49); }
td.TdClassName
{
border-color: #85B731;
}
.TagClassName
{
border-color: #85B731;
}
</style>