Shades of Limerick #92BD24
Tints of Limerick #92BD24
RGB
CMYK
RGB Variations
Color information
#92BD24 (or 0x92BD24) is known color: Limerick. HEX triplet: 92, BD and 24. RGB value is (146,189,36). Sum of RGB (Red+Green+Blue) = 146+189+36=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BD24 is #6D42DB. Grayscale: #9F9F9F. Windows color (decimal): -7160540 or 2407826. OLE color: 2407826.
HSL color Cylindrical-coordinate representation of color #92BD24: hue angle of 76.86º degrees, saturation: 0.68, 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 #92BD24 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 189 | 36 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.26 |
| HSL | 76.86º | 0.68% | 0.44% | - |
| HSV(B) | 76.86º | 0.81% | 0.74% | - |
| XYZ | 30.37 | 42.63 | 8.3 | - |
| YUV | 158.7 | 58.75 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 36 | 0.23 | 0 | 0.81 | 0.26 | 76.86 | 0.68 | 0.44 |
| Hex | 92 | BD | 24 | 17 | 0 | 51 | 1A | 4D | 44 | 2C |
| Octal | 222 | 275 | 44 | 27 | 0 | 121 | 32 | 115 | 104 | 54 |
| Binary | 10010010 | 10111101 | 100100 | 10111 | 0 | 1010001 | 11010 | 1001101 | 1000100 | 101100 |
Color Harmonies of #92BD24
Complementary color
Monochromatic Colors of #92BD24
Black with #92BD24
Text Example
Text Example
White with #92BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BD24; }
p { color: rgb(146,189,36); }
H1.HeaderClassName
{
color: #92BD24;
}
.AnyTagClassName
{
color: #92BD24;
}
</style>
background-color css
<style>
a { background-color: #92BD24; }
a { background-color: rgb(146,189,36); }
div.DivClassName
{
background-color: #92BD24;
}
.BgClassName
{
background-color: #92BD24;
}
</style>
border-color css
<style>
span { border-color: #92BD24; }
span { border-color: rgb(146,189,36); }
td.TdClassName
{
border-color: #92BD24;
}
.TagClassName
{
border-color: #92BD24;
}
</style>