Shades of Limerick #82AD2C
Tints of Limerick #82AD2C
RGB
CMYK
RGB Variations
Color information
#82AD2C (or 0x82AD2C) is known color: Limerick. HEX triplet: 82, AD and 2C. RGB value is (130,173,44). Sum of RGB (Red+Green+Blue) = 130+173+44=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AD2C is #7D52D3. Grayscale: #919191. Windows color (decimal): -8213204 or 2928002. OLE color: 2928002.
HSL color Cylindrical-coordinate representation of color #82AD2C: hue angle of 80º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82AD2C is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 173 | 44 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.32 |
| HSL | 80º | 0.59% | 0.43% | - |
| HSV(B) | 80º | 0.75% | 0.68% | - |
| XYZ | 24.6 | 34.81 | 7.81 | - |
| YUV | 145.44 | 70.75 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 44 | 0.25 | 0 | 0.75 | 0.32 | 80 | 0.59 | 0.43 |
| Hex | 82 | AD | 2C | 19 | 0 | 4B | 20 | 50 | 3B | 2B |
| Octal | 202 | 255 | 54 | 31 | 0 | 113 | 40 | 120 | 73 | 53 |
| Binary | 10000010 | 10101101 | 101100 | 11001 | 0 | 1001011 | 100000 | 1010000 | 111011 | 101011 |
Color Harmonies of #82AD2C
Complementary color
Monochromatic Colors of #82AD2C
Black with #82AD2C
Text Example
Text Example
White with #82AD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AD2C; }
p { color: rgb(130,173,44); }
H1.HeaderClassName
{
color: #82AD2C;
}
.AnyTagClassName
{
color: #82AD2C;
}
</style>
background-color css
<style>
a { background-color: #82AD2C; }
a { background-color: rgb(130,173,44); }
div.DivClassName
{
background-color: #82AD2C;
}
.BgClassName
{
background-color: #82AD2C;
}
</style>
border-color css
<style>
span { border-color: #82AD2C; }
span { border-color: rgb(130,173,44); }
td.TdClassName
{
border-color: #82AD2C;
}
.TagClassName
{
border-color: #82AD2C;
}
</style>