Shades of Limerick #83AA20
Tints of Limerick #83AA20
RGB
CMYK
RGB Variations
Color information
#83AA20 (or 0x83AA20) is known color: Limerick. HEX triplet: 83, AA and 20. RGB value is (131,170,32). Sum of RGB (Red+Green+Blue) = 131+170+32=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AA20 is #7C55DF. Grayscale: #8F8F8F. Windows color (decimal): -8148448 or 2140803. OLE color: 2140803.
HSL color Cylindrical-coordinate representation of color #83AA20: hue angle of 76.96º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83AA20 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 170 | 32 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.33 |
| HSL | 76.96º | 0.68% | 0.4% | - |
| HSV(B) | 76.96º | 0.81% | 0.67% | - |
| XYZ | 24 | 33.68 | 6.6 | - |
| YUV | 142.61 | 65.58 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 170 | 32 | 0.23 | 0 | 0.81 | 0.33 | 76.96 | 0.68 | 0.4 |
| Hex | 83 | AA | 20 | 17 | 0 | 51 | 21 | 4D | 44 | 28 |
| Octal | 203 | 252 | 40 | 27 | 0 | 121 | 41 | 115 | 104 | 50 |
| Binary | 10000011 | 10101010 | 100000 | 10111 | 0 | 1010001 | 100001 | 1001101 | 1000100 | 101000 |
Color Harmonies of #83AA20
Complementary color
Monochromatic Colors of #83AA20
Black with #83AA20
Text Example
Text Example
White with #83AA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AA20; }
p { color: rgb(131,170,32); }
H1.HeaderClassName
{
color: #83AA20;
}
.AnyTagClassName
{
color: #83AA20;
}
</style>
background-color css
<style>
a { background-color: #83AA20; }
a { background-color: rgb(131,170,32); }
div.DivClassName
{
background-color: #83AA20;
}
.BgClassName
{
background-color: #83AA20;
}
</style>
border-color css
<style>
span { border-color: #83AA20; }
span { border-color: rgb(131,170,32); }
td.TdClassName
{
border-color: #83AA20;
}
.TagClassName
{
border-color: #83AA20;
}
</style>