Shades of Limerick #94BA2F
Tints of Limerick #94BA2F
RGB
CMYK
RGB Variations
Color information
#94BA2F (or 0x94BA2F) is known color: Limerick. HEX triplet: 94, BA and 2F. RGB value is (148,186,47). Sum of RGB (Red+Green+Blue) = 148+186+47=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BA2F is #6B45D0. Grayscale: #9F9F9F. Windows color (decimal): -7030225 or 3127956. OLE color: 3127956.
HSL color Cylindrical-coordinate representation of color #94BA2F: hue angle of 76.4º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94BA2F is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 186 | 47 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.27 |
| HSL | 76.4º | 0.6% | 0.46% | - |
| HSV(B) | 76.4º | 0.75% | 0.73% | - |
| XYZ | 30.28 | 41.62 | 9.13 | - |
| YUV | 158.79 | 64.91 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 186 | 47 | 0.20 | 0 | 0.75 | 0.27 | 76.4 | 0.6 | 0.46 |
| Hex | 94 | BA | 2F | 14 | 0 | 4B | 1B | 4C | 3C | 2E |
| Octal | 224 | 272 | 57 | 24 | 0 | 113 | 33 | 114 | 74 | 56 |
| Binary | 10010100 | 10111010 | 101111 | 10100 | 0 | 1001011 | 11011 | 1001100 | 111100 | 101110 |
Color Harmonies of #94BA2F
Complementary color
Monochromatic Colors of #94BA2F
Black with #94BA2F
Text Example
Text Example
White with #94BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BA2F; }
p { color: rgb(148,186,47); }
H1.HeaderClassName
{
color: #94BA2F;
}
.AnyTagClassName
{
color: #94BA2F;
}
</style>
background-color css
<style>
a { background-color: #94BA2F; }
a { background-color: rgb(148,186,47); }
div.DivClassName
{
background-color: #94BA2F;
}
.BgClassName
{
background-color: #94BA2F;
}
</style>
border-color css
<style>
span { border-color: #94BA2F; }
span { border-color: rgb(148,186,47); }
td.TdClassName
{
border-color: #94BA2F;
}
.TagClassName
{
border-color: #94BA2F;
}
</style>