Shades of Limerick #82AE2C
Tints of Limerick #82AE2C
RGB
CMYK
RGB Variations
Color information
#82AE2C (or 0x82AE2C) is known color: Limerick. HEX triplet: 82, AE and 2C. RGB value is (130,174,44). Sum of RGB (Red+Green+Blue) = 130+174+44=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AE2C is #7D51D3. Grayscale: #929292. Windows color (decimal): -8212948 or 2928258. OLE color: 2928258.
HSL color Cylindrical-coordinate representation of color #82AE2C: hue angle of 80.31º degrees, saturation: 0.6, 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 #82AE2C is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 174 | 44 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.32 |
| HSL | 80.31º | 0.6% | 0.43% | - |
| HSV(B) | 80.31º | 0.75% | 0.68% | - |
| XYZ | 24.8 | 35.2 | 7.87 | - |
| YUV | 146.02 | 70.42 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 174 | 44 | 0.25 | 0 | 0.75 | 0.32 | 80.31 | 0.6 | 0.43 |
| Hex | 82 | AE | 2C | 19 | 0 | 4B | 20 | 50 | 3C | 2B |
| Octal | 202 | 256 | 54 | 31 | 0 | 113 | 40 | 120 | 74 | 53 |
| Binary | 10000010 | 10101110 | 101100 | 11001 | 0 | 1001011 | 100000 | 1010000 | 111100 | 101011 |
Color Harmonies of #82AE2C
Complementary color
Monochromatic Colors of #82AE2C
Black with #82AE2C
Text Example
Text Example
White with #82AE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AE2C; }
p { color: rgb(130,174,44); }
H1.HeaderClassName
{
color: #82AE2C;
}
.AnyTagClassName
{
color: #82AE2C;
}
</style>
background-color css
<style>
a { background-color: #82AE2C; }
a { background-color: rgb(130,174,44); }
div.DivClassName
{
background-color: #82AE2C;
}
.BgClassName
{
background-color: #82AE2C;
}
</style>
border-color css
<style>
span { border-color: #82AE2C; }
span { border-color: rgb(130,174,44); }
td.TdClassName
{
border-color: #82AE2C;
}
.TagClassName
{
border-color: #82AE2C;
}
</style>