Shades of Limerick #82B336
Tints of Limerick #82B336
RGB
CMYK
RGB Variations
Color information
#82B336 (or 0x82B336) is known color: Limerick. HEX triplet: 82, B3 and 36. RGB value is (130,179,54). Sum of RGB (Red+Green+Blue) = 130+179+54=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #82B336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B336 is #7D4CC9. Grayscale: #969696. Windows color (decimal): -8211658 or 3584898. OLE color: 3584898.
HSL color Cylindrical-coordinate representation of color #82B336: hue angle of 83.52º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82B336 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 179 | 54 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.30 |
| HSL | 83.52º | 0.54% | 0.46% | - |
| HSV(B) | 83.52º | 0.7% | 0.7% | - |
| XYZ | 25.99 | 37.25 | 9.31 | - |
| YUV | 150.1 | 73.77 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 179 | 54 | 0.27 | 0 | 0.70 | 0.30 | 83.52 | 0.54 | 0.46 |
| Hex | 82 | B3 | 36 | 1B | 0 | 46 | 1E | 54 | 36 | 2E |
| Octal | 202 | 263 | 66 | 33 | 0 | 106 | 36 | 124 | 66 | 56 |
| Binary | 10000010 | 10110011 | 110110 | 11011 | 0 | 1000110 | 11110 | 1010100 | 110110 | 101110 |
Color Harmonies of #82B336
Complementary color
Monochromatic Colors of #82B336
Black with #82B336
Text Example
Text Example
White with #82B336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B336; }
p { color: rgb(130,179,54); }
H1.HeaderClassName
{
color: #82B336;
}
.AnyTagClassName
{
color: #82B336;
}
</style>
background-color css
<style>
a { background-color: #82B336; }
a { background-color: rgb(130,179,54); }
div.DivClassName
{
background-color: #82B336;
}
.BgClassName
{
background-color: #82B336;
}
</style>
border-color css
<style>
span { border-color: #82B336; }
span { border-color: rgb(130,179,54); }
td.TdClassName
{
border-color: #82B336;
}
.TagClassName
{
border-color: #82B336;
}
</style>