Shades of Limerick #94B42C
Tints of Limerick #94B42C
RGB
CMYK
RGB Variations
Color information
#94B42C (or 0x94B42C) is known color: Limerick. HEX triplet: 94, B4 and 2C. RGB value is (148,180,44). Sum of RGB (Red+Green+Blue) = 148+180+44=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #94B42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B42C is #6B4BD3. Grayscale: #9B9B9B. Windows color (decimal): -7031764 or 2929812. OLE color: 2929812.
HSL color Cylindrical-coordinate representation of color #94B42C: hue angle of 74.12º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #94B42C is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 180 | 44 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.29 |
| HSL | 74.12º | 0.61% | 0.44% | - |
| HSV(B) | 74.12º | 0.76% | 0.71% | - |
| XYZ | 28.99 | 39.12 | 8.41 | - |
| YUV | 154.93 | 65.4 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 180 | 44 | 0.18 | 0 | 0.76 | 0.29 | 74.12 | 0.61 | 0.44 |
| Hex | 94 | B4 | 2C | 12 | 0 | 4C | 1D | 4A | 3D | 2C |
| Octal | 224 | 264 | 54 | 22 | 0 | 114 | 35 | 112 | 75 | 54 |
| Binary | 10010100 | 10110100 | 101100 | 10010 | 0 | 1001100 | 11101 | 1001010 | 111101 | 101100 |
Color Harmonies of #94B42C
Complementary color
Monochromatic Colors of #94B42C
Black with #94B42C
Text Example
Text Example
White with #94B42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B42C; }
p { color: rgb(148,180,44); }
H1.HeaderClassName
{
color: #94B42C;
}
.AnyTagClassName
{
color: #94B42C;
}
</style>
background-color css
<style>
a { background-color: #94B42C; }
a { background-color: rgb(148,180,44); }
div.DivClassName
{
background-color: #94B42C;
}
.BgClassName
{
background-color: #94B42C;
}
</style>
border-color css
<style>
span { border-color: #94B42C; }
span { border-color: rgb(148,180,44); }
td.TdClassName
{
border-color: #94B42C;
}
.TagClassName
{
border-color: #94B42C;
}
</style>