Shades of Limerick #83AD23
Tints of Limerick #83AD23
RGB
CMYK
RGB Variations
Color information
#83AD23 (or 0x83AD23) is known color: Limerick. HEX triplet: 83, AD and 23. RGB value is (131,173,35). Sum of RGB (Red+Green+Blue) = 131+173+35=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AD23 is #7C52DC. Grayscale: #919191. Windows color (decimal): -8147677 or 2338179. OLE color: 2338179.
HSL color Cylindrical-coordinate representation of color #83AD23: hue angle of 78.26º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83AD23 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 173 | 35 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.32 |
| HSL | 78.26º | 0.66% | 0.41% | - |
| HSV(B) | 78.26º | 0.8% | 0.68% | - |
| XYZ | 24.61 | 34.83 | 7.02 | - |
| YUV | 144.71 | 66.09 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 35 | 0.24 | 0 | 0.80 | 0.32 | 78.26 | 0.66 | 0.41 |
| Hex | 83 | AD | 23 | 18 | 0 | 50 | 20 | 4E | 42 | 29 |
| Octal | 203 | 255 | 43 | 30 | 0 | 120 | 40 | 116 | 102 | 51 |
| Binary | 10000011 | 10101101 | 100011 | 11000 | 0 | 1010000 | 100000 | 1001110 | 1000010 | 101001 |
Color Harmonies of #83AD23
Complementary color
Monochromatic Colors of #83AD23
Black with #83AD23
Text Example
Text Example
White with #83AD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AD23; }
p { color: rgb(131,173,35); }
H1.HeaderClassName
{
color: #83AD23;
}
.AnyTagClassName
{
color: #83AD23;
}
</style>
background-color css
<style>
a { background-color: #83AD23; }
a { background-color: rgb(131,173,35); }
div.DivClassName
{
background-color: #83AD23;
}
.BgClassName
{
background-color: #83AD23;
}
</style>
border-color css
<style>
span { border-color: #83AD23; }
span { border-color: rgb(131,173,35); }
td.TdClassName
{
border-color: #83AD23;
}
.TagClassName
{
border-color: #83AD23;
}
</style>