Shades of Limerick #85B324
Tints of Limerick #85B324
RGB
CMYK
RGB Variations
Color information
#85B324 (or 0x85B324) is known color: Limerick. HEX triplet: 85, B3 and 24. RGB value is (133,179,36). Sum of RGB (Red+Green+Blue) = 133+179+36=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #85B324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B324 is #7A4CDB. Grayscale: #959595. Windows color (decimal): -8015068 or 2405253. OLE color: 2405253.
HSL color Cylindrical-coordinate representation of color #85B324: hue angle of 79.3º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85B324 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 36 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.30 |
| HSL | 79.3º | 0.67% | 0.42% | - |
| HSV(B) | 79.3º | 0.8% | 0.7% | - |
| XYZ | 26.11 | 37.35 | 7.5 | - |
| YUV | 148.94 | 64.26 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 36 | 0.26 | 0 | 0.80 | 0.30 | 79.3 | 0.67 | 0.42 |
| Hex | 85 | B3 | 24 | 1A | 0 | 50 | 1E | 4F | 43 | 2A |
| Octal | 205 | 263 | 44 | 32 | 0 | 120 | 36 | 117 | 103 | 52 |
| Binary | 10000101 | 10110011 | 100100 | 11010 | 0 | 1010000 | 11110 | 1001111 | 1000011 | 101010 |
Color Harmonies of #85B324
Complementary color
Monochromatic Colors of #85B324
Black with #85B324
Text Example
Text Example
White with #85B324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B324; }
p { color: rgb(133,179,36); }
H1.HeaderClassName
{
color: #85B324;
}
.AnyTagClassName
{
color: #85B324;
}
</style>
background-color css
<style>
a { background-color: #85B324; }
a { background-color: rgb(133,179,36); }
div.DivClassName
{
background-color: #85B324;
}
.BgClassName
{
background-color: #85B324;
}
</style>
border-color css
<style>
span { border-color: #85B324; }
span { border-color: rgb(133,179,36); }
td.TdClassName
{
border-color: #85B324;
}
.TagClassName
{
border-color: #85B324;
}
</style>