Shades of Limerick #83B335
Tints of Limerick #83B335
RGB
CMYK
RGB Variations
Color information
#83B335 (or 0x83B335) is known color: Limerick. HEX triplet: 83, B3 and 35. RGB value is (131,179,53). Sum of RGB (Red+Green+Blue) = 131+179+53=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #83B335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B335 is #7C4CCA. Grayscale: #969696. Windows color (decimal): -8146123 or 3519363. OLE color: 3519363.
HSL color Cylindrical-coordinate representation of color #83B335: hue angle of 82.86º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83B335 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 179 | 53 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.30 |
| HSL | 82.86º | 0.54% | 0.45% | - |
| HSV(B) | 82.86º | 0.7% | 0.7% | - |
| XYZ | 26.12 | 37.32 | 9.2 | - |
| YUV | 150.28 | 73.1 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 179 | 53 | 0.27 | 0 | 0.70 | 0.30 | 82.86 | 0.54 | 0.45 |
| Hex | 83 | B3 | 35 | 1B | 0 | 46 | 1E | 53 | 36 | 2D |
| Octal | 203 | 263 | 65 | 33 | 0 | 106 | 36 | 123 | 66 | 55 |
| Binary | 10000011 | 10110011 | 110101 | 11011 | 0 | 1000110 | 11110 | 1010011 | 110110 | 101101 |
Color Harmonies of #83B335
Complementary color
Monochromatic Colors of #83B335
Black with #83B335
Text Example
Text Example
White with #83B335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B335; }
p { color: rgb(131,179,53); }
H1.HeaderClassName
{
color: #83B335;
}
.AnyTagClassName
{
color: #83B335;
}
</style>
background-color css
<style>
a { background-color: #83B335; }
a { background-color: rgb(131,179,53); }
div.DivClassName
{
background-color: #83B335;
}
.BgClassName
{
background-color: #83B335;
}
</style>
border-color css
<style>
span { border-color: #83B335; }
span { border-color: rgb(131,179,53); }
td.TdClassName
{
border-color: #83B335;
}
.TagClassName
{
border-color: #83B335;
}
</style>