Shades of Limerick #82A41E
Tints of Limerick #82A41E
RGB
CMYK
RGB Variations
Color information
#82A41E (or 0x82A41E) is known color: Limerick. HEX triplet: 82, A4 and 1E. RGB value is (130,164,30). Sum of RGB (Red+Green+Blue) = 130+164+30=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 164 (64.45% from 255 or 50.62% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 164 - color contains mainly: green. Hex color #82A41E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A41E is #7D5BE1. Grayscale: #8B8B8B. Windows color (decimal): -8215522 or 2008194. OLE color: 2008194.
HSL color Cylindrical-coordinate representation of color #82A41E: hue angle of 75.22º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82A41E is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 164 | 30 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.36 |
| HSL | 75.22º | 0.69% | 0.38% | - |
| HSV(B) | 75.22º | 0.82% | 0.64% | - |
| XYZ | 22.72 | 31.39 | 6.09 | - |
| YUV | 138.56 | 66.74 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 164 | 30 | 0.21 | 0 | 0.82 | 0.36 | 75.22 | 0.69 | 0.38 |
| Hex | 82 | A4 | 1E | 15 | 0 | 52 | 24 | 4B | 45 | 26 |
| Octal | 202 | 244 | 36 | 25 | 0 | 122 | 44 | 113 | 105 | 46 |
| Binary | 10000010 | 10100100 | 11110 | 10101 | 0 | 1010010 | 100100 | 1001011 | 1000101 | 100110 |
Color Harmonies of #82A41E
Complementary color
Monochromatic Colors of #82A41E
Black with #82A41E
Text Example
Text Example
White with #82A41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A41E; }
p { color: rgb(130,164,30); }
H1.HeaderClassName
{
color: #82A41E;
}
.AnyTagClassName
{
color: #82A41E;
}
</style>
background-color css
<style>
a { background-color: #82A41E; }
a { background-color: rgb(130,164,30); }
div.DivClassName
{
background-color: #82A41E;
}
.BgClassName
{
background-color: #82A41E;
}
</style>
border-color css
<style>
span { border-color: #82A41E; }
span { border-color: rgb(130,164,30); }
td.TdClassName
{
border-color: #82A41E;
}
.TagClassName
{
border-color: #82A41E;
}
</style>