Shades of Limerick #94B440
Tints of Limerick #94B440
RGB
CMYK
RGB Variations
Color information
#94B440 (or 0x94B440) is known color: Limerick. HEX triplet: 94, B4 and 40. RGB value is (148,180,64). Sum of RGB (Red+Green+Blue) = 148+180+64=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #94B440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B440 is #6B4BBF. Grayscale: #9D9D9D. Windows color (decimal): -7031744 or 4240532. OLE color: 4240532.
HSL color Cylindrical-coordinate representation of color #94B440: hue angle of 76.55º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94B440 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 180 | 64 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.29 |
| HSL | 76.55º | 0.48% | 0.48% | - |
| HSV(B) | 76.55º | 0.64% | 0.71% | - |
| XYZ | 29.46 | 39.31 | 10.89 | - |
| YUV | 157.21 | 75.4 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 180 | 64 | 0.18 | 0 | 0.64 | 0.29 | 76.55 | 0.48 | 0.48 |
| Hex | 94 | B4 | 40 | 12 | 0 | 40 | 1D | 4D | 30 | 30 |
| Octal | 224 | 264 | 100 | 22 | 0 | 100 | 35 | 115 | 60 | 60 |
| Binary | 10010100 | 10110100 | 1000000 | 10010 | 0 | 1000000 | 11101 | 1001101 | 110000 | 110000 |
Color Harmonies of #94B440
Complementary color
Monochromatic Colors of #94B440
Black with #94B440
Text Example
Text Example
White with #94B440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B440; }
p { color: rgb(148,180,64); }
H1.HeaderClassName
{
color: #94B440;
}
.AnyTagClassName
{
color: #94B440;
}
</style>
background-color css
<style>
a { background-color: #94B440; }
a { background-color: rgb(148,180,64); }
div.DivClassName
{
background-color: #94B440;
}
.BgClassName
{
background-color: #94B440;
}
</style>
border-color css
<style>
span { border-color: #94B440; }
span { border-color: rgb(148,180,64); }
td.TdClassName
{
border-color: #94B440;
}
.TagClassName
{
border-color: #94B440;
}
</style>