Shades of Limerick #93BA26
Tints of Limerick #93BA26
RGB
CMYK
RGB Variations
Color information
#93BA26 (or 0x93BA26) is known color: Limerick. HEX triplet: 93, BA and 26. RGB value is (147,186,38). Sum of RGB (Red+Green+Blue) = 147+186+38=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BA26 is #6C45D9. Grayscale: #9E9E9E. Windows color (decimal): -7095770 or 2538131. OLE color: 2538131.
HSL color Cylindrical-coordinate representation of color #93BA26: hue angle of 75.81º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93BA26 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 186 | 38 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.27 |
| HSL | 75.81º | 0.66% | 0.44% | - |
| HSV(B) | 75.81º | 0.8% | 0.73% | - |
| XYZ | 29.94 | 41.46 | 8.26 | - |
| YUV | 157.47 | 60.58 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 38 | 0.21 | 0 | 0.80 | 0.27 | 75.81 | 0.66 | 0.44 |
| Hex | 93 | BA | 26 | 15 | 0 | 50 | 1B | 4C | 42 | 2C |
| Octal | 223 | 272 | 46 | 25 | 0 | 120 | 33 | 114 | 102 | 54 |
| Binary | 10010011 | 10111010 | 100110 | 10101 | 0 | 1010000 | 11011 | 1001100 | 1000010 | 101100 |
Color Harmonies of #93BA26
Complementary color
Monochromatic Colors of #93BA26
Black with #93BA26
Text Example
Text Example
White with #93BA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BA26; }
p { color: rgb(147,186,38); }
H1.HeaderClassName
{
color: #93BA26;
}
.AnyTagClassName
{
color: #93BA26;
}
</style>
background-color css
<style>
a { background-color: #93BA26; }
a { background-color: rgb(147,186,38); }
div.DivClassName
{
background-color: #93BA26;
}
.BgClassName
{
background-color: #93BA26;
}
</style>
border-color css
<style>
span { border-color: #93BA26; }
span { border-color: rgb(147,186,38); }
td.TdClassName
{
border-color: #93BA26;
}
.TagClassName
{
border-color: #93BA26;
}
</style>