Shades of Limerick #83BA2F
Tints of Limerick #83BA2F
RGB
CMYK
RGB Variations
Color information
#83BA2F (or 0x83BA2F) is known color: Limerick. HEX triplet: 83, BA and 2F. RGB value is (131,186,47). Sum of RGB (Red+Green+Blue) = 131+186+47=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BA2F is #7C45D0. Grayscale: #9A9A9A. Windows color (decimal): -8144337 or 3127939. OLE color: 3127939.
HSL color Cylindrical-coordinate representation of color #83BA2F: hue angle of 83.74º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83BA2F is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 186 | 47 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.27 |
| HSL | 83.74º | 0.6% | 0.46% | - |
| HSV(B) | 83.74º | 0.75% | 0.73% | - |
| XYZ | 27.43 | 40.15 | 8.99 | - |
| YUV | 153.71 | 67.78 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 47 | 0.30 | 0 | 0.75 | 0.27 | 83.74 | 0.6 | 0.46 |
| Hex | 83 | BA | 2F | 1E | 0 | 4B | 1B | 54 | 3C | 2E |
| Octal | 203 | 272 | 57 | 36 | 0 | 113 | 33 | 124 | 74 | 56 |
| Binary | 10000011 | 10111010 | 101111 | 11110 | 0 | 1001011 | 11011 | 1010100 | 111100 | 101110 |
Color Harmonies of #83BA2F
Complementary color
Monochromatic Colors of #83BA2F
Black with #83BA2F
Text Example
Text Example
White with #83BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BA2F; }
p { color: rgb(131,186,47); }
H1.HeaderClassName
{
color: #83BA2F;
}
.AnyTagClassName
{
color: #83BA2F;
}
</style>
background-color css
<style>
a { background-color: #83BA2F; }
a { background-color: rgb(131,186,47); }
div.DivClassName
{
background-color: #83BA2F;
}
.BgClassName
{
background-color: #83BA2F;
}
</style>
border-color css
<style>
span { border-color: #83BA2F; }
span { border-color: rgb(131,186,47); }
td.TdClassName
{
border-color: #83BA2F;
}
.TagClassName
{
border-color: #83BA2F;
}
</style>