Shades of Limerick #83A72D
Tints of Limerick #83A72D
RGB
CMYK
RGB Variations
Color information
#83A72D (or 0x83A72D) is known color: Limerick. HEX triplet: 83, A7 and 2D. RGB value is (131,167,45). Sum of RGB (Red+Green+Blue) = 131+167+45=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 167 (65.62% from 255 or 48.69% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 167 - color contains mainly: green. Hex color #83A72D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A72D is #7C58D2. Grayscale: #8E8E8E. Windows color (decimal): -8149203 or 2992003. OLE color: 2992003.
HSL color Cylindrical-coordinate representation of color #83A72D: hue angle of 77.7º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83A72D is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 167 | 45 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.35 |
| HSL | 77.7º | 0.58% | 0.42% | - |
| HSV(B) | 77.7º | 0.73% | 0.65% | - |
| XYZ | 23.65 | 32.65 | 7.54 | - |
| YUV | 142.33 | 73.07 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 167 | 45 | 0.22 | 0 | 0.73 | 0.35 | 77.7 | 0.58 | 0.42 |
| Hex | 83 | A7 | 2D | 16 | 0 | 49 | 23 | 4E | 3A | 2A |
| Octal | 203 | 247 | 55 | 26 | 0 | 111 | 43 | 116 | 72 | 52 |
| Binary | 10000011 | 10100111 | 101101 | 10110 | 0 | 1001001 | 100011 | 1001110 | 111010 | 101010 |
Color Harmonies of #83A72D
Complementary color
Monochromatic Colors of #83A72D
Black with #83A72D
Text Example
Text Example
White with #83A72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A72D; }
p { color: rgb(131,167,45); }
H1.HeaderClassName
{
color: #83A72D;
}
.AnyTagClassName
{
color: #83A72D;
}
</style>
background-color css
<style>
a { background-color: #83A72D; }
a { background-color: rgb(131,167,45); }
div.DivClassName
{
background-color: #83A72D;
}
.BgClassName
{
background-color: #83A72D;
}
</style>
border-color css
<style>
span { border-color: #83A72D; }
span { border-color: rgb(131,167,45); }
td.TdClassName
{
border-color: #83A72D;
}
.TagClassName
{
border-color: #83A72D;
}
</style>