Shades of Limerick #92AD37
Tints of Limerick #92AD37
RGB
CMYK
RGB Variations
Color information
#92AD37 (or 0x92AD37) is known color: Limerick. HEX triplet: 92, AD and 37. RGB value is (146,173,55). Sum of RGB (Red+Green+Blue) = 146+173+55=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AD37 is #6D52C8. Grayscale: #979797. Windows color (decimal): -7164617 or 3648914. OLE color: 3648914.
HSL color Cylindrical-coordinate representation of color #92AD37: hue angle of 73.73º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #92AD37 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 173 | 55 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.32 |
| HSL | 73.73º | 0.52% | 0.45% | - |
| HSV(B) | 73.73º | 0.68% | 0.68% | - |
| XYZ | 27.49 | 36.27 | 9.17 | - |
| YUV | 151.48 | 73.55 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 173 | 55 | 0.16 | 0 | 0.68 | 0.32 | 73.73 | 0.52 | 0.45 |
| Hex | 92 | AD | 37 | 10 | 0 | 44 | 20 | 4A | 34 | 2D |
| Octal | 222 | 255 | 67 | 20 | 0 | 104 | 40 | 112 | 64 | 55 |
| Binary | 10010010 | 10101101 | 110111 | 10000 | 0 | 1000100 | 100000 | 1001010 | 110100 | 101101 |
Color Harmonies of #92AD37
Complementary color
Monochromatic Colors of #92AD37
Black with #92AD37
Text Example
Text Example
White with #92AD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AD37; }
p { color: rgb(146,173,55); }
H1.HeaderClassName
{
color: #92AD37;
}
.AnyTagClassName
{
color: #92AD37;
}
</style>
background-color css
<style>
a { background-color: #92AD37; }
a { background-color: rgb(146,173,55); }
div.DivClassName
{
background-color: #92AD37;
}
.BgClassName
{
background-color: #92AD37;
}
</style>
border-color css
<style>
span { border-color: #92AD37; }
span { border-color: rgb(146,173,55); }
td.TdClassName
{
border-color: #92AD37;
}
.TagClassName
{
border-color: #92AD37;
}
</style>