Shades of Limerick #82A11D
Tints of Limerick #82A11D
RGB
CMYK
RGB Variations
Color information
#82A11D (or 0x82A11D) is known color: Limerick. HEX triplet: 82, A1 and 1D. RGB value is (130,161,29). Sum of RGB (Red+Green+Blue) = 130+161+29=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #82A11D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A11D is #7D5EE2. Grayscale: #898989. Windows color (decimal): -8216291 or 1941890. OLE color: 1941890.
HSL color Cylindrical-coordinate representation of color #82A11D: hue angle of 74.09º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82A11D is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 161 | 29 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.37 |
| HSL | 74.09º | 0.69% | 0.37% | - |
| HSV(B) | 74.09º | 0.82% | 0.63% | - |
| XYZ | 22.17 | 30.32 | 5.85 | - |
| YUV | 136.68 | 67.23 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 161 | 29 | 0.19 | 0 | 0.82 | 0.37 | 74.09 | 0.69 | 0.37 |
| Hex | 82 | A1 | 1D | 13 | 0 | 52 | 25 | 4A | 45 | 25 |
| Octal | 202 | 241 | 35 | 23 | 0 | 122 | 45 | 112 | 105 | 45 |
| Binary | 10000010 | 10100001 | 11101 | 10011 | 0 | 1010010 | 100101 | 1001010 | 1000101 | 100101 |
Color Harmonies of #82A11D
Complementary color
Monochromatic Colors of #82A11D
Black with #82A11D
Text Example
Text Example
White with #82A11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A11D; }
p { color: rgb(130,161,29); }
H1.HeaderClassName
{
color: #82A11D;
}
.AnyTagClassName
{
color: #82A11D;
}
</style>
background-color css
<style>
a { background-color: #82A11D; }
a { background-color: rgb(130,161,29); }
div.DivClassName
{
background-color: #82A11D;
}
.BgClassName
{
background-color: #82A11D;
}
</style>
border-color css
<style>
span { border-color: #82A11D; }
span { border-color: rgb(130,161,29); }
td.TdClassName
{
border-color: #82A11D;
}
.TagClassName
{
border-color: #82A11D;
}
</style>