Shades of Limerick #85A629
Tints of Limerick #85A629
RGB
CMYK
RGB Variations
Color information
#85A629 (or 0x85A629) is known color: Limerick. HEX triplet: 85, A6 and 29. RGB value is (133,166,41). Sum of RGB (Red+Green+Blue) = 133+166+41=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 166 - color contains mainly: green. Hex color #85A629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A629 is #7A59D6. Grayscale: #8E8E8E. Windows color (decimal): -8018391 or 2729605. OLE color: 2729605.
HSL color Cylindrical-coordinate representation of color #85A629: hue angle of 75.84º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85A629 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 166 | 41 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.35 |
| HSL | 75.84º | 0.6% | 0.41% | - |
| HSV(B) | 75.84º | 0.75% | 0.65% | - |
| XYZ | 23.71 | 32.42 | 7.11 | - |
| YUV | 141.88 | 71.07 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 166 | 41 | 0.20 | 0 | 0.75 | 0.35 | 75.84 | 0.6 | 0.41 |
| Hex | 85 | A6 | 29 | 14 | 0 | 4B | 23 | 4C | 3C | 29 |
| Octal | 205 | 246 | 51 | 24 | 0 | 113 | 43 | 114 | 74 | 51 |
| Binary | 10000101 | 10100110 | 101001 | 10100 | 0 | 1001011 | 100011 | 1001100 | 111100 | 101001 |
Color Harmonies of #85A629
Complementary color
Monochromatic Colors of #85A629
Black with #85A629
Text Example
Text Example
White with #85A629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A629; }
p { color: rgb(133,166,41); }
H1.HeaderClassName
{
color: #85A629;
}
.AnyTagClassName
{
color: #85A629;
}
</style>
background-color css
<style>
a { background-color: #85A629; }
a { background-color: rgb(133,166,41); }
div.DivClassName
{
background-color: #85A629;
}
.BgClassName
{
background-color: #85A629;
}
</style>
border-color css
<style>
span { border-color: #85A629; }
span { border-color: rgb(133,166,41); }
td.TdClassName
{
border-color: #85A629;
}
.TagClassName
{
border-color: #85A629;
}
</style>