Shades of Limerick #94BB1B
Tints of Limerick #94BB1B
RGB
CMYK
RGB Variations
Color information
#94BB1B (or 0x94BB1B) is known color: Limerick. HEX triplet: 94, BB and 1B. RGB value is (148,187,27). Sum of RGB (Red+Green+Blue) = 148+187+27=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 187 (73.44% from 255 or 51.66% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BB1B is #6B44E4. Grayscale: #9D9D9D. Windows color (decimal): -7029989 or 1817492. OLE color: 1817492.
HSL color Cylindrical-coordinate representation of color #94BB1B: hue angle of 74.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94BB1B is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 187 | 27 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.27 |
| HSL | 74.63º | 0.75% | 0.42% | - |
| HSV(B) | 74.63º | 0.86% | 0.73% | - |
| XYZ | 30.18 | 41.92 | 7.54 | - |
| YUV | 157.1 | 54.58 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 187 | 27 | 0.21 | 0 | 0.86 | 0.27 | 74.63 | 0.75 | 0.42 |
| Hex | 94 | BB | 1B | 15 | 0 | 56 | 1B | 4B | 4B | 2A |
| Octal | 224 | 273 | 33 | 25 | 0 | 126 | 33 | 113 | 113 | 52 |
| Binary | 10010100 | 10111011 | 11011 | 10101 | 0 | 1010110 | 11011 | 1001011 | 1001011 | 101010 |
Color Harmonies of #94BB1B
Complementary color
Monochromatic Colors of #94BB1B
Black with #94BB1B
Text Example
Text Example
White with #94BB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BB1B; }
p { color: rgb(148,187,27); }
H1.HeaderClassName
{
color: #94BB1B;
}
.AnyTagClassName
{
color: #94BB1B;
}
</style>
background-color css
<style>
a { background-color: #94BB1B; }
a { background-color: rgb(148,187,27); }
div.DivClassName
{
background-color: #94BB1B;
}
.BgClassName
{
background-color: #94BB1B;
}
</style>
border-color css
<style>
span { border-color: #94BB1B; }
span { border-color: rgb(148,187,27); }
td.TdClassName
{
border-color: #94BB1B;
}
.TagClassName
{
border-color: #94BB1B;
}
</style>