Shades of Limerick #83B726
Tints of Limerick #83B726
RGB
CMYK
RGB Variations
Color information
#83B726 (or 0x83B726) is known color: Limerick. HEX triplet: 83, B7 and 26. RGB value is (131,183,38). Sum of RGB (Red+Green+Blue) = 131+183+38=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #83B726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B726 is #7C48D9. Grayscale: #979797. Windows color (decimal): -8145114 or 2537347. OLE color: 2537347.
HSL color Cylindrical-coordinate representation of color #83B726: hue angle of 81.52º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83B726 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 183 | 38 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.28 |
| HSL | 81.52º | 0.66% | 0.43% | - |
| HSV(B) | 81.52º | 0.79% | 0.72% | - |
| XYZ | 26.64 | 38.83 | 7.92 | - |
| YUV | 150.92 | 64.27 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 183 | 38 | 0.28 | 0 | 0.79 | 0.28 | 81.52 | 0.66 | 0.43 |
| Hex | 83 | B7 | 26 | 1C | 0 | 4F | 1C | 52 | 42 | 2B |
| Octal | 203 | 267 | 46 | 34 | 0 | 117 | 34 | 122 | 102 | 53 |
| Binary | 10000011 | 10110111 | 100110 | 11100 | 0 | 1001111 | 11100 | 1010010 | 1000010 | 101011 |
Color Harmonies of #83B726
Complementary color
Monochromatic Colors of #83B726
Black with #83B726
Text Example
Text Example
White with #83B726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B726; }
p { color: rgb(131,183,38); }
H1.HeaderClassName
{
color: #83B726;
}
.AnyTagClassName
{
color: #83B726;
}
</style>
background-color css
<style>
a { background-color: #83B726; }
a { background-color: rgb(131,183,38); }
div.DivClassName
{
background-color: #83B726;
}
.BgClassName
{
background-color: #83B726;
}
</style>
border-color css
<style>
span { border-color: #83B726; }
span { border-color: rgb(131,183,38); }
td.TdClassName
{
border-color: #83B726;
}
.TagClassName
{
border-color: #83B726;
}
</style>