Shades of Limerick #92B540
Tints of Limerick #92B540
RGB
CMYK
RGB Variations
Color information
#92B540 (or 0x92B540) is known color: Limerick. HEX triplet: 92, B5 and 40. RGB value is (146,181,64). Sum of RGB (Red+Green+Blue) = 146+181+64=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #92B540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B540 is #6D4ABF. Grayscale: #9D9D9D. Windows color (decimal): -7162560 or 4240786. OLE color: 4240786.
HSL color Cylindrical-coordinate representation of color #92B540: hue angle of 77.95º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92B540 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 181 | 64 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.29 |
| HSL | 77.95º | 0.48% | 0.48% | - |
| HSV(B) | 77.95º | 0.65% | 0.71% | - |
| XYZ | 29.3 | 39.53 | 10.94 | - |
| YUV | 157.2 | 75.4 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 181 | 64 | 0.19 | 0 | 0.65 | 0.29 | 77.95 | 0.48 | 0.48 |
| Hex | 92 | B5 | 40 | 13 | 0 | 41 | 1D | 4E | 30 | 30 |
| Octal | 222 | 265 | 100 | 23 | 0 | 101 | 35 | 116 | 60 | 60 |
| Binary | 10010010 | 10110101 | 1000000 | 10011 | 0 | 1000001 | 11101 | 1001110 | 110000 | 110000 |
Color Harmonies of #92B540
Complementary color
Monochromatic Colors of #92B540
Black with #92B540
Text Example
Text Example
White with #92B540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B540; }
p { color: rgb(146,181,64); }
H1.HeaderClassName
{
color: #92B540;
}
.AnyTagClassName
{
color: #92B540;
}
</style>
background-color css
<style>
a { background-color: #92B540; }
a { background-color: rgb(146,181,64); }
div.DivClassName
{
background-color: #92B540;
}
.BgClassName
{
background-color: #92B540;
}
</style>
border-color css
<style>
span { border-color: #92B540; }
span { border-color: rgb(146,181,64); }
td.TdClassName
{
border-color: #92B540;
}
.TagClassName
{
border-color: #92B540;
}
</style>