Shades of Limerick #83A021
Tints of Limerick #83A021
RGB
CMYK
RGB Variations
Color information
#83A021 (or 0x83A021) is known color: Limerick. HEX triplet: 83, A0 and 21. RGB value is (131,160,33). Sum of RGB (Red+Green+Blue) = 131+160+33=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #83A021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A021 is #7C5FDE. Grayscale: #898989. Windows color (decimal): -8151007 or 2203779. OLE color: 2203779.
HSL color Cylindrical-coordinate representation of color #83A021: hue angle of 73.7º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83A021 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 160 | 33 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.37 |
| HSL | 73.7º | 0.66% | 0.38% | - |
| HSV(B) | 73.7º | 0.79% | 0.63% | - |
| XYZ | 22.21 | 30.08 | 6.07 | - |
| YUV | 136.85 | 69.39 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 160 | 33 | 0.18 | 0 | 0.79 | 0.37 | 73.7 | 0.66 | 0.38 |
| Hex | 83 | A0 | 21 | 12 | 0 | 4F | 25 | 4A | 42 | 26 |
| Octal | 203 | 240 | 41 | 22 | 0 | 117 | 45 | 112 | 102 | 46 |
| Binary | 10000011 | 10100000 | 100001 | 10010 | 0 | 1001111 | 100101 | 1001010 | 1000010 | 100110 |
Color Harmonies of #83A021
Complementary color
Monochromatic Colors of #83A021
Black with #83A021
Text Example
Text Example
White with #83A021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A021; }
p { color: rgb(131,160,33); }
H1.HeaderClassName
{
color: #83A021;
}
.AnyTagClassName
{
color: #83A021;
}
</style>
background-color css
<style>
a { background-color: #83A021; }
a { background-color: rgb(131,160,33); }
div.DivClassName
{
background-color: #83A021;
}
.BgClassName
{
background-color: #83A021;
}
</style>
border-color css
<style>
span { border-color: #83A021; }
span { border-color: rgb(131,160,33); }
td.TdClassName
{
border-color: #83A021;
}
.TagClassName
{
border-color: #83A021;
}
</style>