Shades of Limerick #92AA2E
Tints of Limerick #92AA2E
RGB
CMYK
RGB Variations
Color information
#92AA2E (or 0x92AA2E) is known color: Limerick. HEX triplet: 92, AA and 2E. RGB value is (146,170,46). Sum of RGB (Red+Green+Blue) = 146+170+46=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AA2E is #6D55D1. Grayscale: #959595. Windows color (decimal): -7165394 or 3058322. OLE color: 3058322.
HSL color Cylindrical-coordinate representation of color #92AA2E: hue angle of 71.61º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #92AA2E is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 170 | 46 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.33 |
| HSL | 71.61º | 0.57% | 0.42% | - |
| HSV(B) | 71.61º | 0.73% | 0.67% | - |
| XYZ | 26.72 | 35.06 | 7.94 | - |
| YUV | 148.69 | 70.05 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 46 | 0.14 | 0 | 0.73 | 0.33 | 71.61 | 0.57 | 0.42 |
| Hex | 92 | AA | 2E | E | 0 | 49 | 21 | 48 | 39 | 2A |
| Octal | 222 | 252 | 56 | 16 | 0 | 111 | 41 | 110 | 71 | 52 |
| Binary | 10010010 | 10101010 | 101110 | 1110 | 0 | 1001001 | 100001 | 1001000 | 111001 | 101010 |
Color Harmonies of #92AA2E
Complementary color
Monochromatic Colors of #92AA2E
Black with #92AA2E
Text Example
Text Example
White with #92AA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AA2E; }
p { color: rgb(146,170,46); }
H1.HeaderClassName
{
color: #92AA2E;
}
.AnyTagClassName
{
color: #92AA2E;
}
</style>
background-color css
<style>
a { background-color: #92AA2E; }
a { background-color: rgb(146,170,46); }
div.DivClassName
{
background-color: #92AA2E;
}
.BgClassName
{
background-color: #92AA2E;
}
</style>
border-color css
<style>
span { border-color: #92AA2E; }
span { border-color: rgb(146,170,46); }
td.TdClassName
{
border-color: #92AA2E;
}
.TagClassName
{
border-color: #92AA2E;
}
</style>