Shades of Limerick #85B121
Tints of Limerick #85B121
RGB
CMYK
RGB Variations
Color information
#85B121 (or 0x85B121) is known color: Limerick. HEX triplet: 85, B1 and 21. RGB value is (133,177,33). Sum of RGB (Red+Green+Blue) = 133+177+33=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 177 (69.53% from 255 or 51.60% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 177 - color contains mainly: green. Hex color #85B121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B121 is #7A4EDE. Grayscale: #939393. Windows color (decimal): -8015583 or 2208133. OLE color: 2208133.
HSL color Cylindrical-coordinate representation of color #85B121: hue angle of 78.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85B121 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 177 | 33 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.31 |
| HSL | 78.33º | 0.69% | 0.41% | - |
| HSV(B) | 78.33º | 0.81% | 0.69% | - |
| XYZ | 25.67 | 36.54 | 7.14 | - |
| YUV | 147.43 | 63.42 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 177 | 33 | 0.25 | 0 | 0.81 | 0.31 | 78.33 | 0.69 | 0.41 |
| Hex | 85 | B1 | 21 | 19 | 0 | 51 | 1F | 4E | 45 | 29 |
| Octal | 205 | 261 | 41 | 31 | 0 | 121 | 37 | 116 | 105 | 51 |
| Binary | 10000101 | 10110001 | 100001 | 11001 | 0 | 1010001 | 11111 | 1001110 | 1000101 | 101001 |
Color Harmonies of #85B121
Complementary color
Monochromatic Colors of #85B121
Black with #85B121
Text Example
Text Example
White with #85B121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B121; }
p { color: rgb(133,177,33); }
H1.HeaderClassName
{
color: #85B121;
}
.AnyTagClassName
{
color: #85B121;
}
</style>
background-color css
<style>
a { background-color: #85B121; }
a { background-color: rgb(133,177,33); }
div.DivClassName
{
background-color: #85B121;
}
.BgClassName
{
background-color: #85B121;
}
</style>
border-color css
<style>
span { border-color: #85B121; }
span { border-color: rgb(133,177,33); }
td.TdClassName
{
border-color: #85B121;
}
.TagClassName
{
border-color: #85B121;
}
</style>