Shades of Limerick #92BB19
Tints of Limerick #92BB19
RGB
CMYK
RGB Variations
Color information
#92BB19 (or 0x92BB19) is known color: Limerick. HEX triplet: 92, BB and 19. RGB value is (146,187,25). Sum of RGB (Red+Green+Blue) = 146+187+25=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #92BB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BB19 is #6D44E6. Grayscale: #9C9C9C. Windows color (decimal): -7161063 or 1686418. OLE color: 1686418.
HSL color Cylindrical-coordinate representation of color #92BB19: hue angle of 75.19º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #92BB19 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 187 | 25 | - |
| CMYK | 0.22 | 0 | 0.87 | 0.27 |
| HSL | 75.19º | 0.76% | 0.42% | - |
| HSV(B) | 75.19º | 0.87% | 0.73% | - |
| XYZ | 29.8 | 41.72 | 7.4 | - |
| YUV | 156.27 | 53.92 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 25 | 0.22 | 0 | 0.87 | 0.27 | 75.19 | 0.76 | 0.42 |
| Hex | 92 | BB | 19 | 16 | 0 | 57 | 1B | 4B | 4C | 2A |
| Octal | 222 | 273 | 31 | 26 | 0 | 127 | 33 | 113 | 114 | 52 |
| Binary | 10010010 | 10111011 | 11001 | 10110 | 0 | 1010111 | 11011 | 1001011 | 1001100 | 101010 |
Color Harmonies of #92BB19
Complementary color
Monochromatic Colors of #92BB19
Black with #92BB19
Text Example
Text Example
White with #92BB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BB19; }
p { color: rgb(146,187,25); }
H1.HeaderClassName
{
color: #92BB19;
}
.AnyTagClassName
{
color: #92BB19;
}
</style>
background-color css
<style>
a { background-color: #92BB19; }
a { background-color: rgb(146,187,25); }
div.DivClassName
{
background-color: #92BB19;
}
.BgClassName
{
background-color: #92BB19;
}
</style>
border-color css
<style>
span { border-color: #92BB19; }
span { border-color: rgb(146,187,25); }
td.TdClassName
{
border-color: #92BB19;
}
.TagClassName
{
border-color: #92BB19;
}
</style>