Shades of Limerick #82BA3E
Tints of Limerick #82BA3E
RGB
CMYK
RGB Variations
Color information
#82BA3E (or 0x82BA3E) is known color: Limerick. HEX triplet: 82, BA and 3E. RGB value is (130,186,62). Sum of RGB (Red+Green+Blue) = 130+186+62=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BA3E is #7D45C1. Grayscale: #9B9B9B. Windows color (decimal): -8209858 or 4110978. OLE color: 4110978.
HSL color Cylindrical-coordinate representation of color #82BA3E: hue angle of 87.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82BA3E is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 186 | 62 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.27 |
| HSL | 87.1º | 0.5% | 0.49% | - |
| HSV(B) | 87.1º | 0.67% | 0.73% | - |
| XYZ | 27.63 | 40.21 | 10.86 | - |
| YUV | 155.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 62 | 0.30 | 0 | 0.67 | 0.27 | 87.1 | 0.5 | 0.49 |
| Hex | 82 | BA | 3E | 1E | 0 | 43 | 1B | 57 | 32 | 31 |
| Octal | 202 | 272 | 76 | 36 | 0 | 103 | 33 | 127 | 62 | 61 |
| Binary | 10000010 | 10111010 | 111110 | 11110 | 0 | 1000011 | 11011 | 1010111 | 110010 | 110001 |
Color Harmonies of #82BA3E
Complementary color
Monochromatic Colors of #82BA3E
Black with #82BA3E
Text Example
Text Example
White with #82BA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BA3E; }
p { color: rgb(130,186,62); }
H1.HeaderClassName
{
color: #82BA3E;
}
.AnyTagClassName
{
color: #82BA3E;
}
</style>
background-color css
<style>
a { background-color: #82BA3E; }
a { background-color: rgb(130,186,62); }
div.DivClassName
{
background-color: #82BA3E;
}
.BgClassName
{
background-color: #82BA3E;
}
</style>
border-color css
<style>
span { border-color: #82BA3E; }
span { border-color: rgb(130,186,62); }
td.TdClassName
{
border-color: #82BA3E;
}
.TagClassName
{
border-color: #82BA3E;
}
</style>