Shades of Limerick #82A424
Tints of Limerick #82A424
RGB
CMYK
RGB Variations
Color information
#82A424 (or 0x82A424) is known color: Limerick. HEX triplet: 82, A4 and 24. RGB value is (130,164,36). Sum of RGB (Red+Green+Blue) = 130+164+36=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #82A424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A424 is #7D5BDB. Grayscale: #8B8B8B. Windows color (decimal): -8215516 or 2401410. OLE color: 2401410.
HSL color Cylindrical-coordinate representation of color #82A424: hue angle of 75.94º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82A424 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 164 | 36 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.36 |
| HSL | 75.94º | 0.64% | 0.39% | - |
| HSV(B) | 75.94º | 0.78% | 0.64% | - |
| XYZ | 22.8 | 31.42 | 6.53 | - |
| YUV | 139.24 | 69.74 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 164 | 36 | 0.21 | 0 | 0.78 | 0.36 | 75.94 | 0.64 | 0.39 |
| Hex | 82 | A4 | 24 | 15 | 0 | 4E | 24 | 4C | 40 | 27 |
| Octal | 202 | 244 | 44 | 25 | 0 | 116 | 44 | 114 | 100 | 47 |
| Binary | 10000010 | 10100100 | 100100 | 10101 | 0 | 1001110 | 100100 | 1001100 | 1000000 | 100111 |
Color Harmonies of #82A424
Complementary color
Monochromatic Colors of #82A424
Black with #82A424
Text Example
Text Example
White with #82A424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A424; }
p { color: rgb(130,164,36); }
H1.HeaderClassName
{
color: #82A424;
}
.AnyTagClassName
{
color: #82A424;
}
</style>
background-color css
<style>
a { background-color: #82A424; }
a { background-color: rgb(130,164,36); }
div.DivClassName
{
background-color: #82A424;
}
.BgClassName
{
background-color: #82A424;
}
</style>
border-color css
<style>
span { border-color: #82A424; }
span { border-color: rgb(130,164,36); }
td.TdClassName
{
border-color: #82A424;
}
.TagClassName
{
border-color: #82A424;
}
</style>