Shades of Limerick #83BA31
Tints of Limerick #83BA31
RGB
CMYK
RGB Variations
Color information
#83BA31 (or 0x83BA31) is known color: Limerick. HEX triplet: 83, BA and 31. RGB value is (131,186,49). Sum of RGB (Red+Green+Blue) = 131+186+49=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BA31 is #7C45CE. Grayscale: #9A9A9A. Windows color (decimal): -8144335 or 3259011. OLE color: 3259011.
HSL color Cylindrical-coordinate representation of color #83BA31: hue angle of 84.09º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83BA31 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 186 | 49 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.27 |
| HSL | 84.09º | 0.58% | 0.46% | - |
| HSV(B) | 84.09º | 0.74% | 0.73% | - |
| XYZ | 27.47 | 40.16 | 9.21 | - |
| YUV | 153.94 | 68.78 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 49 | 0.30 | 0 | 0.74 | 0.27 | 84.09 | 0.58 | 0.46 |
| Hex | 83 | BA | 31 | 1E | 0 | 4A | 1B | 54 | 3A | 2E |
| Octal | 203 | 272 | 61 | 36 | 0 | 112 | 33 | 124 | 72 | 56 |
| Binary | 10000011 | 10111010 | 110001 | 11110 | 0 | 1001010 | 11011 | 1010100 | 111010 | 101110 |
Color Harmonies of #83BA31
Complementary color
Monochromatic Colors of #83BA31
Black with #83BA31
Text Example
Text Example
White with #83BA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BA31; }
p { color: rgb(131,186,49); }
H1.HeaderClassName
{
color: #83BA31;
}
.AnyTagClassName
{
color: #83BA31;
}
</style>
background-color css
<style>
a { background-color: #83BA31; }
a { background-color: rgb(131,186,49); }
div.DivClassName
{
background-color: #83BA31;
}
.BgClassName
{
background-color: #83BA31;
}
</style>
border-color css
<style>
span { border-color: #83BA31; }
span { border-color: rgb(131,186,49); }
td.TdClassName
{
border-color: #83BA31;
}
.TagClassName
{
border-color: #83BA31;
}
</style>