Shades of Limerick #92B518
Tints of Limerick #92B518
RGB
CMYK
RGB Variations
Color information
#92B518 (or 0x92B518) is known color: Limerick. HEX triplet: 92, B5 and 18. RGB value is (146,181,24). Sum of RGB (Red+Green+Blue) = 146+181+24=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 181 (71.09% from 255 or 51.57% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 181 - color contains mainly: green. Hex color #92B518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92B518 is #6D4AE7. Grayscale: #999999. Windows color (decimal): -7162600 or 1619346. OLE color: 1619346.
HSL color Cylindrical-coordinate representation of color #92B518: hue angle of 73.38º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #92B518 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 181 | 24 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.29 |
| HSL | 73.38º | 0.77% | 0.4% | - |
| HSV(B) | 73.38º | 0.87% | 0.71% | - |
| XYZ | 28.54 | 39.22 | 6.93 | - |
| YUV | 152.64 | 55.4 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 181 | 24 | 0.19 | 0 | 0.87 | 0.29 | 73.38 | 0.77 | 0.4 |
| Hex | 92 | B5 | 18 | 13 | 0 | 57 | 1D | 49 | 4D | 28 |
| Octal | 222 | 265 | 30 | 23 | 0 | 127 | 35 | 111 | 115 | 50 |
| Binary | 10010010 | 10110101 | 11000 | 10011 | 0 | 1010111 | 11101 | 1001001 | 1001101 | 101000 |
Color Harmonies of #92B518
Complementary color
Monochromatic Colors of #92B518
Black with #92B518
Text Example
Text Example
White with #92B518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B518; }
p { color: rgb(146,181,24); }
H1.HeaderClassName
{
color: #92B518;
}
.AnyTagClassName
{
color: #92B518;
}
</style>
background-color css
<style>
a { background-color: #92B518; }
a { background-color: rgb(146,181,24); }
div.DivClassName
{
background-color: #92B518;
}
.BgClassName
{
background-color: #92B518;
}
</style>
border-color css
<style>
span { border-color: #92B518; }
span { border-color: rgb(146,181,24); }
td.TdClassName
{
border-color: #92B518;
}
.TagClassName
{
border-color: #92B518;
}
</style>