Shades of Limerick #85A626
Tints of Limerick #85A626
RGB
CMYK
RGB Variations
Color information
#85A626 (or 0x85A626) is known color: Limerick. HEX triplet: 85, A6 and 26. RGB value is (133,166,38). Sum of RGB (Red+Green+Blue) = 133+166+38=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 166 - color contains mainly: green. Hex color #85A626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A626 is #7A59D9. Grayscale: #8E8E8E. Windows color (decimal): -8018394 or 2532997. OLE color: 2532997.
HSL color Cylindrical-coordinate representation of color #85A626: hue angle of 75.47º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85A626 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 166 | 38 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.35 |
| HSL | 75.47º | 0.63% | 0.4% | - |
| HSV(B) | 75.47º | 0.77% | 0.65% | - |
| XYZ | 23.66 | 32.4 | 6.84 | - |
| YUV | 141.54 | 69.57 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 166 | 38 | 0.20 | 0 | 0.77 | 0.35 | 75.47 | 0.63 | 0.4 |
| Hex | 85 | A6 | 26 | 14 | 0 | 4D | 23 | 4B | 3F | 28 |
| Octal | 205 | 246 | 46 | 24 | 0 | 115 | 43 | 113 | 77 | 50 |
| Binary | 10000101 | 10100110 | 100110 | 10100 | 0 | 1001101 | 100011 | 1001011 | 111111 | 101000 |
Color Harmonies of #85A626
Complementary color
Monochromatic Colors of #85A626
Black with #85A626
Text Example
Text Example
White with #85A626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A626; }
p { color: rgb(133,166,38); }
H1.HeaderClassName
{
color: #85A626;
}
.AnyTagClassName
{
color: #85A626;
}
</style>
background-color css
<style>
a { background-color: #85A626; }
a { background-color: rgb(133,166,38); }
div.DivClassName
{
background-color: #85A626;
}
.BgClassName
{
background-color: #85A626;
}
</style>
border-color css
<style>
span { border-color: #85A626; }
span { border-color: rgb(133,166,38); }
td.TdClassName
{
border-color: #85A626;
}
.TagClassName
{
border-color: #85A626;
}
</style>