Shades of Limerick #83AB28
Tints of Limerick #83AB28
RGB
CMYK
RGB Variations
Color information
#83AB28 (or 0x83AB28) is known color: Limerick. HEX triplet: 83, AB and 28. RGB value is (131,171,40). Sum of RGB (Red+Green+Blue) = 131+171+40=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AB28 is #7C54D7. Grayscale: #909090. Windows color (decimal): -8148184 or 2665347. OLE color: 2665347.
HSL color Cylindrical-coordinate representation of color #83AB28: hue angle of 78.32º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83AB28 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 40 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.33 |
| HSL | 78.32º | 0.62% | 0.41% | - |
| HSV(B) | 78.32º | 0.77% | 0.67% | - |
| XYZ | 24.31 | 34.1 | 7.31 | - |
| YUV | 144.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 40 | 0.23 | 0 | 0.77 | 0.33 | 78.32 | 0.62 | 0.41 |
| Hex | 83 | AB | 28 | 17 | 0 | 4D | 21 | 4E | 3E | 29 |
| Octal | 203 | 253 | 50 | 27 | 0 | 115 | 41 | 116 | 76 | 51 |
| Binary | 10000011 | 10101011 | 101000 | 10111 | 0 | 1001101 | 100001 | 1001110 | 111110 | 101001 |
Color Harmonies of #83AB28
Complementary color
Monochromatic Colors of #83AB28
Black with #83AB28
Text Example
Text Example
White with #83AB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AB28; }
p { color: rgb(131,171,40); }
H1.HeaderClassName
{
color: #83AB28;
}
.AnyTagClassName
{
color: #83AB28;
}
</style>
background-color css
<style>
a { background-color: #83AB28; }
a { background-color: rgb(131,171,40); }
div.DivClassName
{
background-color: #83AB28;
}
.BgClassName
{
background-color: #83AB28;
}
</style>
border-color css
<style>
span { border-color: #83AB28; }
span { border-color: rgb(131,171,40); }
td.TdClassName
{
border-color: #83AB28;
}
.TagClassName
{
border-color: #83AB28;
}
</style>