Shades of Limerick #85B332
Tints of Limerick #85B332
RGB
CMYK
RGB Variations
Color information
#85B332 (or 0x85B332) is known color: Limerick. HEX triplet: 85, B3 and 32. RGB value is (133,179,50). Sum of RGB (Red+Green+Blue) = 133+179+50=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #85B332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B332 is #7A4CCD. Grayscale: #979797. Windows color (decimal): -8015054 or 3322757. OLE color: 3322757.
HSL color Cylindrical-coordinate representation of color #85B332: hue angle of 81.4º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85B332 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 50 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.30 |
| HSL | 81.4º | 0.56% | 0.45% | - |
| HSV(B) | 81.4º | 0.72% | 0.7% | - |
| XYZ | 26.37 | 37.46 | 8.86 | - |
| YUV | 150.54 | 71.26 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 50 | 0.26 | 0 | 0.72 | 0.30 | 81.4 | 0.56 | 0.45 |
| Hex | 85 | B3 | 32 | 1A | 0 | 48 | 1E | 51 | 38 | 2D |
| Octal | 205 | 263 | 62 | 32 | 0 | 110 | 36 | 121 | 70 | 55 |
| Binary | 10000101 | 10110011 | 110010 | 11010 | 0 | 1001000 | 11110 | 1010001 | 111000 | 101101 |
Color Harmonies of #85B332
Complementary color
Monochromatic Colors of #85B332
Black with #85B332
Text Example
Text Example
White with #85B332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B332; }
p { color: rgb(133,179,50); }
H1.HeaderClassName
{
color: #85B332;
}
.AnyTagClassName
{
color: #85B332;
}
</style>
background-color css
<style>
a { background-color: #85B332; }
a { background-color: rgb(133,179,50); }
div.DivClassName
{
background-color: #85B332;
}
.BgClassName
{
background-color: #85B332;
}
</style>
border-color css
<style>
span { border-color: #85B332; }
span { border-color: rgb(133,179,50); }
td.TdClassName
{
border-color: #85B332;
}
.TagClassName
{
border-color: #85B332;
}
</style>