Shades of Limerick #85A328
Tints of Limerick #85A328
RGB
CMYK
RGB Variations
Color information
#85A328 (or 0x85A328) is known color: Limerick. HEX triplet: 85, A3 and 28. RGB value is (133,163,40). Sum of RGB (Red+Green+Blue) = 133+163+40=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #85A328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A328 is #7A5CD7. Grayscale: #8C8C8C. Windows color (decimal): -8019160 or 2663301. OLE color: 2663301.
HSL color Cylindrical-coordinate representation of color #85A328: hue angle of 74.63º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85A328 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 163 | 40 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.36 |
| HSL | 74.63º | 0.61% | 0.4% | - |
| HSV(B) | 74.63º | 0.75% | 0.64% | - |
| XYZ | 23.15 | 31.33 | 6.84 | - |
| YUV | 140.01 | 71.56 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 40 | 0.18 | 0 | 0.75 | 0.36 | 74.63 | 0.61 | 0.4 |
| Hex | 85 | A3 | 28 | 12 | 0 | 4B | 24 | 4B | 3D | 28 |
| Octal | 205 | 243 | 50 | 22 | 0 | 113 | 44 | 113 | 75 | 50 |
| Binary | 10000101 | 10100011 | 101000 | 10010 | 0 | 1001011 | 100100 | 1001011 | 111101 | 101000 |
Color Harmonies of #85A328
Complementary color
Monochromatic Colors of #85A328
Black with #85A328
Text Example
Text Example
White with #85A328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A328; }
p { color: rgb(133,163,40); }
H1.HeaderClassName
{
color: #85A328;
}
.AnyTagClassName
{
color: #85A328;
}
</style>
background-color css
<style>
a { background-color: #85A328; }
a { background-color: rgb(133,163,40); }
div.DivClassName
{
background-color: #85A328;
}
.BgClassName
{
background-color: #85A328;
}
</style>
border-color css
<style>
span { border-color: #85A328; }
span { border-color: rgb(133,163,40); }
td.TdClassName
{
border-color: #85A328;
}
.TagClassName
{
border-color: #85A328;
}
</style>