Shades of Limerick #82B534
Tints of Limerick #82B534
RGB
CMYK
RGB Variations
Color information
#82B534 (or 0x82B534) is known color: Limerick. HEX triplet: 82, B5 and 34. RGB value is (130,181,52). Sum of RGB (Red+Green+Blue) = 130+181+52=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #82B534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B534 is #7D4ACB. Grayscale: #979797. Windows color (decimal): -8211148 or 3454338. OLE color: 3454338.
HSL color Cylindrical-coordinate representation of color #82B534: hue angle of 83.72º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82B534 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 181 | 52 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.29 |
| HSL | 83.72º | 0.55% | 0.46% | - |
| HSV(B) | 83.72º | 0.71% | 0.71% | - |
| XYZ | 26.35 | 38.04 | 9.2 | - |
| YUV | 151.05 | 72.1 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 181 | 52 | 0.28 | 0 | 0.71 | 0.29 | 83.72 | 0.55 | 0.46 |
| Hex | 82 | B5 | 34 | 1C | 0 | 47 | 1D | 54 | 37 | 2E |
| Octal | 202 | 265 | 64 | 34 | 0 | 107 | 35 | 124 | 67 | 56 |
| Binary | 10000010 | 10110101 | 110100 | 11100 | 0 | 1000111 | 11101 | 1010100 | 110111 | 101110 |
Color Harmonies of #82B534
Complementary color
Monochromatic Colors of #82B534
Black with #82B534
Text Example
Text Example
White with #82B534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B534; }
p { color: rgb(130,181,52); }
H1.HeaderClassName
{
color: #82B534;
}
.AnyTagClassName
{
color: #82B534;
}
</style>
background-color css
<style>
a { background-color: #82B534; }
a { background-color: rgb(130,181,52); }
div.DivClassName
{
background-color: #82B534;
}
.BgClassName
{
background-color: #82B534;
}
</style>
border-color css
<style>
span { border-color: #82B534; }
span { border-color: rgb(130,181,52); }
td.TdClassName
{
border-color: #82B534;
}
.TagClassName
{
border-color: #82B534;
}
</style>