Shades of Limerick #92BC23
Tints of Limerick #92BC23
RGB
CMYK
RGB Variations
Color information
#92BC23 (or 0x92BC23) is known color: Limerick. HEX triplet: 92, BC and 23. RGB value is (146,188,35). Sum of RGB (Red+Green+Blue) = 146+188+35=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 35 (14.06% from 255 or 9.49% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BC23 is #6D43DC. Grayscale: #9E9E9E. Windows color (decimal): -7160797 or 2342034. OLE color: 2342034.
HSL color Cylindrical-coordinate representation of color #92BC23: hue angle of 76.47º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #92BC23 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 188 | 35 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.26 |
| HSL | 76.47º | 0.69% | 0.44% | - |
| HSV(B) | 76.47º | 0.81% | 0.74% | - |
| XYZ | 30.14 | 42.2 | 8.15 | - |
| YUV | 158 | 58.59 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 35 | 0.22 | 0 | 0.81 | 0.26 | 76.47 | 0.69 | 0.44 |
| Hex | 92 | BC | 23 | 16 | 0 | 51 | 1A | 4C | 45 | 2C |
| Octal | 222 | 274 | 43 | 26 | 0 | 121 | 32 | 114 | 105 | 54 |
| Binary | 10010010 | 10111100 | 100011 | 10110 | 0 | 1010001 | 11010 | 1001100 | 1000101 | 101100 |
Color Harmonies of #92BC23
Complementary color
Monochromatic Colors of #92BC23
Black with #92BC23
Text Example
Text Example
White with #92BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BC23; }
p { color: rgb(146,188,35); }
H1.HeaderClassName
{
color: #92BC23;
}
.AnyTagClassName
{
color: #92BC23;
}
</style>
background-color css
<style>
a { background-color: #92BC23; }
a { background-color: rgb(146,188,35); }
div.DivClassName
{
background-color: #92BC23;
}
.BgClassName
{
background-color: #92BC23;
}
</style>
border-color css
<style>
span { border-color: #92BC23; }
span { border-color: rgb(146,188,35); }
td.TdClassName
{
border-color: #92BC23;
}
.TagClassName
{
border-color: #92BC23;
}
</style>