Shades of Limerick #85B728
Tints of Limerick #85B728
RGB
CMYK
RGB Variations
Color information
#85B728 (or 0x85B728) is known color: Limerick. HEX triplet: 85, B7 and 28. RGB value is (133,183,40). Sum of RGB (Red+Green+Blue) = 133+183+40=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #85B728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B728 is #7A48D7. Grayscale: #989898. Windows color (decimal): -8014040 or 2668421. OLE color: 2668421.
HSL color Cylindrical-coordinate representation of color #85B728: hue angle of 80.98º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85B728 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 40 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.28 |
| HSL | 80.98º | 0.64% | 0.44% | - |
| HSV(B) | 80.98º | 0.78% | 0.72% | - |
| XYZ | 26.99 | 39.01 | 8.11 | - |
| YUV | 151.75 | 64.94 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 40 | 0.27 | 0 | 0.78 | 0.28 | 80.98 | 0.64 | 0.44 |
| Hex | 85 | B7 | 28 | 1B | 0 | 4E | 1C | 51 | 40 | 2C |
| Octal | 205 | 267 | 50 | 33 | 0 | 116 | 34 | 121 | 100 | 54 |
| Binary | 10000101 | 10110111 | 101000 | 11011 | 0 | 1001110 | 11100 | 1010001 | 1000000 | 101100 |
Color Harmonies of #85B728
Complementary color
Monochromatic Colors of #85B728
Black with #85B728
Text Example
Text Example
White with #85B728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B728; }
p { color: rgb(133,183,40); }
H1.HeaderClassName
{
color: #85B728;
}
.AnyTagClassName
{
color: #85B728;
}
</style>
background-color css
<style>
a { background-color: #85B728; }
a { background-color: rgb(133,183,40); }
div.DivClassName
{
background-color: #85B728;
}
.BgClassName
{
background-color: #85B728;
}
</style>
border-color css
<style>
span { border-color: #85B728; }
span { border-color: rgb(133,183,40); }
td.TdClassName
{
border-color: #85B728;
}
.TagClassName
{
border-color: #85B728;
}
</style>