Shades of Limerick #94B721
Tints of Limerick #94B721
RGB
CMYK
RGB Variations
Color information
#94B721 (or 0x94B721) is known color: Limerick. HEX triplet: 94, B7 and 21. RGB value is (148,183,33). Sum of RGB (Red+Green+Blue) = 148+183+33=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #94B721 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B721 is #6B48DE. Grayscale: #9C9C9C. Windows color (decimal): -7031007 or 2209684. OLE color: 2209684.
HSL color Cylindrical-coordinate representation of color #94B721: hue angle of 74º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94B721 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 183 | 33 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.28 |
| HSL | 74º | 0.69% | 0.42% | - |
| HSV(B) | 74º | 0.82% | 0.72% | - |
| XYZ | 29.42 | 40.27 | 7.66 | - |
| YUV | 155.44 | 58.9 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 183 | 33 | 0.19 | 0 | 0.82 | 0.28 | 74 | 0.69 | 0.42 |
| Hex | 94 | B7 | 21 | 13 | 0 | 52 | 1C | 4A | 45 | 2A |
| Octal | 224 | 267 | 41 | 23 | 0 | 122 | 34 | 112 | 105 | 52 |
| Binary | 10010100 | 10110111 | 100001 | 10011 | 0 | 1010010 | 11100 | 1001010 | 1000101 | 101010 |
Color Harmonies of #94B721
Complementary color
Monochromatic Colors of #94B721
Black with #94B721
Text Example
Text Example
White with #94B721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B721; }
p { color: rgb(148,183,33); }
H1.HeaderClassName
{
color: #94B721;
}
.AnyTagClassName
{
color: #94B721;
}
</style>
background-color css
<style>
a { background-color: #94B721; }
a { background-color: rgb(148,183,33); }
div.DivClassName
{
background-color: #94B721;
}
.BgClassName
{
background-color: #94B721;
}
</style>
border-color css
<style>
span { border-color: #94B721; }
span { border-color: rgb(148,183,33); }
td.TdClassName
{
border-color: #94B721;
}
.TagClassName
{
border-color: #94B721;
}
</style>