Shades of Limerick #92A72B
Tints of Limerick #92A72B
RGB
CMYK
RGB Variations
Color information
#92A72B (or 0x92A72B) is known color: Limerick. HEX triplet: 92, A7 and 2B. RGB value is (146,167,43). Sum of RGB (Red+Green+Blue) = 146+167+43=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 167 - color contains mainly: green. Hex color #92A72B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A72B is #6D58D4. Grayscale: #939393. Windows color (decimal): -7166165 or 2860946. OLE color: 2860946.
HSL color Cylindrical-coordinate representation of color #92A72B: hue angle of 70.16º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #92A72B is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 167 | 43 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.35 |
| HSL | 70.16º | 0.59% | 0.41% | - |
| HSV(B) | 70.16º | 0.74% | 0.65% | - |
| XYZ | 26.11 | 33.92 | 7.46 | - |
| YUV | 146.59 | 69.54 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 167 | 43 | 0.13 | 0 | 0.74 | 0.35 | 70.16 | 0.59 | 0.41 |
| Hex | 92 | A7 | 2B | D | 0 | 4A | 23 | 46 | 3B | 29 |
| Octal | 222 | 247 | 53 | 15 | 0 | 112 | 43 | 106 | 73 | 51 |
| Binary | 10010010 | 10100111 | 101011 | 1101 | 0 | 1001010 | 100011 | 1000110 | 111011 | 101001 |
Color Harmonies of #92A72B
Complementary color
Monochromatic Colors of #92A72B
Black with #92A72B
Text Example
Text Example
White with #92A72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A72B; }
p { color: rgb(146,167,43); }
H1.HeaderClassName
{
color: #92A72B;
}
.AnyTagClassName
{
color: #92A72B;
}
</style>
background-color css
<style>
a { background-color: #92A72B; }
a { background-color: rgb(146,167,43); }
div.DivClassName
{
background-color: #92A72B;
}
.BgClassName
{
background-color: #92A72B;
}
</style>
border-color css
<style>
span { border-color: #92A72B; }
span { border-color: rgb(146,167,43); }
td.TdClassName
{
border-color: #92A72B;
}
.TagClassName
{
border-color: #92A72B;
}
</style>