Shades of Limerick #83BC32
Tints of Limerick #83BC32
RGB
CMYK
RGB Variations
Color information
#83BC32 (or 0x83BC32) is known color: Limerick. HEX triplet: 83, BC and 32. RGB value is (131,188,50). Sum of RGB (Red+Green+Blue) = 131+188+50=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC32 is #7C43CD. Grayscale: #9B9B9B. Windows color (decimal): -8143822 or 3325059. OLE color: 3325059.
HSL color Cylindrical-coordinate representation of color #83BC32: hue angle of 84.78º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83BC32 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 50 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.26 |
| HSL | 84.78º | 0.58% | 0.47% | - |
| HSV(B) | 84.78º | 0.73% | 0.74% | - |
| XYZ | 27.92 | 41.02 | 9.46 | - |
| YUV | 155.23 | 68.62 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 50 | 0.30 | 0 | 0.73 | 0.26 | 84.78 | 0.58 | 0.47 |
| Hex | 83 | BC | 32 | 1E | 0 | 49 | 1A | 55 | 3A | 2F |
| Octal | 203 | 274 | 62 | 36 | 0 | 111 | 32 | 125 | 72 | 57 |
| Binary | 10000011 | 10111100 | 110010 | 11110 | 0 | 1001001 | 11010 | 1010101 | 111010 | 101111 |
Color Harmonies of #83BC32
Complementary color
Monochromatic Colors of #83BC32
Black with #83BC32
Text Example
Text Example
White with #83BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC32; }
p { color: rgb(131,188,50); }
H1.HeaderClassName
{
color: #83BC32;
}
.AnyTagClassName
{
color: #83BC32;
}
</style>
background-color css
<style>
a { background-color: #83BC32; }
a { background-color: rgb(131,188,50); }
div.DivClassName
{
background-color: #83BC32;
}
.BgClassName
{
background-color: #83BC32;
}
</style>
border-color css
<style>
span { border-color: #83BC32; }
span { border-color: rgb(131,188,50); }
td.TdClassName
{
border-color: #83BC32;
}
.TagClassName
{
border-color: #83BC32;
}
</style>