Shades of Limerick #82BA2D
Tints of Limerick #82BA2D
RGB
CMYK
RGB Variations
Color information
#82BA2D (or 0x82BA2D) is known color: Limerick. HEX triplet: 82, BA and 2D. RGB value is (130,186,45). Sum of RGB (Red+Green+Blue) = 130+186+45=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BA2D is #7D45D2. Grayscale: #999999. Windows color (decimal): -8209875 or 2996866. OLE color: 2996866.
HSL color Cylindrical-coordinate representation of color #82BA2D: hue angle of 83.83º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82BA2D is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 186 | 45 | - |
| CMYK | 0.30 | 0 | 0.76 | 0.27 |
| HSL | 83.83º | 0.61% | 0.45% | - |
| HSV(B) | 83.83º | 0.76% | 0.73% | - |
| XYZ | 27.24 | 40.05 | 8.78 | - |
| YUV | 153.18 | 66.95 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 45 | 0.30 | 0 | 0.76 | 0.27 | 83.83 | 0.61 | 0.45 |
| Hex | 82 | BA | 2D | 1E | 0 | 4C | 1B | 54 | 3D | 2D |
| Octal | 202 | 272 | 55 | 36 | 0 | 114 | 33 | 124 | 75 | 55 |
| Binary | 10000010 | 10111010 | 101101 | 11110 | 0 | 1001100 | 11011 | 1010100 | 111101 | 101101 |
Color Harmonies of #82BA2D
Complementary color
Monochromatic Colors of #82BA2D
Black with #82BA2D
Text Example
Text Example
White with #82BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BA2D; }
p { color: rgb(130,186,45); }
H1.HeaderClassName
{
color: #82BA2D;
}
.AnyTagClassName
{
color: #82BA2D;
}
</style>
background-color css
<style>
a { background-color: #82BA2D; }
a { background-color: rgb(130,186,45); }
div.DivClassName
{
background-color: #82BA2D;
}
.BgClassName
{
background-color: #82BA2D;
}
</style>
border-color css
<style>
span { border-color: #82BA2D; }
span { border-color: rgb(130,186,45); }
td.TdClassName
{
border-color: #82BA2D;
}
.TagClassName
{
border-color: #82BA2D;
}
</style>