Shades of Limerick #93BB2D
Tints of Limerick #93BB2D
RGB
CMYK
RGB Variations
Color information
#93BB2D (or 0x93BB2D) is known color: Limerick. HEX triplet: 93, BB and 2D. RGB value is (147,187,45). Sum of RGB (Red+Green+Blue) = 147+187+45=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #93BB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BB2D is #6C44D2. Grayscale: #9F9F9F. Windows color (decimal): -7095507 or 2997139. OLE color: 2997139.
HSL color Cylindrical-coordinate representation of color #93BB2D: hue angle of 76.9º degrees, saturation: 0.61, 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 #93BB2D is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 45 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.27 |
| HSL | 76.9º | 0.61% | 0.45% | - |
| HSV(B) | 76.9º | 0.76% | 0.73% | - |
| XYZ | 30.28 | 41.93 | 8.98 | - |
| YUV | 158.85 | 63.75 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 45 | 0.21 | 0 | 0.76 | 0.27 | 76.9 | 0.61 | 0.45 |
| Hex | 93 | BB | 2D | 15 | 0 | 4C | 1B | 4D | 3D | 2D |
| Octal | 223 | 273 | 55 | 25 | 0 | 114 | 33 | 115 | 75 | 55 |
| Binary | 10010011 | 10111011 | 101101 | 10101 | 0 | 1001100 | 11011 | 1001101 | 111101 | 101101 |
Color Harmonies of #93BB2D
Complementary color
Monochromatic Colors of #93BB2D
Black with #93BB2D
Text Example
Text Example
White with #93BB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BB2D; }
p { color: rgb(147,187,45); }
H1.HeaderClassName
{
color: #93BB2D;
}
.AnyTagClassName
{
color: #93BB2D;
}
</style>
background-color css
<style>
a { background-color: #93BB2D; }
a { background-color: rgb(147,187,45); }
div.DivClassName
{
background-color: #93BB2D;
}
.BgClassName
{
background-color: #93BB2D;
}
</style>
border-color css
<style>
span { border-color: #93BB2D; }
span { border-color: rgb(147,187,45); }
td.TdClassName
{
border-color: #93BB2D;
}
.TagClassName
{
border-color: #93BB2D;
}
</style>