Shades of Limerick #83B534
Tints of Limerick #83B534
RGB
CMYK
RGB Variations
Color information
#83B534 (or 0x83B534) is known color: Limerick. HEX triplet: 83, B5 and 34. RGB value is (131,181,52). Sum of RGB (Red+Green+Blue) = 131+181+52=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 181 - color contains mainly: green. Hex color #83B534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B534 is #7C4ACB. Grayscale: #979797. Windows color (decimal): -8145612 or 3454339. OLE color: 3454339.
HSL color Cylindrical-coordinate representation of color #83B534: hue angle of 83.26º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83B534 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 181 | 52 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.29 |
| HSL | 83.26º | 0.55% | 0.46% | - |
| HSV(B) | 83.26º | 0.71% | 0.71% | - |
| XYZ | 26.5 | 38.12 | 9.21 | - |
| YUV | 151.34 | 71.94 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 181 | 52 | 0.28 | 0 | 0.71 | 0.29 | 83.26 | 0.55 | 0.46 |
| Hex | 83 | B5 | 34 | 1C | 0 | 47 | 1D | 53 | 37 | 2E |
| Octal | 203 | 265 | 64 | 34 | 0 | 107 | 35 | 123 | 67 | 56 |
| Binary | 10000011 | 10110101 | 110100 | 11100 | 0 | 1000111 | 11101 | 1010011 | 110111 | 101110 |
Color Harmonies of #83B534
Complementary color
Monochromatic Colors of #83B534
Black with #83B534
Text Example
Text Example
White with #83B534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B534; }
p { color: rgb(131,181,52); }
H1.HeaderClassName
{
color: #83B534;
}
.AnyTagClassName
{
color: #83B534;
}
</style>
background-color css
<style>
a { background-color: #83B534; }
a { background-color: rgb(131,181,52); }
div.DivClassName
{
background-color: #83B534;
}
.BgClassName
{
background-color: #83B534;
}
</style>
border-color css
<style>
span { border-color: #83B534; }
span { border-color: rgb(131,181,52); }
td.TdClassName
{
border-color: #83B534;
}
.TagClassName
{
border-color: #83B534;
}
</style>