Shades of Limerick #85AC28
Tints of Limerick #85AC28
RGB
CMYK
RGB Variations
Color information
#85AC28 (or 0x85AC28) is known color: Limerick. HEX triplet: 85, AC and 28. RGB value is (133,172,40). Sum of RGB (Red+Green+Blue) = 133+172+40=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AC28 is #7A53D7. Grayscale: #919191. Windows color (decimal): -8016856 or 2665605. OLE color: 2665605.
HSL color Cylindrical-coordinate representation of color #85AC28: hue angle of 77.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85AC28 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 172 | 40 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.33 |
| HSL | 77.73º | 0.62% | 0.42% | - |
| HSV(B) | 77.73º | 0.77% | 0.67% | - |
| XYZ | 24.81 | 34.64 | 7.39 | - |
| YUV | 145.29 | 68.58 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 172 | 40 | 0.23 | 0 | 0.77 | 0.33 | 77.73 | 0.62 | 0.42 |
| Hex | 85 | AC | 28 | 17 | 0 | 4D | 21 | 4E | 3E | 2A |
| Octal | 205 | 254 | 50 | 27 | 0 | 115 | 41 | 116 | 76 | 52 |
| Binary | 10000101 | 10101100 | 101000 | 10111 | 0 | 1001101 | 100001 | 1001110 | 111110 | 101010 |
Color Harmonies of #85AC28
Complementary color
Monochromatic Colors of #85AC28
Black with #85AC28
Text Example
Text Example
White with #85AC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AC28; }
p { color: rgb(133,172,40); }
H1.HeaderClassName
{
color: #85AC28;
}
.AnyTagClassName
{
color: #85AC28;
}
</style>
background-color css
<style>
a { background-color: #85AC28; }
a { background-color: rgb(133,172,40); }
div.DivClassName
{
background-color: #85AC28;
}
.BgClassName
{
background-color: #85AC28;
}
</style>
border-color css
<style>
span { border-color: #85AC28; }
span { border-color: rgb(133,172,40); }
td.TdClassName
{
border-color: #85AC28;
}
.TagClassName
{
border-color: #85AC28;
}
</style>