Shades of Limerick #94B22E
Tints of Limerick #94B22E
RGB
CMYK
RGB Variations
Color information
#94B22E (or 0x94B22E) is known color: Limerick. HEX triplet: 94, B2 and 2E. RGB value is (148,178,46). Sum of RGB (Red+Green+Blue) = 148+178+46=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #94B22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94B22E is #6B4DD1. Grayscale: #9A9A9A. Windows color (decimal): -7032274 or 3060372. OLE color: 3060372.
HSL color Cylindrical-coordinate representation of color #94B22E: hue angle of 73.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94B22E is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 178 | 46 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.30 |
| HSL | 73.64º | 0.59% | 0.44% | - |
| HSV(B) | 73.64º | 0.74% | 0.7% | - |
| XYZ | 28.63 | 38.33 | 8.48 | - |
| YUV | 153.98 | 67.06 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 178 | 46 | 0.17 | 0 | 0.74 | 0.30 | 73.64 | 0.59 | 0.44 |
| Hex | 94 | B2 | 2E | 11 | 0 | 4A | 1E | 4A | 3B | 2C |
| Octal | 224 | 262 | 56 | 21 | 0 | 112 | 36 | 112 | 73 | 54 |
| Binary | 10010100 | 10110010 | 101110 | 10001 | 0 | 1001010 | 11110 | 1001010 | 111011 | 101100 |
Color Harmonies of #94B22E
Complementary color
Monochromatic Colors of #94B22E
Black with #94B22E
Text Example
Text Example
White with #94B22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B22E; }
p { color: rgb(148,178,46); }
H1.HeaderClassName
{
color: #94B22E;
}
.AnyTagClassName
{
color: #94B22E;
}
</style>
background-color css
<style>
a { background-color: #94B22E; }
a { background-color: rgb(148,178,46); }
div.DivClassName
{
background-color: #94B22E;
}
.BgClassName
{
background-color: #94B22E;
}
</style>
border-color css
<style>
span { border-color: #94B22E; }
span { border-color: rgb(148,178,46); }
td.TdClassName
{
border-color: #94B22E;
}
.TagClassName
{
border-color: #94B22E;
}
</style>