Shades of Limerick #83AA29
Tints of Limerick #83AA29
RGB
CMYK
RGB Variations
Color information
#83AA29 (or 0x83AA29) is known color: Limerick. HEX triplet: 83, AA and 29. RGB value is (131,170,41). Sum of RGB (Red+Green+Blue) = 131+170+41=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AA29 is #7C55D6. Grayscale: #909090. Windows color (decimal): -8148439 or 2730627. OLE color: 2730627.
HSL color Cylindrical-coordinate representation of color #83AA29: hue angle of 78.14º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83AA29 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 170 | 41 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.33 |
| HSL | 78.14º | 0.61% | 0.41% | - |
| HSV(B) | 78.14º | 0.76% | 0.67% | - |
| XYZ | 24.14 | 33.73 | 7.34 | - |
| YUV | 143.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 170 | 41 | 0.23 | 0 | 0.76 | 0.33 | 78.14 | 0.61 | 0.41 |
| Hex | 83 | AA | 29 | 17 | 0 | 4C | 21 | 4E | 3D | 29 |
| Octal | 203 | 252 | 51 | 27 | 0 | 114 | 41 | 116 | 75 | 51 |
| Binary | 10000011 | 10101010 | 101001 | 10111 | 0 | 1001100 | 100001 | 1001110 | 111101 | 101001 |
Color Harmonies of #83AA29
Complementary color
Monochromatic Colors of #83AA29
Black with #83AA29
Text Example
Text Example
White with #83AA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AA29; }
p { color: rgb(131,170,41); }
H1.HeaderClassName
{
color: #83AA29;
}
.AnyTagClassName
{
color: #83AA29;
}
</style>
background-color css
<style>
a { background-color: #83AA29; }
a { background-color: rgb(131,170,41); }
div.DivClassName
{
background-color: #83AA29;
}
.BgClassName
{
background-color: #83AA29;
}
</style>
border-color css
<style>
span { border-color: #83AA29; }
span { border-color: rgb(131,170,41); }
td.TdClassName
{
border-color: #83AA29;
}
.TagClassName
{
border-color: #83AA29;
}
</style>