Shades of Limerick #85B133
Tints of Limerick #85B133
RGB
CMYK
RGB Variations
Color information
#85B133 (or 0x85B133) is known color: Limerick. HEX triplet: 85, B1 and 33. RGB value is (133,177,51). Sum of RGB (Red+Green+Blue) = 133+177+51=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #85B133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B133 is #7A4ECC. Grayscale: #959595. Windows color (decimal): -8015565 or 3387781. OLE color: 3387781.
HSL color Cylindrical-coordinate representation of color #85B133: hue angle of 80.95º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85B133 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 177 | 51 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.31 |
| HSL | 80.95º | 0.55% | 0.45% | - |
| HSV(B) | 80.95º | 0.71% | 0.69% | - |
| XYZ | 25.99 | 36.67 | 8.84 | - |
| YUV | 149.48 | 72.42 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 177 | 51 | 0.25 | 0 | 0.71 | 0.31 | 80.95 | 0.55 | 0.45 |
| Hex | 85 | B1 | 33 | 19 | 0 | 47 | 1F | 51 | 37 | 2D |
| Octal | 205 | 261 | 63 | 31 | 0 | 107 | 37 | 121 | 67 | 55 |
| Binary | 10000101 | 10110001 | 110011 | 11001 | 0 | 1000111 | 11111 | 1010001 | 110111 | 101101 |
Color Harmonies of #85B133
Complementary color
Monochromatic Colors of #85B133
Black with #85B133
Text Example
Text Example
White with #85B133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B133; }
p { color: rgb(133,177,51); }
H1.HeaderClassName
{
color: #85B133;
}
.AnyTagClassName
{
color: #85B133;
}
</style>
background-color css
<style>
a { background-color: #85B133; }
a { background-color: rgb(133,177,51); }
div.DivClassName
{
background-color: #85B133;
}
.BgClassName
{
background-color: #85B133;
}
</style>
border-color css
<style>
span { border-color: #85B133; }
span { border-color: rgb(133,177,51); }
td.TdClassName
{
border-color: #85B133;
}
.TagClassName
{
border-color: #85B133;
}
</style>