Shades of Limerick #83AB2A
Tints of Limerick #83AB2A
RGB
CMYK
RGB Variations
Color information
#83AB2A (or 0x83AB2A) is known color: Limerick. HEX triplet: 83, AB and 2A. RGB value is (131,171,42). Sum of RGB (Red+Green+Blue) = 131+171+42=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AB2A is #7C54D5. Grayscale: #909090. Windows color (decimal): -8148182 or 2796419. OLE color: 2796419.
HSL color Cylindrical-coordinate representation of color #83AB2A: hue angle of 78.6º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83AB2A is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 42 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.33 |
| HSL | 78.6º | 0.61% | 0.42% | - |
| HSV(B) | 78.6º | 0.75% | 0.67% | - |
| XYZ | 24.34 | 34.12 | 7.49 | - |
| YUV | 144.33 | 70.25 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 42 | 0.23 | 0 | 0.75 | 0.33 | 78.6 | 0.61 | 0.42 |
| Hex | 83 | AB | 2A | 17 | 0 | 4B | 21 | 4F | 3D | 2A |
| Octal | 203 | 253 | 52 | 27 | 0 | 113 | 41 | 117 | 75 | 52 |
| Binary | 10000011 | 10101011 | 101010 | 10111 | 0 | 1001011 | 100001 | 1001111 | 111101 | 101010 |
Color Harmonies of #83AB2A
Complementary color
Monochromatic Colors of #83AB2A
Black with #83AB2A
Text Example
Text Example
White with #83AB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AB2A; }
p { color: rgb(131,171,42); }
H1.HeaderClassName
{
color: #83AB2A;
}
.AnyTagClassName
{
color: #83AB2A;
}
</style>
background-color css
<style>
a { background-color: #83AB2A; }
a { background-color: rgb(131,171,42); }
div.DivClassName
{
background-color: #83AB2A;
}
.BgClassName
{
background-color: #83AB2A;
}
</style>
border-color css
<style>
span { border-color: #83AB2A; }
span { border-color: rgb(131,171,42); }
td.TdClassName
{
border-color: #83AB2A;
}
.TagClassName
{
border-color: #83AB2A;
}
</style>