Shades of Limerick #92BA2D
Tints of Limerick #92BA2D
RGB
CMYK
RGB Variations
Color information
#92BA2D (or 0x92BA2D) is known color: Limerick. HEX triplet: 92, BA and 2D. RGB value is (146,186,45). Sum of RGB (Red+Green+Blue) = 146+186+45=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BA2D is #6D45D2. Grayscale: #9E9E9E. Windows color (decimal): -7161299 or 2996882. OLE color: 2996882.
HSL color Cylindrical-coordinate representation of color #92BA2D: hue angle of 77.02º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #92BA2D is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 186 | 45 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.27 |
| HSL | 77.02º | 0.61% | 0.45% | - |
| HSV(B) | 77.02º | 0.76% | 0.73% | - |
| XYZ | 29.89 | 41.42 | 8.9 | - |
| YUV | 157.97 | 64.25 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 45 | 0.22 | 0 | 0.76 | 0.27 | 77.02 | 0.61 | 0.45 |
| Hex | 92 | BA | 2D | 16 | 0 | 4C | 1B | 4D | 3D | 2D |
| Octal | 222 | 272 | 55 | 26 | 0 | 114 | 33 | 115 | 75 | 55 |
| Binary | 10010010 | 10111010 | 101101 | 10110 | 0 | 1001100 | 11011 | 1001101 | 111101 | 101101 |
Color Harmonies of #92BA2D
Complementary color
Monochromatic Colors of #92BA2D
Black with #92BA2D
Text Example
Text Example
White with #92BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BA2D; }
p { color: rgb(146,186,45); }
H1.HeaderClassName
{
color: #92BA2D;
}
.AnyTagClassName
{
color: #92BA2D;
}
</style>
background-color css
<style>
a { background-color: #92BA2D; }
a { background-color: rgb(146,186,45); }
div.DivClassName
{
background-color: #92BA2D;
}
.BgClassName
{
background-color: #92BA2D;
}
</style>
border-color css
<style>
span { border-color: #92BA2D; }
span { border-color: rgb(146,186,45); }
td.TdClassName
{
border-color: #92BA2D;
}
.TagClassName
{
border-color: #92BA2D;
}
</style>