Shades of Limerick #94B528
Tints of Limerick #94B528
RGB
CMYK
RGB Variations
Color information
#94B528 (or 0x94B528) is known color: Limerick. HEX triplet: 94, B5 and 28. RGB value is (148,181,40). Sum of RGB (Red+Green+Blue) = 148+181+40=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #94B528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B528 is #6B4AD7. Grayscale: #9B9B9B. Windows color (decimal): -7031512 or 2667924. OLE color: 2667924.
HSL color Cylindrical-coordinate representation of color #94B528: hue angle of 74.04º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94B528 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 181 | 40 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.29 |
| HSL | 74.04º | 0.64% | 0.43% | - |
| HSV(B) | 74.04º | 0.78% | 0.71% | - |
| XYZ | 29.12 | 39.5 | 8.1 | - |
| YUV | 155.06 | 63.07 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 181 | 40 | 0.18 | 0 | 0.78 | 0.29 | 74.04 | 0.64 | 0.43 |
| Hex | 94 | B5 | 28 | 12 | 0 | 4E | 1D | 4A | 40 | 2B |
| Octal | 224 | 265 | 50 | 22 | 0 | 116 | 35 | 112 | 100 | 53 |
| Binary | 10010100 | 10110101 | 101000 | 10010 | 0 | 1001110 | 11101 | 1001010 | 1000000 | 101011 |
Color Harmonies of #94B528
Complementary color
Monochromatic Colors of #94B528
Black with #94B528
Text Example
Text Example
White with #94B528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B528; }
p { color: rgb(148,181,40); }
H1.HeaderClassName
{
color: #94B528;
}
.AnyTagClassName
{
color: #94B528;
}
</style>
background-color css
<style>
a { background-color: #94B528; }
a { background-color: rgb(148,181,40); }
div.DivClassName
{
background-color: #94B528;
}
.BgClassName
{
background-color: #94B528;
}
</style>
border-color css
<style>
span { border-color: #94B528; }
span { border-color: rgb(148,181,40); }
td.TdClassName
{
border-color: #94B528;
}
.TagClassName
{
border-color: #94B528;
}
</style>