Shades of Limerick #94B833
Tints of Limerick #94B833
RGB
CMYK
RGB Variations
Color information
#94B833 (or 0x94B833) is known color: Limerick. HEX triplet: 94, B8 and 33. RGB value is (148,184,51). Sum of RGB (Red+Green+Blue) = 148+184+51=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #94B833 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B833 is #6B47CC. Grayscale: #9E9E9E. Windows color (decimal): -7030733 or 3389588. OLE color: 3389588.
HSL color Cylindrical-coordinate representation of color #94B833: hue angle of 76.24º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94B833 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 184 | 51 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.28 |
| HSL | 76.24º | 0.57% | 0.46% | - |
| HSV(B) | 76.24º | 0.72% | 0.72% | - |
| XYZ | 29.95 | 40.82 | 9.43 | - |
| YUV | 158.07 | 67.57 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 184 | 51 | 0.20 | 0 | 0.72 | 0.28 | 76.24 | 0.57 | 0.46 |
| Hex | 94 | B8 | 33 | 14 | 0 | 48 | 1C | 4C | 39 | 2E |
| Octal | 224 | 270 | 63 | 24 | 0 | 110 | 34 | 114 | 71 | 56 |
| Binary | 10010100 | 10111000 | 110011 | 10100 | 0 | 1001000 | 11100 | 1001100 | 111001 | 101110 |
Color Harmonies of #94B833
Complementary color
Monochromatic Colors of #94B833
Black with #94B833
Text Example
Text Example
White with #94B833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B833; }
p { color: rgb(148,184,51); }
H1.HeaderClassName
{
color: #94B833;
}
.AnyTagClassName
{
color: #94B833;
}
</style>
background-color css
<style>
a { background-color: #94B833; }
a { background-color: rgb(148,184,51); }
div.DivClassName
{
background-color: #94B833;
}
.BgClassName
{
background-color: #94B833;
}
</style>
border-color css
<style>
span { border-color: #94B833; }
span { border-color: rgb(148,184,51); }
td.TdClassName
{
border-color: #94B833;
}
.TagClassName
{
border-color: #94B833;
}
</style>