Shades of Limerick #85A415
Tints of Limerick #85A415
RGB
CMYK
RGB Variations
Color information
#85A415 (or 0x85A415) is known color: Limerick. HEX triplet: 85, A4 and 15. RGB value is (133,164,21). Sum of RGB (Red+Green+Blue) = 133+164+21=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #85A415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A415 is #7A5BEA. Grayscale: #8A8A8A. Windows color (decimal): -8018923 or 1418373. OLE color: 1418373.
HSL color Cylindrical-coordinate representation of color #85A415: hue angle of 73.01º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85A415 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 21 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.36 |
| HSL | 73.01º | 0.77% | 0.36% | - |
| HSV(B) | 73.01º | 0.87% | 0.64% | - |
| XYZ | 23.08 | 31.59 | 5.59 | - |
| YUV | 138.43 | 61.73 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 21 | 0.19 | 0 | 0.87 | 0.36 | 73.01 | 0.77 | 0.36 |
| Hex | 85 | A4 | 15 | 13 | 0 | 57 | 24 | 49 | 4D | 24 |
| Octal | 205 | 244 | 25 | 23 | 0 | 127 | 44 | 111 | 115 | 44 |
| Binary | 10000101 | 10100100 | 10101 | 10011 | 0 | 1010111 | 100100 | 1001001 | 1001101 | 100100 |
Color Harmonies of #85A415
Complementary color
Monochromatic Colors of #85A415
Black with #85A415
Text Example
Text Example
White with #85A415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A415; }
p { color: rgb(133,164,21); }
H1.HeaderClassName
{
color: #85A415;
}
.AnyTagClassName
{
color: #85A415;
}
</style>
background-color css
<style>
a { background-color: #85A415; }
a { background-color: rgb(133,164,21); }
div.DivClassName
{
background-color: #85A415;
}
.BgClassName
{
background-color: #85A415;
}
</style>
border-color css
<style>
span { border-color: #85A415; }
span { border-color: rgb(133,164,21); }
td.TdClassName
{
border-color: #85A415;
}
.TagClassName
{
border-color: #85A415;
}
</style>