Shades of Limerick #83B834
Tints of Limerick #83B834
RGB
CMYK
RGB Variations
Color information
#83B834 (or 0x83B834) is known color: Limerick. HEX triplet: 83, B8 and 34. RGB value is (131,184,52). Sum of RGB (Red+Green+Blue) = 131+184+52=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #83B834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B834 is #7C47CB. Grayscale: #999999. Windows color (decimal): -8144844 or 3455107. OLE color: 3455107.
HSL color Cylindrical-coordinate representation of color #83B834: hue angle of 84.09º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83B834 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 184 | 52 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.28 |
| HSL | 84.09º | 0.56% | 0.46% | - |
| HSV(B) | 84.09º | 0.72% | 0.72% | - |
| XYZ | 27.12 | 39.35 | 9.42 | - |
| YUV | 153.11 | 70.94 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 184 | 52 | 0.29 | 0 | 0.72 | 0.28 | 84.09 | 0.56 | 0.46 |
| Hex | 83 | B8 | 34 | 1D | 0 | 48 | 1C | 54 | 38 | 2E |
| Octal | 203 | 270 | 64 | 35 | 0 | 110 | 34 | 124 | 70 | 56 |
| Binary | 10000011 | 10111000 | 110100 | 11101 | 0 | 1001000 | 11100 | 1010100 | 111000 | 101110 |
Color Harmonies of #83B834
Complementary color
Monochromatic Colors of #83B834
Black with #83B834
Text Example
Text Example
White with #83B834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B834; }
p { color: rgb(131,184,52); }
H1.HeaderClassName
{
color: #83B834;
}
.AnyTagClassName
{
color: #83B834;
}
</style>
background-color css
<style>
a { background-color: #83B834; }
a { background-color: rgb(131,184,52); }
div.DivClassName
{
background-color: #83B834;
}
.BgClassName
{
background-color: #83B834;
}
</style>
border-color css
<style>
span { border-color: #83B834; }
span { border-color: rgb(131,184,52); }
td.TdClassName
{
border-color: #83B834;
}
.TagClassName
{
border-color: #83B834;
}
</style>