Shades of Limerick #83B92C
Tints of Limerick #83B92C
RGB
CMYK
RGB Variations
Color information
#83B92C (or 0x83B92C) is known color: Limerick. HEX triplet: 83, B9 and 2C. RGB value is (131,185,44). Sum of RGB (Red+Green+Blue) = 131+185+44=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #83B92C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B92C is #7C46D3. Grayscale: #999999. Windows color (decimal): -8144596 or 2931075. OLE color: 2931075.
HSL color Cylindrical-coordinate representation of color #83B92C: hue angle of 82.98º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83B92C is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 185 | 44 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.27 |
| HSL | 82.98º | 0.62% | 0.45% | - |
| HSV(B) | 82.98º | 0.76% | 0.73% | - |
| XYZ | 27.16 | 39.71 | 8.62 | - |
| YUV | 152.78 | 66.61 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 185 | 44 | 0.29 | 0 | 0.76 | 0.27 | 82.98 | 0.62 | 0.45 |
| Hex | 83 | B9 | 2C | 1D | 0 | 4C | 1B | 53 | 3E | 2D |
| Octal | 203 | 271 | 54 | 35 | 0 | 114 | 33 | 123 | 76 | 55 |
| Binary | 10000011 | 10111001 | 101100 | 11101 | 0 | 1001100 | 11011 | 1010011 | 111110 | 101101 |
Color Harmonies of #83B92C
Complementary color
Monochromatic Colors of #83B92C
Black with #83B92C
Text Example
Text Example
White with #83B92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B92C; }
p { color: rgb(131,185,44); }
H1.HeaderClassName
{
color: #83B92C;
}
.AnyTagClassName
{
color: #83B92C;
}
</style>
background-color css
<style>
a { background-color: #83B92C; }
a { background-color: rgb(131,185,44); }
div.DivClassName
{
background-color: #83B92C;
}
.BgClassName
{
background-color: #83B92C;
}
</style>
border-color css
<style>
span { border-color: #83B92C; }
span { border-color: rgb(131,185,44); }
td.TdClassName
{
border-color: #83B92C;
}
.TagClassName
{
border-color: #83B92C;
}
</style>