Shades of Limerick #92AB3E
Tints of Limerick #92AB3E
RGB
CMYK
RGB Variations
Color information
#92AB3E (or 0x92AB3E) is known color: Limerick. HEX triplet: 92, AB and 3E. RGB value is (146,171,62). Sum of RGB (Red+Green+Blue) = 146+171+62=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AB3E is #6D54C1. Grayscale: #979797. Windows color (decimal): -7165122 or 4107154. OLE color: 4107154.
HSL color Cylindrical-coordinate representation of color #92AB3E: hue angle of 73.76º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92AB3E is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 171 | 62 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.33 |
| HSL | 73.76º | 0.47% | 0.46% | - |
| HSV(B) | 73.76º | 0.64% | 0.67% | - |
| XYZ | 27.29 | 35.58 | 9.99 | - |
| YUV | 151.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 171 | 62 | 0.15 | 0 | 0.64 | 0.33 | 73.76 | 0.47 | 0.46 |
| Hex | 92 | AB | 3E | F | 0 | 40 | 21 | 4A | 2F | 2E |
| Octal | 222 | 253 | 76 | 17 | 0 | 100 | 41 | 112 | 57 | 56 |
| Binary | 10010010 | 10101011 | 111110 | 1111 | 0 | 1000000 | 100001 | 1001010 | 101111 | 101110 |
Color Harmonies of #92AB3E
Complementary color
Monochromatic Colors of #92AB3E
Black with #92AB3E
Text Example
Text Example
White with #92AB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AB3E; }
p { color: rgb(146,171,62); }
H1.HeaderClassName
{
color: #92AB3E;
}
.AnyTagClassName
{
color: #92AB3E;
}
</style>
background-color css
<style>
a { background-color: #92AB3E; }
a { background-color: rgb(146,171,62); }
div.DivClassName
{
background-color: #92AB3E;
}
.BgClassName
{
background-color: #92AB3E;
}
</style>
border-color css
<style>
span { border-color: #92AB3E; }
span { border-color: rgb(146,171,62); }
td.TdClassName
{
border-color: #92AB3E;
}
.TagClassName
{
border-color: #92AB3E;
}
</style>