Shades of Limerick #94BA1B
Tints of Limerick #94BA1B
RGB
CMYK
RGB Variations
Color information
#94BA1B (or 0x94BA1B) is known color: Limerick. HEX triplet: 94, BA and 1B. RGB value is (148,186,27). Sum of RGB (Red+Green+Blue) = 148+186+27=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BA1B is #6B45E4. Grayscale: #9D9D9D. Windows color (decimal): -7030245 or 1817236. OLE color: 1817236.
HSL color Cylindrical-coordinate representation of color #94BA1B: hue angle of 74.34º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94BA1B is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 186 | 27 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.27 |
| HSL | 74.34º | 0.75% | 0.42% | - |
| HSV(B) | 74.34º | 0.85% | 0.73% | - |
| XYZ | 29.97 | 41.49 | 7.47 | - |
| YUV | 156.51 | 54.91 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 186 | 27 | 0.20 | 0 | 0.85 | 0.27 | 74.34 | 0.75 | 0.42 |
| Hex | 94 | BA | 1B | 14 | 0 | 55 | 1B | 4A | 4B | 2A |
| Octal | 224 | 272 | 33 | 24 | 0 | 125 | 33 | 112 | 113 | 52 |
| Binary | 10010100 | 10111010 | 11011 | 10100 | 0 | 1010101 | 11011 | 1001010 | 1001011 | 101010 |
Color Harmonies of #94BA1B
Complementary color
Monochromatic Colors of #94BA1B
Black with #94BA1B
Text Example
Text Example
White with #94BA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BA1B; }
p { color: rgb(148,186,27); }
H1.HeaderClassName
{
color: #94BA1B;
}
.AnyTagClassName
{
color: #94BA1B;
}
</style>
background-color css
<style>
a { background-color: #94BA1B; }
a { background-color: rgb(148,186,27); }
div.DivClassName
{
background-color: #94BA1B;
}
.BgClassName
{
background-color: #94BA1B;
}
</style>
border-color css
<style>
span { border-color: #94BA1B; }
span { border-color: rgb(148,186,27); }
td.TdClassName
{
border-color: #94BA1B;
}
.TagClassName
{
border-color: #94BA1B;
}
</style>