Shades of Limerick #85B92D
Tints of Limerick #85B92D
RGB
CMYK
RGB Variations
Color information
#85B92D (or 0x85B92D) is known color: Limerick. HEX triplet: 85, B9 and 2D. RGB value is (133,185,45). Sum of RGB (Red+Green+Blue) = 133+185+45=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #85B92D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B92D is #7A46D2. Grayscale: #999999. Windows color (decimal): -8013523 or 2996613. OLE color: 2996613.
HSL color Cylindrical-coordinate representation of color #85B92D: hue angle of 82.29º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85B92D is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 185 | 45 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.27 |
| HSL | 82.29º | 0.61% | 0.45% | - |
| HSV(B) | 82.29º | 0.76% | 0.73% | - |
| XYZ | 27.5 | 39.87 | 8.73 | - |
| YUV | 153.49 | 66.77 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 185 | 45 | 0.28 | 0 | 0.76 | 0.27 | 82.29 | 0.61 | 0.45 |
| Hex | 85 | B9 | 2D | 1C | 0 | 4C | 1B | 52 | 3D | 2D |
| Octal | 205 | 271 | 55 | 34 | 0 | 114 | 33 | 122 | 75 | 55 |
| Binary | 10000101 | 10111001 | 101101 | 11100 | 0 | 1001100 | 11011 | 1010010 | 111101 | 101101 |
Color Harmonies of #85B92D
Complementary color
Monochromatic Colors of #85B92D
Black with #85B92D
Text Example
Text Example
White with #85B92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B92D; }
p { color: rgb(133,185,45); }
H1.HeaderClassName
{
color: #85B92D;
}
.AnyTagClassName
{
color: #85B92D;
}
</style>
background-color css
<style>
a { background-color: #85B92D; }
a { background-color: rgb(133,185,45); }
div.DivClassName
{
background-color: #85B92D;
}
.BgClassName
{
background-color: #85B92D;
}
</style>
border-color css
<style>
span { border-color: #85B92D; }
span { border-color: rgb(133,185,45); }
td.TdClassName
{
border-color: #85B92D;
}
.TagClassName
{
border-color: #85B92D;
}
</style>