Shades of Limerick #94AA3C
Tints of Limerick #94AA3C
RGB
CMYK
RGB Variations
Color information
#94AA3C (or 0x94AA3C) is known color: Limerick. HEX triplet: 94, AA and 3C. RGB value is (148,170,60). Sum of RGB (Red+Green+Blue) = 148+170+60=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AA3C is #6B55C3. Grayscale: #979797. Windows color (decimal): -7034308 or 3975828. OLE color: 3975828.
HSL color Cylindrical-coordinate representation of color #94AA3C: hue angle of 72º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94AA3C is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 170 | 60 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.33 |
| HSL | 72º | 0.48% | 0.45% | - |
| HSV(B) | 72º | 0.65% | 0.67% | - |
| XYZ | 27.4 | 35.37 | 9.66 | - |
| YUV | 150.88 | 76.71 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 60 | 0.13 | 0 | 0.65 | 0.33 | 72 | 0.48 | 0.45 |
| Hex | 94 | AA | 3C | D | 0 | 41 | 21 | 48 | 30 | 2D |
| Octal | 224 | 252 | 74 | 15 | 0 | 101 | 41 | 110 | 60 | 55 |
| Binary | 10010100 | 10101010 | 111100 | 1101 | 0 | 1000001 | 100001 | 1001000 | 110000 | 101101 |
Color Harmonies of #94AA3C
Complementary color
Monochromatic Colors of #94AA3C
Black with #94AA3C
Text Example
Text Example
White with #94AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AA3C; }
p { color: rgb(148,170,60); }
H1.HeaderClassName
{
color: #94AA3C;
}
.AnyTagClassName
{
color: #94AA3C;
}
</style>
background-color css
<style>
a { background-color: #94AA3C; }
a { background-color: rgb(148,170,60); }
div.DivClassName
{
background-color: #94AA3C;
}
.BgClassName
{
background-color: #94AA3C;
}
</style>
border-color css
<style>
span { border-color: #94AA3C; }
span { border-color: rgb(148,170,60); }
td.TdClassName
{
border-color: #94AA3C;
}
.TagClassName
{
border-color: #94AA3C;
}
</style>