Shades of Limerick #93BB2C
Tints of Limerick #93BB2C
RGB
CMYK
RGB Variations
Color information
#93BB2C (or 0x93BB2C) is known color: Limerick. HEX triplet: 93, BB and 2C. RGB value is (147,187,44). Sum of RGB (Red+Green+Blue) = 147+187+44=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BB2C is #6C44D3. Grayscale: #9F9F9F. Windows color (decimal): -7095508 or 2931603. OLE color: 2931603.
HSL color Cylindrical-coordinate representation of color #93BB2C: hue angle of 76.78º 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 #93BB2C is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 44 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.27 |
| HSL | 76.78º | 0.62% | 0.45% | - |
| HSV(B) | 76.78º | 0.76% | 0.73% | - |
| XYZ | 30.26 | 41.93 | 8.88 | - |
| YUV | 158.74 | 63.25 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 44 | 0.21 | 0 | 0.76 | 0.27 | 76.78 | 0.62 | 0.45 |
| Hex | 93 | BB | 2C | 15 | 0 | 4C | 1B | 4D | 3E | 2D |
| Octal | 223 | 273 | 54 | 25 | 0 | 114 | 33 | 115 | 76 | 55 |
| Binary | 10010011 | 10111011 | 101100 | 10101 | 0 | 1001100 | 11011 | 1001101 | 111110 | 101101 |
Color Harmonies of #93BB2C
Complementary color
Monochromatic Colors of #93BB2C
Black with #93BB2C
Text Example
Text Example
White with #93BB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BB2C; }
p { color: rgb(147,187,44); }
H1.HeaderClassName
{
color: #93BB2C;
}
.AnyTagClassName
{
color: #93BB2C;
}
</style>
background-color css
<style>
a { background-color: #93BB2C; }
a { background-color: rgb(147,187,44); }
div.DivClassName
{
background-color: #93BB2C;
}
.BgClassName
{
background-color: #93BB2C;
}
</style>
border-color css
<style>
span { border-color: #93BB2C; }
span { border-color: rgb(147,187,44); }
td.TdClassName
{
border-color: #93BB2C;
}
.TagClassName
{
border-color: #93BB2C;
}
</style>