Shades of Limerick #83B828
Tints of Limerick #83B828
RGB
CMYK
RGB Variations
Color information
#83B828 (or 0x83B828) is known color: Limerick. HEX triplet: 83, B8 and 28. RGB value is (131,184,40). Sum of RGB (Red+Green+Blue) = 131+184+40=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #83B828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B828 is #7C47D7. Grayscale: #989898. Windows color (decimal): -8144856 or 2668675. OLE color: 2668675.
HSL color Cylindrical-coordinate representation of color #83B828: hue angle of 82.08º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83B828 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 184 | 40 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.28 |
| HSL | 82.08º | 0.64% | 0.44% | - |
| HSV(B) | 82.08º | 0.78% | 0.72% | - |
| XYZ | 26.88 | 39.26 | 8.17 | - |
| YUV | 151.74 | 64.94 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 184 | 40 | 0.29 | 0 | 0.78 | 0.28 | 82.08 | 0.64 | 0.44 |
| Hex | 83 | B8 | 28 | 1D | 0 | 4E | 1C | 52 | 40 | 2C |
| Octal | 203 | 270 | 50 | 35 | 0 | 116 | 34 | 122 | 100 | 54 |
| Binary | 10000011 | 10111000 | 101000 | 11101 | 0 | 1001110 | 11100 | 1010010 | 1000000 | 101100 |
Color Harmonies of #83B828
Complementary color
Monochromatic Colors of #83B828
Black with #83B828
Text Example
Text Example
White with #83B828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B828; }
p { color: rgb(131,184,40); }
H1.HeaderClassName
{
color: #83B828;
}
.AnyTagClassName
{
color: #83B828;
}
</style>
background-color css
<style>
a { background-color: #83B828; }
a { background-color: rgb(131,184,40); }
div.DivClassName
{
background-color: #83B828;
}
.BgClassName
{
background-color: #83B828;
}
</style>
border-color css
<style>
span { border-color: #83B828; }
span { border-color: rgb(131,184,40); }
td.TdClassName
{
border-color: #83B828;
}
.TagClassName
{
border-color: #83B828;
}
</style>