Shades of Limerick #93BC2C
Tints of Limerick #93BC2C
RGB
CMYK
RGB Variations
Color information
#93BC2C (or 0x93BC2C) is known color: Limerick. HEX triplet: 93, BC and 2C. RGB value is (147,188,44). Sum of RGB (Red+Green+Blue) = 147+188+44=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BC2C is #6C43D3. Grayscale: #9F9F9F. Windows color (decimal): -7095252 or 2931859. OLE color: 2931859.
HSL color Cylindrical-coordinate representation of color #93BC2C: hue angle of 77.08º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #93BC2C is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 44 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.26 |
| HSL | 77.08º | 0.62% | 0.45% | - |
| HSV(B) | 77.08º | 0.77% | 0.74% | - |
| XYZ | 30.47 | 42.35 | 8.95 | - |
| YUV | 159.33 | 62.92 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 44 | 0.22 | 0 | 0.77 | 0.26 | 77.08 | 0.62 | 0.45 |
| Hex | 93 | BC | 2C | 16 | 0 | 4D | 1A | 4D | 3E | 2D |
| Octal | 223 | 274 | 54 | 26 | 0 | 115 | 32 | 115 | 76 | 55 |
| Binary | 10010011 | 10111100 | 101100 | 10110 | 0 | 1001101 | 11010 | 1001101 | 111110 | 101101 |
Color Harmonies of #93BC2C
Complementary color
Monochromatic Colors of #93BC2C
Black with #93BC2C
Text Example
Text Example
White with #93BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC2C; }
p { color: rgb(147,188,44); }
H1.HeaderClassName
{
color: #93BC2C;
}
.AnyTagClassName
{
color: #93BC2C;
}
</style>
background-color css
<style>
a { background-color: #93BC2C; }
a { background-color: rgb(147,188,44); }
div.DivClassName
{
background-color: #93BC2C;
}
.BgClassName
{
background-color: #93BC2C;
}
</style>
border-color css
<style>
span { border-color: #93BC2C; }
span { border-color: rgb(147,188,44); }
td.TdClassName
{
border-color: #93BC2C;
}
.TagClassName
{
border-color: #93BC2C;
}
</style>