Shades of Limerick #83A320
Tints of Limerick #83A320
RGB
CMYK
RGB Variations
Color information
#83A320 (or 0x83A320) is known color: Limerick. HEX triplet: 83, A3 and 20. RGB value is (131,163,32). Sum of RGB (Red+Green+Blue) = 131+163+32=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #83A320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A320 is #7C5CDF. Grayscale: #8A8A8A. Windows color (decimal): -8150240 or 2139011. OLE color: 2139011.
HSL color Cylindrical-coordinate representation of color #83A320: hue angle of 74.66º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83A320 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 163 | 32 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.36 |
| HSL | 74.66º | 0.67% | 0.38% | - |
| HSV(B) | 74.66º | 0.8% | 0.64% | - |
| XYZ | 22.72 | 31.12 | 6.18 | - |
| YUV | 138.5 | 67.9 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 163 | 32 | 0.20 | 0 | 0.80 | 0.36 | 74.66 | 0.67 | 0.38 |
| Hex | 83 | A3 | 20 | 14 | 0 | 50 | 24 | 4B | 43 | 26 |
| Octal | 203 | 243 | 40 | 24 | 0 | 120 | 44 | 113 | 103 | 46 |
| Binary | 10000011 | 10100011 | 100000 | 10100 | 0 | 1010000 | 100100 | 1001011 | 1000011 | 100110 |
Color Harmonies of #83A320
Complementary color
Monochromatic Colors of #83A320
Black with #83A320
Text Example
Text Example
White with #83A320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A320; }
p { color: rgb(131,163,32); }
H1.HeaderClassName
{
color: #83A320;
}
.AnyTagClassName
{
color: #83A320;
}
</style>
background-color css
<style>
a { background-color: #83A320; }
a { background-color: rgb(131,163,32); }
div.DivClassName
{
background-color: #83A320;
}
.BgClassName
{
background-color: #83A320;
}
</style>
border-color css
<style>
span { border-color: #83A320; }
span { border-color: rgb(131,163,32); }
td.TdClassName
{
border-color: #83A320;
}
.TagClassName
{
border-color: #83A320;
}
</style>