Shades of Limerick #82A427
Tints of Limerick #82A427
RGB
CMYK
RGB Variations
Color information
#82A427 (or 0x82A427) is known color: Limerick. HEX triplet: 82, A4 and 27. RGB value is (130,164,39). Sum of RGB (Red+Green+Blue) = 130+164+39=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 164 (64.45% from 255 or 49.25% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 164 - color contains mainly: green. Hex color #82A427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A427 is #7D5BD8. Grayscale: #8C8C8C. Windows color (decimal): -8215513 or 2598018. OLE color: 2598018.
HSL color Cylindrical-coordinate representation of color #82A427: hue angle of 76.32º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82A427 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 164 | 39 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.36 |
| HSL | 76.32º | 0.62% | 0.4% | - |
| HSV(B) | 76.32º | 0.76% | 0.64% | - |
| XYZ | 22.85 | 31.44 | 6.78 | - |
| YUV | 139.58 | 71.24 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 164 | 39 | 0.21 | 0 | 0.76 | 0.36 | 76.32 | 0.62 | 0.4 |
| Hex | 82 | A4 | 27 | 15 | 0 | 4C | 24 | 4C | 3E | 28 |
| Octal | 202 | 244 | 47 | 25 | 0 | 114 | 44 | 114 | 76 | 50 |
| Binary | 10000010 | 10100100 | 100111 | 10101 | 0 | 1001100 | 100100 | 1001100 | 111110 | 101000 |
Color Harmonies of #82A427
Complementary color
Monochromatic Colors of #82A427
Black with #82A427
Text Example
Text Example
White with #82A427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A427; }
p { color: rgb(130,164,39); }
H1.HeaderClassName
{
color: #82A427;
}
.AnyTagClassName
{
color: #82A427;
}
</style>
background-color css
<style>
a { background-color: #82A427; }
a { background-color: rgb(130,164,39); }
div.DivClassName
{
background-color: #82A427;
}
.BgClassName
{
background-color: #82A427;
}
</style>
border-color css
<style>
span { border-color: #82A427; }
span { border-color: rgb(130,164,39); }
td.TdClassName
{
border-color: #82A427;
}
.TagClassName
{
border-color: #82A427;
}
</style>