Shades of Limerick #92BD26
Tints of Limerick #92BD26
RGB
CMYK
RGB Variations
Color information
#92BD26 (or 0x92BD26) is known color: Limerick. HEX triplet: 92, BD and 26. RGB value is (146,189,38). Sum of RGB (Red+Green+Blue) = 146+189+38=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BD26 is #6D42D9. Grayscale: #9F9F9F. Windows color (decimal): -7160538 or 2538898. OLE color: 2538898.
HSL color Cylindrical-coordinate representation of color #92BD26: hue angle of 77.09º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #92BD26 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 189 | 38 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.26 |
| HSL | 77.09º | 0.67% | 0.45% | - |
| HSV(B) | 77.09º | 0.8% | 0.74% | - |
| XYZ | 30.4 | 42.65 | 8.46 | - |
| YUV | 158.93 | 59.75 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 38 | 0.23 | 0 | 0.80 | 0.26 | 77.09 | 0.67 | 0.45 |
| Hex | 92 | BD | 26 | 17 | 0 | 50 | 1A | 4D | 43 | 2D |
| Octal | 222 | 275 | 46 | 27 | 0 | 120 | 32 | 115 | 103 | 55 |
| Binary | 10010010 | 10111101 | 100110 | 10111 | 0 | 1010000 | 11010 | 1001101 | 1000011 | 101101 |
Color Harmonies of #92BD26
Complementary color
Monochromatic Colors of #92BD26
Black with #92BD26
Text Example
Text Example
White with #92BD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BD26; }
p { color: rgb(146,189,38); }
H1.HeaderClassName
{
color: #92BD26;
}
.AnyTagClassName
{
color: #92BD26;
}
</style>
background-color css
<style>
a { background-color: #92BD26; }
a { background-color: rgb(146,189,38); }
div.DivClassName
{
background-color: #92BD26;
}
.BgClassName
{
background-color: #92BD26;
}
</style>
border-color css
<style>
span { border-color: #92BD26; }
span { border-color: rgb(146,189,38); }
td.TdClassName
{
border-color: #92BD26;
}
.TagClassName
{
border-color: #92BD26;
}
</style>