Shades of Limerick #83A022
Tints of Limerick #83A022
RGB
CMYK
RGB Variations
Color information
#83A022 (or 0x83A022) is known color: Limerick. HEX triplet: 83, A0 and 22. RGB value is (131,160,34). Sum of RGB (Red+Green+Blue) = 131+160+34=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #83A022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A022 is #7C5FDD. Grayscale: #898989. Windows color (decimal): -8151006 or 2269315. OLE color: 2269315.
HSL color Cylindrical-coordinate representation of color #83A022: hue angle of 73.81º degrees, saturation: 0.65, 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 #83A022 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 160 | 34 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.37 |
| HSL | 73.81º | 0.65% | 0.38% | - |
| HSV(B) | 73.81º | 0.79% | 0.63% | - |
| XYZ | 22.22 | 30.08 | 6.15 | - |
| YUV | 136.97 | 69.89 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 160 | 34 | 0.18 | 0 | 0.79 | 0.37 | 73.81 | 0.65 | 0.38 |
| Hex | 83 | A0 | 22 | 12 | 0 | 4F | 25 | 4A | 41 | 26 |
| Octal | 203 | 240 | 42 | 22 | 0 | 117 | 45 | 112 | 101 | 46 |
| Binary | 10000011 | 10100000 | 100010 | 10010 | 0 | 1001111 | 100101 | 1001010 | 1000001 | 100110 |
Color Harmonies of #83A022
Complementary color
Monochromatic Colors of #83A022
Black with #83A022
Text Example
Text Example
White with #83A022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A022; }
p { color: rgb(131,160,34); }
H1.HeaderClassName
{
color: #83A022;
}
.AnyTagClassName
{
color: #83A022;
}
</style>
background-color css
<style>
a { background-color: #83A022; }
a { background-color: rgb(131,160,34); }
div.DivClassName
{
background-color: #83A022;
}
.BgClassName
{
background-color: #83A022;
}
</style>
border-color css
<style>
span { border-color: #83A022; }
span { border-color: rgb(131,160,34); }
td.TdClassName
{
border-color: #83A022;
}
.TagClassName
{
border-color: #83A022;
}
</style>