Shades of Limerick #85B83C
Tints of Limerick #85B83C
RGB
CMYK
RGB Variations
Color information
#85B83C (or 0x85B83C) is known color: Limerick. HEX triplet: 85, B8 and 3C. RGB value is (133,184,60). Sum of RGB (Red+Green+Blue) = 133+184+60=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 184 - color contains mainly: green. Hex color #85B83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B83C is #7A47C3. Grayscale: #9B9B9B. Windows color (decimal): -8013764 or 3979397. OLE color: 3979397.
HSL color Cylindrical-coordinate representation of color #85B83C: hue angle of 84.68º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85B83C is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 60 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.28 |
| HSL | 84.68º | 0.51% | 0.48% | - |
| HSV(B) | 84.68º | 0.67% | 0.72% | - |
| XYZ | 27.63 | 39.59 | 10.46 | - |
| YUV | 154.62 | 74.6 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 60 | 0.28 | 0 | 0.67 | 0.28 | 84.68 | 0.51 | 0.48 |
| Hex | 85 | B8 | 3C | 1C | 0 | 43 | 1C | 55 | 33 | 30 |
| Octal | 205 | 270 | 74 | 34 | 0 | 103 | 34 | 125 | 63 | 60 |
| Binary | 10000101 | 10111000 | 111100 | 11100 | 0 | 1000011 | 11100 | 1010101 | 110011 | 110000 |
Color Harmonies of #85B83C
Complementary color
Monochromatic Colors of #85B83C
Black with #85B83C
Text Example
Text Example
White with #85B83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B83C; }
p { color: rgb(133,184,60); }
H1.HeaderClassName
{
color: #85B83C;
}
.AnyTagClassName
{
color: #85B83C;
}
</style>
background-color css
<style>
a { background-color: #85B83C; }
a { background-color: rgb(133,184,60); }
div.DivClassName
{
background-color: #85B83C;
}
.BgClassName
{
background-color: #85B83C;
}
</style>
border-color css
<style>
span { border-color: #85B83C; }
span { border-color: rgb(133,184,60); }
td.TdClassName
{
border-color: #85B83C;
}
.TagClassName
{
border-color: #85B83C;
}
</style>