Shades of Limerick #94B736
Tints of Limerick #94B736
RGB
CMYK
RGB Variations
Color information
#94B736 (or 0x94B736) is known color: Limerick. HEX triplet: 94, B7 and 36. RGB value is (148,183,54). Sum of RGB (Red+Green+Blue) = 148+183+54=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #94B736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B736 is #6B48C9. Grayscale: #9E9E9E. Windows color (decimal): -7030986 or 3585940. OLE color: 3585940.
HSL color Cylindrical-coordinate representation of color #94B736: hue angle of 76.28º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94B736 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 183 | 54 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.28 |
| HSL | 76.28º | 0.54% | 0.46% | - |
| HSV(B) | 76.28º | 0.7% | 0.72% | - |
| XYZ | 29.81 | 40.43 | 9.72 | - |
| YUV | 157.83 | 69.4 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 183 | 54 | 0.19 | 0 | 0.70 | 0.28 | 76.28 | 0.54 | 0.46 |
| Hex | 94 | B7 | 36 | 13 | 0 | 46 | 1C | 4C | 36 | 2E |
| Octal | 224 | 267 | 66 | 23 | 0 | 106 | 34 | 114 | 66 | 56 |
| Binary | 10010100 | 10110111 | 110110 | 10011 | 0 | 1000110 | 11100 | 1001100 | 110110 | 101110 |
Color Harmonies of #94B736
Complementary color
Monochromatic Colors of #94B736
Black with #94B736
Text Example
Text Example
White with #94B736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B736; }
p { color: rgb(148,183,54); }
H1.HeaderClassName
{
color: #94B736;
}
.AnyTagClassName
{
color: #94B736;
}
</style>
background-color css
<style>
a { background-color: #94B736; }
a { background-color: rgb(148,183,54); }
div.DivClassName
{
background-color: #94B736;
}
.BgClassName
{
background-color: #94B736;
}
</style>
border-color css
<style>
span { border-color: #94B736; }
span { border-color: rgb(148,183,54); }
td.TdClassName
{
border-color: #94B736;
}
.TagClassName
{
border-color: #94B736;
}
</style>