Shades of Limerick #92C021
Tints of Limerick #92C021
RGB
CMYK
RGB Variations
Color information
#92C021 (or 0x92C021) is known color: Limerick. HEX triplet: 92, C0 and 21. RGB value is (146,192,33). Sum of RGB (Red+Green+Blue) = 146+192+33=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #92C021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C021 is #6D3FDE. Grayscale: #A0A0A0. Windows color (decimal): -7159775 or 2211986. OLE color: 2211986.
HSL color Cylindrical-coordinate representation of color #92C021: hue angle of 77.36º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #92C021 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 192 | 33 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.25 |
| HSL | 77.36º | 0.71% | 0.44% | - |
| HSV(B) | 77.36º | 0.83% | 0.75% | - |
| XYZ | 30.98 | 43.92 | 8.28 | - |
| YUV | 160.12 | 56.26 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 192 | 33 | 0.24 | 0 | 0.83 | 0.25 | 77.36 | 0.71 | 0.44 |
| Hex | 92 | C0 | 21 | 18 | 0 | 53 | 19 | 4D | 47 | 2C |
| Octal | 222 | 300 | 41 | 30 | 0 | 123 | 31 | 115 | 107 | 54 |
| Binary | 10010010 | 11000000 | 100001 | 11000 | 0 | 1010011 | 11001 | 1001101 | 1000111 | 101100 |
Color Harmonies of #92C021
Complementary color
Monochromatic Colors of #92C021
Black with #92C021
Text Example
Text Example
White with #92C021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C021; }
p { color: rgb(146,192,33); }
H1.HeaderClassName
{
color: #92C021;
}
.AnyTagClassName
{
color: #92C021;
}
</style>
background-color css
<style>
a { background-color: #92C021; }
a { background-color: rgb(146,192,33); }
div.DivClassName
{
background-color: #92C021;
}
.BgClassName
{
background-color: #92C021;
}
</style>
border-color css
<style>
span { border-color: #92C021; }
span { border-color: rgb(146,192,33); }
td.TdClassName
{
border-color: #92C021;
}
.TagClassName
{
border-color: #92C021;
}
</style>