Shades of Limerick #83B336
Tints of Limerick #83B336
RGB
CMYK
RGB Variations
Color information
#83B336 (or 0x83B336) is known color: Limerick. HEX triplet: 83, B3 and 36. RGB value is (131,179,54). Sum of RGB (Red+Green+Blue) = 131+179+54=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 179 - color contains mainly: green. Hex color #83B336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B336 is #7C4CC9. Grayscale: #969696. Windows color (decimal): -8146122 or 3584899. OLE color: 3584899.
HSL color Cylindrical-coordinate representation of color #83B336: hue angle of 83.04º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83B336 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 179 | 54 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.30 |
| HSL | 83.04º | 0.54% | 0.46% | - |
| HSV(B) | 83.04º | 0.7% | 0.7% | - |
| XYZ | 26.15 | 37.33 | 9.32 | - |
| YUV | 150.4 | 73.6 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 179 | 54 | 0.27 | 0 | 0.70 | 0.30 | 83.04 | 0.54 | 0.46 |
| Hex | 83 | B3 | 36 | 1B | 0 | 46 | 1E | 53 | 36 | 2E |
| Octal | 203 | 263 | 66 | 33 | 0 | 106 | 36 | 123 | 66 | 56 |
| Binary | 10000011 | 10110011 | 110110 | 11011 | 0 | 1000110 | 11110 | 1010011 | 110110 | 101110 |
Color Harmonies of #83B336
Complementary color
Monochromatic Colors of #83B336
Black with #83B336
Text Example
Text Example
White with #83B336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B336; }
p { color: rgb(131,179,54); }
H1.HeaderClassName
{
color: #83B336;
}
.AnyTagClassName
{
color: #83B336;
}
</style>
background-color css
<style>
a { background-color: #83B336; }
a { background-color: rgb(131,179,54); }
div.DivClassName
{
background-color: #83B336;
}
.BgClassName
{
background-color: #83B336;
}
</style>
border-color css
<style>
span { border-color: #83B336; }
span { border-color: rgb(131,179,54); }
td.TdClassName
{
border-color: #83B336;
}
.TagClassName
{
border-color: #83B336;
}
</style>