Shades of Limerick #82BA32
Tints of Limerick #82BA32
RGB
CMYK
RGB Variations
Color information
#82BA32 (or 0x82BA32) is known color: Limerick. HEX triplet: 82, BA and 32. RGB value is (130,186,50). Sum of RGB (Red+Green+Blue) = 130+186+50=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BA32 is #7D45CD. Grayscale: #9A9A9A. Windows color (decimal): -8209870 or 3324546. OLE color: 3324546.
HSL color Cylindrical-coordinate representation of color #82BA32: hue angle of 84.71º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82BA32 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 186 | 50 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.27 |
| HSL | 84.71º | 0.58% | 0.46% | - |
| HSV(B) | 84.71º | 0.73% | 0.73% | - |
| XYZ | 27.34 | 40.09 | 9.32 | - |
| YUV | 153.75 | 69.45 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 50 | 0.30 | 0 | 0.73 | 0.27 | 84.71 | 0.58 | 0.46 |
| Hex | 82 | BA | 32 | 1E | 0 | 49 | 1B | 55 | 3A | 2E |
| Octal | 202 | 272 | 62 | 36 | 0 | 111 | 33 | 125 | 72 | 56 |
| Binary | 10000010 | 10111010 | 110010 | 11110 | 0 | 1001001 | 11011 | 1010101 | 111010 | 101110 |
Color Harmonies of #82BA32
Complementary color
Monochromatic Colors of #82BA32
Black with #82BA32
Text Example
Text Example
White with #82BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BA32; }
p { color: rgb(130,186,50); }
H1.HeaderClassName
{
color: #82BA32;
}
.AnyTagClassName
{
color: #82BA32;
}
</style>
background-color css
<style>
a { background-color: #82BA32; }
a { background-color: rgb(130,186,50); }
div.DivClassName
{
background-color: #82BA32;
}
.BgClassName
{
background-color: #82BA32;
}
</style>
border-color css
<style>
span { border-color: #82BA32; }
span { border-color: rgb(130,186,50); }
td.TdClassName
{
border-color: #82BA32;
}
.TagClassName
{
border-color: #82BA32;
}
</style>