Shades of Limerick #92B42D
Tints of Limerick #92B42D
RGB
CMYK
RGB Variations
Color information
#92B42D (or 0x92B42D) is known color: Limerick. HEX triplet: 92, B4 and 2D. RGB value is (146,180,45). Sum of RGB (Red+Green+Blue) = 146+180+45=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #92B42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B42D is #6D4BD2. Grayscale: #9A9A9A. Windows color (decimal): -7162835 or 2995346. OLE color: 2995346.
HSL color Cylindrical-coordinate representation of color #92B42D: hue angle of 75.11º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #92B42D is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 180 | 45 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.29 |
| HSL | 75.11º | 0.6% | 0.44% | - |
| HSV(B) | 75.11º | 0.75% | 0.71% | - |
| XYZ | 28.65 | 38.94 | 8.49 | - |
| YUV | 154.44 | 66.24 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 180 | 45 | 0.19 | 0 | 0.75 | 0.29 | 75.11 | 0.6 | 0.44 |
| Hex | 92 | B4 | 2D | 13 | 0 | 4B | 1D | 4B | 3C | 2C |
| Octal | 222 | 264 | 55 | 23 | 0 | 113 | 35 | 113 | 74 | 54 |
| Binary | 10010010 | 10110100 | 101101 | 10011 | 0 | 1001011 | 11101 | 1001011 | 111100 | 101100 |
Color Harmonies of #92B42D
Complementary color
Monochromatic Colors of #92B42D
Black with #92B42D
Text Example
Text Example
White with #92B42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B42D; }
p { color: rgb(146,180,45); }
H1.HeaderClassName
{
color: #92B42D;
}
.AnyTagClassName
{
color: #92B42D;
}
</style>
background-color css
<style>
a { background-color: #92B42D; }
a { background-color: rgb(146,180,45); }
div.DivClassName
{
background-color: #92B42D;
}
.BgClassName
{
background-color: #92B42D;
}
</style>
border-color css
<style>
span { border-color: #92B42D; }
span { border-color: rgb(146,180,45); }
td.TdClassName
{
border-color: #92B42D;
}
.TagClassName
{
border-color: #92B42D;
}
</style>