Shades of Limerick #82B83B
Tints of Limerick #82B83B
RGB
CMYK
RGB Variations
Color information
#82B83B (or 0x82B83B) is known color: Limerick. HEX triplet: 82, B8 and 3B. RGB value is (130,184,59). Sum of RGB (Red+Green+Blue) = 130+184+59=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #82B83B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B83B is #7D47C4. Grayscale: #9A9A9A. Windows color (decimal): -8210373 or 3913858. OLE color: 3913858.
HSL color Cylindrical-coordinate representation of color #82B83B: hue angle of 85.92º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82B83B is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 184 | 59 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.28 |
| HSL | 85.92º | 0.51% | 0.48% | - |
| HSV(B) | 85.92º | 0.68% | 0.72% | - |
| XYZ | 27.14 | 39.34 | 10.3 | - |
| YUV | 153.6 | 74.61 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 184 | 59 | 0.29 | 0 | 0.68 | 0.28 | 85.92 | 0.51 | 0.48 |
| Hex | 82 | B8 | 3B | 1D | 0 | 44 | 1C | 56 | 33 | 30 |
| Octal | 202 | 270 | 73 | 35 | 0 | 104 | 34 | 126 | 63 | 60 |
| Binary | 10000010 | 10111000 | 111011 | 11101 | 0 | 1000100 | 11100 | 1010110 | 110011 | 110000 |
Color Harmonies of #82B83B
Complementary color
Monochromatic Colors of #82B83B
Black with #82B83B
Text Example
Text Example
White with #82B83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B83B; }
p { color: rgb(130,184,59); }
H1.HeaderClassName
{
color: #82B83B;
}
.AnyTagClassName
{
color: #82B83B;
}
</style>
background-color css
<style>
a { background-color: #82B83B; }
a { background-color: rgb(130,184,59); }
div.DivClassName
{
background-color: #82B83B;
}
.BgClassName
{
background-color: #82B83B;
}
</style>
border-color css
<style>
span { border-color: #82B83B; }
span { border-color: rgb(130,184,59); }
td.TdClassName
{
border-color: #82B83B;
}
.TagClassName
{
border-color: #82B83B;
}
</style>