Shades of Limerick #92BD29
Tints of Limerick #92BD29
RGB
CMYK
RGB Variations
Color information
#92BD29 (or 0x92BD29) is known color: Limerick. HEX triplet: 92, BD and 29. RGB value is (146,189,41). Sum of RGB (Red+Green+Blue) = 146+189+41=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 41 (16.41% from 255 or 10.90% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BD29 is #6D42D6. Grayscale: #9F9F9F. Windows color (decimal): -7160535 or 2735506. OLE color: 2735506.
HSL color Cylindrical-coordinate representation of color #92BD29: hue angle of 77.43º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #92BD29 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 189 | 41 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.26 |
| HSL | 77.43º | 0.64% | 0.45% | - |
| HSV(B) | 77.43º | 0.78% | 0.74% | - |
| XYZ | 30.45 | 42.67 | 8.73 | - |
| YUV | 159.27 | 61.25 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 41 | 0.23 | 0 | 0.78 | 0.26 | 77.43 | 0.64 | 0.45 |
| Hex | 92 | BD | 29 | 17 | 0 | 4E | 1A | 4D | 40 | 2D |
| Octal | 222 | 275 | 51 | 27 | 0 | 116 | 32 | 115 | 100 | 55 |
| Binary | 10010010 | 10111101 | 101001 | 10111 | 0 | 1001110 | 11010 | 1001101 | 1000000 | 101101 |
Color Harmonies of #92BD29
Complementary color
Monochromatic Colors of #92BD29
Black with #92BD29
Text Example
Text Example
White with #92BD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BD29; }
p { color: rgb(146,189,41); }
H1.HeaderClassName
{
color: #92BD29;
}
.AnyTagClassName
{
color: #92BD29;
}
</style>
background-color css
<style>
a { background-color: #92BD29; }
a { background-color: rgb(146,189,41); }
div.DivClassName
{
background-color: #92BD29;
}
.BgClassName
{
background-color: #92BD29;
}
</style>
border-color css
<style>
span { border-color: #92BD29; }
span { border-color: rgb(146,189,41); }
td.TdClassName
{
border-color: #92BD29;
}
.TagClassName
{
border-color: #92BD29;
}
</style>