Shades of Limerick #82BA3F
Tints of Limerick #82BA3F
RGB
CMYK
RGB Variations
Color information
#82BA3F (or 0x82BA3F) is known color: Limerick. HEX triplet: 82, BA and 3F. RGB value is (130,186,63). Sum of RGB (Red+Green+Blue) = 130+186+63=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BA3F is #7D45C0. Grayscale: #9B9B9B. Windows color (decimal): -8209857 or 4176514. OLE color: 4176514.
HSL color Cylindrical-coordinate representation of color #82BA3F: hue angle of 87.32º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82BA3F is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 186 | 63 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.27 |
| HSL | 87.32º | 0.49% | 0.49% | - |
| HSV(B) | 87.32º | 0.66% | 0.73% | - |
| XYZ | 27.66 | 40.22 | 11.01 | - |
| YUV | 155.23 | 75.95 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 63 | 0.30 | 0 | 0.66 | 0.27 | 87.32 | 0.49 | 0.49 |
| Hex | 82 | BA | 3F | 1E | 0 | 42 | 1B | 57 | 31 | 31 |
| Octal | 202 | 272 | 77 | 36 | 0 | 102 | 33 | 127 | 61 | 61 |
| Binary | 10000010 | 10111010 | 111111 | 11110 | 0 | 1000010 | 11011 | 1010111 | 110001 | 110001 |
Color Harmonies of #82BA3F
Complementary color
Monochromatic Colors of #82BA3F
Black with #82BA3F
Text Example
Text Example
White with #82BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BA3F; }
p { color: rgb(130,186,63); }
H1.HeaderClassName
{
color: #82BA3F;
}
.AnyTagClassName
{
color: #82BA3F;
}
</style>
background-color css
<style>
a { background-color: #82BA3F; }
a { background-color: rgb(130,186,63); }
div.DivClassName
{
background-color: #82BA3F;
}
.BgClassName
{
background-color: #82BA3F;
}
</style>
border-color css
<style>
span { border-color: #82BA3F; }
span { border-color: rgb(130,186,63); }
td.TdClassName
{
border-color: #82BA3F;
}
.TagClassName
{
border-color: #82BA3F;
}
</style>