Shades of Limerick #82A320
Tints of Limerick #82A320
RGB
CMYK
RGB Variations
Color information
#82A320 (or 0x82A320) is known color: Limerick. HEX triplet: 82, A3 and 20. RGB value is (130,163,32). Sum of RGB (Red+Green+Blue) = 130+163+32=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #82A320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A320 is #7D5CDF. Grayscale: #8A8A8A. Windows color (decimal): -8215776 or 2139010. OLE color: 2139010.
HSL color Cylindrical-coordinate representation of color #82A320: hue angle of 75.11º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82A320 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 163 | 32 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.36 |
| HSL | 75.11º | 0.67% | 0.38% | - |
| HSV(B) | 75.11º | 0.8% | 0.64% | - |
| XYZ | 22.56 | 31.04 | 6.17 | - |
| YUV | 138.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 163 | 32 | 0.20 | 0 | 0.80 | 0.36 | 75.11 | 0.67 | 0.38 |
| Hex | 82 | A3 | 20 | 14 | 0 | 50 | 24 | 4B | 43 | 26 |
| Octal | 202 | 243 | 40 | 24 | 0 | 120 | 44 | 113 | 103 | 46 |
| Binary | 10000010 | 10100011 | 100000 | 10100 | 0 | 1010000 | 100100 | 1001011 | 1000011 | 100110 |
Color Harmonies of #82A320
Complementary color
Monochromatic Colors of #82A320
Black with #82A320
Text Example
Text Example
White with #82A320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A320; }
p { color: rgb(130,163,32); }
H1.HeaderClassName
{
color: #82A320;
}
.AnyTagClassName
{
color: #82A320;
}
</style>
background-color css
<style>
a { background-color: #82A320; }
a { background-color: rgb(130,163,32); }
div.DivClassName
{
background-color: #82A320;
}
.BgClassName
{
background-color: #82A320;
}
</style>
border-color css
<style>
span { border-color: #82A320; }
span { border-color: rgb(130,163,32); }
td.TdClassName
{
border-color: #82A320;
}
.TagClassName
{
border-color: #82A320;
}
</style>