Shades of Limerick #92BF20
Tints of Limerick #92BF20
RGB
CMYK
RGB Variations
Color information
#92BF20 (or 0x92BF20) is known color: Limerick. HEX triplet: 92, BF and 20. RGB value is (146,191,32). Sum of RGB (Red+Green+Blue) = 146+191+32=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #92BF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BF20 is #6D40DF. Grayscale: #A0A0A0. Windows color (decimal): -7160032 or 2146194. OLE color: 2146194.
HSL color Cylindrical-coordinate representation of color #92BF20: hue angle of 76.98º 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 #92BF20 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 191 | 32 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.25 |
| HSL | 76.98º | 0.71% | 0.44% | - |
| HSV(B) | 76.98º | 0.83% | 0.75% | - |
| XYZ | 30.75 | 43.48 | 8.14 | - |
| YUV | 159.42 | 56.09 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 191 | 32 | 0.24 | 0 | 0.83 | 0.25 | 76.98 | 0.71 | 0.44 |
| Hex | 92 | BF | 20 | 18 | 0 | 53 | 19 | 4D | 47 | 2C |
| Octal | 222 | 277 | 40 | 30 | 0 | 123 | 31 | 115 | 107 | 54 |
| Binary | 10010010 | 10111111 | 100000 | 11000 | 0 | 1010011 | 11001 | 1001101 | 1000111 | 101100 |
Color Harmonies of #92BF20
Complementary color
Monochromatic Colors of #92BF20
Black with #92BF20
Text Example
Text Example
White with #92BF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BF20; }
p { color: rgb(146,191,32); }
H1.HeaderClassName
{
color: #92BF20;
}
.AnyTagClassName
{
color: #92BF20;
}
</style>
background-color css
<style>
a { background-color: #92BF20; }
a { background-color: rgb(146,191,32); }
div.DivClassName
{
background-color: #92BF20;
}
.BgClassName
{
background-color: #92BF20;
}
</style>
border-color css
<style>
span { border-color: #92BF20; }
span { border-color: rgb(146,191,32); }
td.TdClassName
{
border-color: #92BF20;
}
.TagClassName
{
border-color: #92BF20;
}
</style>