Shades of Limerick #94B11A
Tints of Limerick #94B11A
RGB
CMYK
RGB Variations
Color information
#94B11A (or 0x94B11A) is known color: Limerick. HEX triplet: 94, B1 and 1A. RGB value is (148,177,26). Sum of RGB (Red+Green+Blue) = 148+177+26=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 177 (69.53% from 255 or 50.43% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 177 - color contains mainly: green. Hex color #94B11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94B11A is #6B4EE5. Grayscale: #979797. Windows color (decimal): -7032550 or 1749396. OLE color: 1749396.
HSL color Cylindrical-coordinate representation of color #94B11A: hue angle of 71.52º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94B11A is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 177 | 26 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.31 |
| HSL | 71.52º | 0.74% | 0.4% | - |
| HSV(B) | 71.52º | 0.85% | 0.69% | - |
| XYZ | 28.12 | 37.81 | 6.79 | - |
| YUV | 151.12 | 57.39 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 177 | 26 | 0.16 | 0 | 0.85 | 0.31 | 71.52 | 0.74 | 0.4 |
| Hex | 94 | B1 | 1A | 10 | 0 | 55 | 1F | 48 | 4A | 28 |
| Octal | 224 | 261 | 32 | 20 | 0 | 125 | 37 | 110 | 112 | 50 |
| Binary | 10010100 | 10110001 | 11010 | 10000 | 0 | 1010101 | 11111 | 1001000 | 1001010 | 101000 |
Color Harmonies of #94B11A
Complementary color
Monochromatic Colors of #94B11A
Black with #94B11A
Text Example
Text Example
White with #94B11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B11A; }
p { color: rgb(148,177,26); }
H1.HeaderClassName
{
color: #94B11A;
}
.AnyTagClassName
{
color: #94B11A;
}
</style>
background-color css
<style>
a { background-color: #94B11A; }
a { background-color: rgb(148,177,26); }
div.DivClassName
{
background-color: #94B11A;
}
.BgClassName
{
background-color: #94B11A;
}
</style>
border-color css
<style>
span { border-color: #94B11A; }
span { border-color: rgb(148,177,26); }
td.TdClassName
{
border-color: #94B11A;
}
.TagClassName
{
border-color: #94B11A;
}
</style>