Shades of Limerick #92AD34
Tints of Limerick #92AD34
RGB
CMYK
RGB Variations
Color information
#92AD34 (or 0x92AD34) is known color: Limerick. HEX triplet: 92, AD and 34. RGB value is (146,173,52). Sum of RGB (Red+Green+Blue) = 146+173+52=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AD34 is #6D52CB. Grayscale: #979797. Windows color (decimal): -7164620 or 3452306. OLE color: 3452306.
HSL color Cylindrical-coordinate representation of color #92AD34: hue angle of 73.39º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #92AD34 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 173 | 52 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.32 |
| HSL | 73.39º | 0.54% | 0.44% | - |
| HSV(B) | 73.39º | 0.7% | 0.68% | - |
| XYZ | 27.42 | 36.25 | 8.8 | - |
| YUV | 151.13 | 72.05 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 173 | 52 | 0.16 | 0 | 0.70 | 0.32 | 73.39 | 0.54 | 0.44 |
| Hex | 92 | AD | 34 | 10 | 0 | 46 | 20 | 49 | 36 | 2C |
| Octal | 222 | 255 | 64 | 20 | 0 | 106 | 40 | 111 | 66 | 54 |
| Binary | 10010010 | 10101101 | 110100 | 10000 | 0 | 1000110 | 100000 | 1001001 | 110110 | 101100 |
Color Harmonies of #92AD34
Complementary color
Monochromatic Colors of #92AD34
Black with #92AD34
Text Example
Text Example
White with #92AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AD34; }
p { color: rgb(146,173,52); }
H1.HeaderClassName
{
color: #92AD34;
}
.AnyTagClassName
{
color: #92AD34;
}
</style>
background-color css
<style>
a { background-color: #92AD34; }
a { background-color: rgb(146,173,52); }
div.DivClassName
{
background-color: #92AD34;
}
.BgClassName
{
background-color: #92AD34;
}
</style>
border-color css
<style>
span { border-color: #92AD34; }
span { border-color: rgb(146,173,52); }
td.TdClassName
{
border-color: #92AD34;
}
.TagClassName
{
border-color: #92AD34;
}
</style>