Shades of Limerick #93BA27
Tints of Limerick #93BA27
RGB
CMYK
RGB Variations
Color information
#93BA27 (or 0x93BA27) is known color: Limerick. HEX triplet: 93, BA and 27. RGB value is (147,186,39). Sum of RGB (Red+Green+Blue) = 147+186+39=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 39 (15.62% from 255 or 10.48% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BA27 is #6C45D8. Grayscale: #9E9E9E. Windows color (decimal): -7095769 or 2603667. OLE color: 2603667.
HSL color Cylindrical-coordinate representation of color #93BA27: hue angle of 75.92º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #93BA27 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 186 | 39 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.27 |
| HSL | 75.92º | 0.65% | 0.44% | - |
| HSV(B) | 75.92º | 0.79% | 0.73% | - |
| XYZ | 29.96 | 41.47 | 8.34 | - |
| YUV | 157.58 | 61.08 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 39 | 0.21 | 0 | 0.79 | 0.27 | 75.92 | 0.65 | 0.44 |
| Hex | 93 | BA | 27 | 15 | 0 | 4F | 1B | 4C | 41 | 2C |
| Octal | 223 | 272 | 47 | 25 | 0 | 117 | 33 | 114 | 101 | 54 |
| Binary | 10010011 | 10111010 | 100111 | 10101 | 0 | 1001111 | 11011 | 1001100 | 1000001 | 101100 |
Color Harmonies of #93BA27
Complementary color
Monochromatic Colors of #93BA27
Black with #93BA27
Text Example
Text Example
White with #93BA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BA27; }
p { color: rgb(147,186,39); }
H1.HeaderClassName
{
color: #93BA27;
}
.AnyTagClassName
{
color: #93BA27;
}
</style>
background-color css
<style>
a { background-color: #93BA27; }
a { background-color: rgb(147,186,39); }
div.DivClassName
{
background-color: #93BA27;
}
.BgClassName
{
background-color: #93BA27;
}
</style>
border-color css
<style>
span { border-color: #93BA27; }
span { border-color: rgb(147,186,39); }
td.TdClassName
{
border-color: #93BA27;
}
.TagClassName
{
border-color: #93BA27;
}
</style>