Shades of Limerick #83B32A
Tints of Limerick #83B32A
RGB
CMYK
RGB Variations
Color information
#83B32A (or 0x83B32A) is known color: Limerick. HEX triplet: 83, B3 and 2A. RGB value is (131,179,42). Sum of RGB (Red+Green+Blue) = 131+179+42=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #83B32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B32A is #7C4CD5. Grayscale: #959595. Windows color (decimal): -8146134 or 2798467. OLE color: 2798467.
HSL color Cylindrical-coordinate representation of color #83B32A: hue angle of 81.02º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83B32A is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 179 | 42 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.30 |
| HSL | 81.02º | 0.62% | 0.43% | - |
| HSV(B) | 81.02º | 0.77% | 0.7% | - |
| XYZ | 25.9 | 37.23 | 8.01 | - |
| YUV | 149.03 | 67.6 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 179 | 42 | 0.27 | 0 | 0.77 | 0.30 | 81.02 | 0.62 | 0.43 |
| Hex | 83 | B3 | 2A | 1B | 0 | 4D | 1E | 51 | 3E | 2B |
| Octal | 203 | 263 | 52 | 33 | 0 | 115 | 36 | 121 | 76 | 53 |
| Binary | 10000011 | 10110011 | 101010 | 11011 | 0 | 1001101 | 11110 | 1010001 | 111110 | 101011 |
Color Harmonies of #83B32A
Complementary color
Monochromatic Colors of #83B32A
Black with #83B32A
Text Example
Text Example
White with #83B32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B32A; }
p { color: rgb(131,179,42); }
H1.HeaderClassName
{
color: #83B32A;
}
.AnyTagClassName
{
color: #83B32A;
}
</style>
background-color css
<style>
a { background-color: #83B32A; }
a { background-color: rgb(131,179,42); }
div.DivClassName
{
background-color: #83B32A;
}
.BgClassName
{
background-color: #83B32A;
}
</style>
border-color css
<style>
span { border-color: #83B32A; }
span { border-color: rgb(131,179,42); }
td.TdClassName
{
border-color: #83B32A;
}
.TagClassName
{
border-color: #83B32A;
}
</style>