Shades of Limerick #83B92F
Tints of Limerick #83B92F
RGB
CMYK
RGB Variations
Color information
#83B92F (or 0x83B92F) is known color: Limerick. HEX triplet: 83, B9 and 2F. RGB value is (131,185,47). Sum of RGB (Red+Green+Blue) = 131+185+47=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #83B92F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B92F is #7C46D0. Grayscale: #999999. Windows color (decimal): -8144593 or 3127683. OLE color: 3127683.
HSL color Cylindrical-coordinate representation of color #83B92F: hue angle of 83.48º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83B92F is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 185 | 47 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.27 |
| HSL | 83.48º | 0.59% | 0.45% | - |
| HSV(B) | 83.48º | 0.75% | 0.73% | - |
| XYZ | 27.22 | 39.73 | 8.92 | - |
| YUV | 153.12 | 68.11 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 185 | 47 | 0.29 | 0 | 0.75 | 0.27 | 83.48 | 0.59 | 0.45 |
| Hex | 83 | B9 | 2F | 1D | 0 | 4B | 1B | 53 | 3B | 2D |
| Octal | 203 | 271 | 57 | 35 | 0 | 113 | 33 | 123 | 73 | 55 |
| Binary | 10000011 | 10111001 | 101111 | 11101 | 0 | 1001011 | 11011 | 1010011 | 111011 | 101101 |
Color Harmonies of #83B92F
Complementary color
Monochromatic Colors of #83B92F
Black with #83B92F
Text Example
Text Example
White with #83B92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B92F; }
p { color: rgb(131,185,47); }
H1.HeaderClassName
{
color: #83B92F;
}
.AnyTagClassName
{
color: #83B92F;
}
</style>
background-color css
<style>
a { background-color: #83B92F; }
a { background-color: rgb(131,185,47); }
div.DivClassName
{
background-color: #83B92F;
}
.BgClassName
{
background-color: #83B92F;
}
</style>
border-color css
<style>
span { border-color: #83B92F; }
span { border-color: rgb(131,185,47); }
td.TdClassName
{
border-color: #83B92F;
}
.TagClassName
{
border-color: #83B92F;
}
</style>