Shades of Limerick #93B540
Tints of Limerick #93B540
RGB
CMYK
RGB Variations
Color information
#93B540 (or 0x93B540) is known color: Limerick. HEX triplet: 93, B5 and 40. RGB value is (147,181,64). Sum of RGB (Red+Green+Blue) = 147+181+64=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #93B540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B540 is #6C4ABF. Grayscale: #9D9D9D. Windows color (decimal): -7097024 or 4240787. OLE color: 4240787.
HSL color Cylindrical-coordinate representation of color #93B540: hue angle of 77.44º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93B540 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 181 | 64 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.29 |
| HSL | 77.44º | 0.48% | 0.48% | - |
| HSV(B) | 77.44º | 0.65% | 0.71% | - |
| XYZ | 29.48 | 39.62 | 10.94 | - |
| YUV | 157.5 | 75.24 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 181 | 64 | 0.19 | 0 | 0.65 | 0.29 | 77.44 | 0.48 | 0.48 |
| Hex | 93 | B5 | 40 | 13 | 0 | 41 | 1D | 4D | 30 | 30 |
| Octal | 223 | 265 | 100 | 23 | 0 | 101 | 35 | 115 | 60 | 60 |
| Binary | 10010011 | 10110101 | 1000000 | 10011 | 0 | 1000001 | 11101 | 1001101 | 110000 | 110000 |
Color Harmonies of #93B540
Complementary color
Monochromatic Colors of #93B540
Black with #93B540
Text Example
Text Example
White with #93B540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B540; }
p { color: rgb(147,181,64); }
H1.HeaderClassName
{
color: #93B540;
}
.AnyTagClassName
{
color: #93B540;
}
</style>
background-color css
<style>
a { background-color: #93B540; }
a { background-color: rgb(147,181,64); }
div.DivClassName
{
background-color: #93B540;
}
.BgClassName
{
background-color: #93B540;
}
</style>
border-color css
<style>
span { border-color: #93B540; }
span { border-color: rgb(147,181,64); }
td.TdClassName
{
border-color: #93B540;
}
.TagClassName
{
border-color: #93B540;
}
</style>