Shades of Limerick #85B738
Tints of Limerick #85B738
RGB
CMYK
RGB Variations
Color information
#85B738 (or 0x85B738) is known color: Limerick. HEX triplet: 85, B7 and 38. RGB value is (133,183,56). Sum of RGB (Red+Green+Blue) = 133+183+56=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #85B738 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B738 is #7A48C7. Grayscale: #9A9A9A. Windows color (decimal): -8014024 or 3716997. OLE color: 3716997.
HSL color Cylindrical-coordinate representation of color #85B738: hue angle of 83.62º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85B738 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 56 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.28 |
| HSL | 83.62º | 0.53% | 0.47% | - |
| HSV(B) | 83.62º | 0.69% | 0.72% | - |
| XYZ | 27.32 | 39.14 | 9.86 | - |
| YUV | 153.57 | 72.94 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 56 | 0.27 | 0 | 0.69 | 0.28 | 83.62 | 0.53 | 0.47 |
| Hex | 85 | B7 | 38 | 1B | 0 | 45 | 1C | 54 | 35 | 2F |
| Octal | 205 | 267 | 70 | 33 | 0 | 105 | 34 | 124 | 65 | 57 |
| Binary | 10000101 | 10110111 | 111000 | 11011 | 0 | 1000101 | 11100 | 1010100 | 110101 | 101111 |
Color Harmonies of #85B738
Complementary color
Monochromatic Colors of #85B738
Black with #85B738
Text Example
Text Example
White with #85B738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B738; }
p { color: rgb(133,183,56); }
H1.HeaderClassName
{
color: #85B738;
}
.AnyTagClassName
{
color: #85B738;
}
</style>
background-color css
<style>
a { background-color: #85B738; }
a { background-color: rgb(133,183,56); }
div.DivClassName
{
background-color: #85B738;
}
.BgClassName
{
background-color: #85B738;
}
</style>
border-color css
<style>
span { border-color: #85B738; }
span { border-color: rgb(133,183,56); }
td.TdClassName
{
border-color: #85B738;
}
.TagClassName
{
border-color: #85B738;
}
</style>