Shades of Limerick #92A826
Tints of Limerick #92A826
RGB
CMYK
RGB Variations
Color information
#92A826 (or 0x92A826) is known color: Limerick. HEX triplet: 92, A8 and 26. RGB value is (146,168,38). Sum of RGB (Red+Green+Blue) = 146+168+38=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 168 - color contains mainly: green. Hex color #92A826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A826 is #6D57D9. Grayscale: #939393. Windows color (decimal): -7165914 or 2533522. OLE color: 2533522.
HSL color Cylindrical-coordinate representation of color #92A826: hue angle of 70.15º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #92A826 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 146 | 168 | 38 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.34 |
| HSL | 70.15º | 0.63% | 0.4% | - |
| HSV(B) | 70.15º | 0.77% | 0.66% | - |
| XYZ | 26.21 | 34.26 | 7.06 | - |
| YUV | 146.6 | 66.71 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 168 | 38 | 0.13 | 0 | 0.77 | 0.34 | 70.15 | 0.63 | 0.4 |
| Hex | 92 | A8 | 26 | D | 0 | 4D | 22 | 46 | 3F | 28 |
| Octal | 222 | 250 | 46 | 15 | 0 | 115 | 42 | 106 | 77 | 50 |
| Binary | 10010010 | 10101000 | 100110 | 1101 | 0 | 1001101 | 100010 | 1000110 | 111111 | 101000 |
Color Harmonies of #92A826
Complementary color
Monochromatic Colors of #92A826
Black with #92A826
Text Example
Text Example
White with #92A826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A826; }
p { color: rgb(146,168,38); }
H1.HeaderClassName
{
color: #92A826;
}
.AnyTagClassName
{
color: #92A826;
}
</style>
background-color css
<style>
a { background-color: #92A826; }
a { background-color: rgb(146,168,38); }
div.DivClassName
{
background-color: #92A826;
}
.BgClassName
{
background-color: #92A826;
}
</style>
border-color css
<style>
span { border-color: #92A826; }
span { border-color: rgb(146,168,38); }
td.TdClassName
{
border-color: #92A826;
}
.TagClassName
{
border-color: #92A826;
}
</style>