Shades of Limerick #92BC2D
Tints of Limerick #92BC2D
RGB
CMYK
RGB Variations
Color information
#92BC2D (or 0x92BC2D) is known color: Limerick. HEX triplet: 92, BC and 2D. RGB value is (146,188,45). Sum of RGB (Red+Green+Blue) = 146+188+45=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BC2D is #6D43D2. Grayscale: #9F9F9F. Windows color (decimal): -7160787 or 2997394. OLE color: 2997394.
HSL color Cylindrical-coordinate representation of color #92BC2D: hue angle of 77.62º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #92BC2D is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 188 | 45 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.26 |
| HSL | 77.62º | 0.61% | 0.46% | - |
| HSV(B) | 77.62º | 0.76% | 0.74% | - |
| XYZ | 30.31 | 42.27 | 9.04 | - |
| YUV | 159.14 | 63.59 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 45 | 0.22 | 0 | 0.76 | 0.26 | 77.62 | 0.61 | 0.46 |
| Hex | 92 | BC | 2D | 16 | 0 | 4C | 1A | 4E | 3D | 2E |
| Octal | 222 | 274 | 55 | 26 | 0 | 114 | 32 | 116 | 75 | 56 |
| Binary | 10010010 | 10111100 | 101101 | 10110 | 0 | 1001100 | 11010 | 1001110 | 111101 | 101110 |
Color Harmonies of #92BC2D
Complementary color
Monochromatic Colors of #92BC2D
Black with #92BC2D
Text Example
Text Example
White with #92BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BC2D; }
p { color: rgb(146,188,45); }
H1.HeaderClassName
{
color: #92BC2D;
}
.AnyTagClassName
{
color: #92BC2D;
}
</style>
background-color css
<style>
a { background-color: #92BC2D; }
a { background-color: rgb(146,188,45); }
div.DivClassName
{
background-color: #92BC2D;
}
.BgClassName
{
background-color: #92BC2D;
}
</style>
border-color css
<style>
span { border-color: #92BC2D; }
span { border-color: rgb(146,188,45); }
td.TdClassName
{
border-color: #92BC2D;
}
.TagClassName
{
border-color: #92BC2D;
}
</style>