Shades of Limerick #82B032
Tints of Limerick #82B032
RGB
CMYK
RGB Variations
Color information
#82B032 (or 0x82B032) is known color: Limerick. HEX triplet: 82, B0 and 32. RGB value is (130,176,50). Sum of RGB (Red+Green+Blue) = 130+176+50=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #82B032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B032 is #7D4FCD. Grayscale: #949494. Windows color (decimal): -8212430 or 3321986. OLE color: 3321986.
HSL color Cylindrical-coordinate representation of color #82B032: hue angle of 81.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82B032 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 176 | 50 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.31 |
| HSL | 81.9º | 0.56% | 0.44% | - |
| HSV(B) | 81.9º | 0.72% | 0.69% | - |
| XYZ | 25.31 | 36.03 | 8.64 | - |
| YUV | 147.88 | 72.76 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 176 | 50 | 0.26 | 0 | 0.72 | 0.31 | 81.9 | 0.56 | 0.44 |
| Hex | 82 | B0 | 32 | 1A | 0 | 48 | 1F | 52 | 38 | 2C |
| Octal | 202 | 260 | 62 | 32 | 0 | 110 | 37 | 122 | 70 | 54 |
| Binary | 10000010 | 10110000 | 110010 | 11010 | 0 | 1001000 | 11111 | 1010010 | 111000 | 101100 |
Color Harmonies of #82B032
Complementary color
Monochromatic Colors of #82B032
Black with #82B032
Text Example
Text Example
White with #82B032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B032; }
p { color: rgb(130,176,50); }
H1.HeaderClassName
{
color: #82B032;
}
.AnyTagClassName
{
color: #82B032;
}
</style>
background-color css
<style>
a { background-color: #82B032; }
a { background-color: rgb(130,176,50); }
div.DivClassName
{
background-color: #82B032;
}
.BgClassName
{
background-color: #82B032;
}
</style>
border-color css
<style>
span { border-color: #82B032; }
span { border-color: rgb(130,176,50); }
td.TdClassName
{
border-color: #82B032;
}
.TagClassName
{
border-color: #82B032;
}
</style>