Shades of Limerick #92BA26
Tints of Limerick #92BA26
RGB
CMYK
RGB Variations
Color information
#92BA26 (or 0x92BA26) is known color: Limerick. HEX triplet: 92, BA and 26. RGB value is (146,186,38). Sum of RGB (Red+Green+Blue) = 146+186+38=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BA26 is #6D45D9. Grayscale: #9D9D9D. Windows color (decimal): -7161306 or 2538130. OLE color: 2538130.
HSL color Cylindrical-coordinate representation of color #92BA26: hue angle of 76.22º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #92BA26 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 186 | 38 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.27 |
| HSL | 76.22º | 0.66% | 0.44% | - |
| HSV(B) | 76.22º | 0.8% | 0.73% | - |
| XYZ | 29.76 | 41.37 | 8.25 | - |
| YUV | 157.17 | 60.75 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 38 | 0.22 | 0 | 0.80 | 0.27 | 76.22 | 0.66 | 0.44 |
| Hex | 92 | BA | 26 | 16 | 0 | 50 | 1B | 4C | 42 | 2C |
| Octal | 222 | 272 | 46 | 26 | 0 | 120 | 33 | 114 | 102 | 54 |
| Binary | 10010010 | 10111010 | 100110 | 10110 | 0 | 1010000 | 11011 | 1001100 | 1000010 | 101100 |
Color Harmonies of #92BA26
Complementary color
Monochromatic Colors of #92BA26
Black with #92BA26
Text Example
Text Example
White with #92BA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BA26; }
p { color: rgb(146,186,38); }
H1.HeaderClassName
{
color: #92BA26;
}
.AnyTagClassName
{
color: #92BA26;
}
</style>
background-color css
<style>
a { background-color: #92BA26; }
a { background-color: rgb(146,186,38); }
div.DivClassName
{
background-color: #92BA26;
}
.BgClassName
{
background-color: #92BA26;
}
</style>
border-color css
<style>
span { border-color: #92BA26; }
span { border-color: rgb(146,186,38); }
td.TdClassName
{
border-color: #92BA26;
}
.TagClassName
{
border-color: #92BA26;
}
</style>