Shades of Limerick #94B735
Tints of Limerick #94B735
RGB
CMYK
RGB Variations
Color information
#94B735 (or 0x94B735) is known color: Limerick. HEX triplet: 94, B7 and 35. RGB value is (148,183,53). Sum of RGB (Red+Green+Blue) = 148+183+53=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #94B735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B735 is #6B48CA. Grayscale: #9E9E9E. Windows color (decimal): -7030987 or 3520404. OLE color: 3520404.
HSL color Cylindrical-coordinate representation of color #94B735: hue angle of 76.15º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94B735 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 183 | 53 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.28 |
| HSL | 76.15º | 0.55% | 0.46% | - |
| HSV(B) | 76.15º | 0.71% | 0.72% | - |
| XYZ | 29.79 | 40.42 | 9.6 | - |
| YUV | 157.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 183 | 53 | 0.19 | 0 | 0.71 | 0.28 | 76.15 | 0.55 | 0.46 |
| Hex | 94 | B7 | 35 | 13 | 0 | 47 | 1C | 4C | 37 | 2E |
| Octal | 224 | 267 | 65 | 23 | 0 | 107 | 34 | 114 | 67 | 56 |
| Binary | 10010100 | 10110111 | 110101 | 10011 | 0 | 1000111 | 11100 | 1001100 | 110111 | 101110 |
Color Harmonies of #94B735
Complementary color
Monochromatic Colors of #94B735
Black with #94B735
Text Example
Text Example
White with #94B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B735; }
p { color: rgb(148,183,53); }
H1.HeaderClassName
{
color: #94B735;
}
.AnyTagClassName
{
color: #94B735;
}
</style>
background-color css
<style>
a { background-color: #94B735; }
a { background-color: rgb(148,183,53); }
div.DivClassName
{
background-color: #94B735;
}
.BgClassName
{
background-color: #94B735;
}
</style>
border-color css
<style>
span { border-color: #94B735; }
span { border-color: rgb(148,183,53); }
td.TdClassName
{
border-color: #94B735;
}
.TagClassName
{
border-color: #94B735;
}
</style>