Shades of Limerick #92B53C
Tints of Limerick #92B53C
RGB
CMYK
RGB Variations
Color information
#92B53C (or 0x92B53C) is known color: Limerick. HEX triplet: 92, B5 and 3C. RGB value is (146,181,60). Sum of RGB (Red+Green+Blue) = 146+181+60=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #92B53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B53C is #6D4AC3. Grayscale: #9D9D9D. Windows color (decimal): -7162564 or 3978642. OLE color: 3978642.
HSL color Cylindrical-coordinate representation of color #92B53C: hue angle of 77.36º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #92B53C is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 181 | 60 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.29 |
| HSL | 77.36º | 0.5% | 0.47% | - |
| HSV(B) | 77.36º | 0.67% | 0.71% | - |
| XYZ | 29.19 | 39.48 | 10.36 | - |
| YUV | 156.74 | 73.4 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 181 | 60 | 0.19 | 0 | 0.67 | 0.29 | 77.36 | 0.5 | 0.47 |
| Hex | 92 | B5 | 3C | 13 | 0 | 43 | 1D | 4D | 32 | 2F |
| Octal | 222 | 265 | 74 | 23 | 0 | 103 | 35 | 115 | 62 | 57 |
| Binary | 10010010 | 10110101 | 111100 | 10011 | 0 | 1000011 | 11101 | 1001101 | 110010 | 101111 |
Color Harmonies of #92B53C
Complementary color
Monochromatic Colors of #92B53C
Black with #92B53C
Text Example
Text Example
White with #92B53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B53C; }
p { color: rgb(146,181,60); }
H1.HeaderClassName
{
color: #92B53C;
}
.AnyTagClassName
{
color: #92B53C;
}
</style>
background-color css
<style>
a { background-color: #92B53C; }
a { background-color: rgb(146,181,60); }
div.DivClassName
{
background-color: #92B53C;
}
.BgClassName
{
background-color: #92B53C;
}
</style>
border-color css
<style>
span { border-color: #92B53C; }
span { border-color: rgb(146,181,60); }
td.TdClassName
{
border-color: #92B53C;
}
.TagClassName
{
border-color: #92B53C;
}
</style>