Shades of Limerick #82B933
Tints of Limerick #82B933
RGB
CMYK
RGB Variations
Color information
#82B933 (or 0x82B933) is known color: Limerick. HEX triplet: 82, B9 and 33. RGB value is (130,185,51). Sum of RGB (Red+Green+Blue) = 130+185+51=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #82B933 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B933 is #7D46CC. Grayscale: #999999. Windows color (decimal): -8210125 or 3389826. OLE color: 3389826.
HSL color Cylindrical-coordinate representation of color #82B933: hue angle of 84.63º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82B933 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 185 | 51 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.27 |
| HSL | 84.63º | 0.57% | 0.46% | - |
| HSV(B) | 84.63º | 0.72% | 0.73% | - |
| XYZ | 27.15 | 39.68 | 9.36 | - |
| YUV | 153.28 | 70.28 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 185 | 51 | 0.30 | 0 | 0.72 | 0.27 | 84.63 | 0.57 | 0.46 |
| Hex | 82 | B9 | 33 | 1E | 0 | 48 | 1B | 55 | 39 | 2E |
| Octal | 202 | 271 | 63 | 36 | 0 | 110 | 33 | 125 | 71 | 56 |
| Binary | 10000010 | 10111001 | 110011 | 11110 | 0 | 1001000 | 11011 | 1010101 | 111001 | 101110 |
Color Harmonies of #82B933
Complementary color
Monochromatic Colors of #82B933
Black with #82B933
Text Example
Text Example
White with #82B933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B933; }
p { color: rgb(130,185,51); }
H1.HeaderClassName
{
color: #82B933;
}
.AnyTagClassName
{
color: #82B933;
}
</style>
background-color css
<style>
a { background-color: #82B933; }
a { background-color: rgb(130,185,51); }
div.DivClassName
{
background-color: #82B933;
}
.BgClassName
{
background-color: #82B933;
}
</style>
border-color css
<style>
span { border-color: #82B933; }
span { border-color: rgb(130,185,51); }
td.TdClassName
{
border-color: #82B933;
}
.TagClassName
{
border-color: #82B933;
}
</style>