Shades of Limerick #92A843
Tints of Limerick #92A843
RGB
CMYK
RGB Variations
Color information
#92A843 (or 0x92A843) is known color: Limerick. HEX triplet: 92, A8 and 43. RGB value is (146,168,67). Sum of RGB (Red+Green+Blue) = 146+168+67=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 168 - color contains mainly: green. Hex color #92A843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A843 is #6D57BC. Grayscale: #969696. Windows color (decimal): -7165885 or 4434066. OLE color: 4434066.
HSL color Cylindrical-coordinate representation of color #92A843: hue angle of 73.07º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #92A843 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 146 | 168 | 67 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.34 |
| HSL | 73.07º | 0.43% | 0.46% | - |
| HSV(B) | 73.07º | 0.6% | 0.66% | - |
| XYZ | 26.87 | 34.52 | 10.56 | - |
| YUV | 149.91 | 81.21 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 168 | 67 | 0.13 | 0 | 0.60 | 0.34 | 73.07 | 0.43 | 0.46 |
| Hex | 92 | A8 | 43 | D | 0 | 3C | 22 | 49 | 2B | 2E |
| Octal | 222 | 250 | 103 | 15 | 0 | 74 | 42 | 111 | 53 | 56 |
| Binary | 10010010 | 10101000 | 1000011 | 1101 | 0 | 111100 | 100010 | 1001001 | 101011 | 101110 |
Color Harmonies of #92A843
Complementary color
Monochromatic Colors of #92A843
Black with #92A843
Text Example
Text Example
White with #92A843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A843; }
p { color: rgb(146,168,67); }
H1.HeaderClassName
{
color: #92A843;
}
.AnyTagClassName
{
color: #92A843;
}
</style>
background-color css
<style>
a { background-color: #92A843; }
a { background-color: rgb(146,168,67); }
div.DivClassName
{
background-color: #92A843;
}
.BgClassName
{
background-color: #92A843;
}
</style>
border-color css
<style>
span { border-color: #92A843; }
span { border-color: rgb(146,168,67); }
td.TdClassName
{
border-color: #92A843;
}
.TagClassName
{
border-color: #92A843;
}
</style>