Shades of Limerick #92B523
Tints of Limerick #92B523
RGB
CMYK
RGB Variations
Color information
#92B523 (or 0x92B523) is known color: Limerick. HEX triplet: 92, B5 and 23. RGB value is (146,181,35). Sum of RGB (Red+Green+Blue) = 146+181+35=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 181 (71.09% from 255 or 50% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 181 - color contains mainly: green. Hex color #92B523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B523 is #6D4ADC. Grayscale: #9A9A9A. Windows color (decimal): -7162589 or 2340242. OLE color: 2340242.
HSL color Cylindrical-coordinate representation of color #92B523: hue angle of 74.38º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #92B523 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 181 | 35 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.29 |
| HSL | 74.38º | 0.68% | 0.42% | - |
| HSV(B) | 74.38º | 0.81% | 0.71% | - |
| XYZ | 28.68 | 39.28 | 7.66 | - |
| YUV | 153.89 | 60.9 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 181 | 35 | 0.19 | 0 | 0.81 | 0.29 | 74.38 | 0.68 | 0.42 |
| Hex | 92 | B5 | 23 | 13 | 0 | 51 | 1D | 4A | 44 | 2A |
| Octal | 222 | 265 | 43 | 23 | 0 | 121 | 35 | 112 | 104 | 52 |
| Binary | 10010010 | 10110101 | 100011 | 10011 | 0 | 1010001 | 11101 | 1001010 | 1000100 | 101010 |
Color Harmonies of #92B523
Complementary color
Monochromatic Colors of #92B523
Black with #92B523
Text Example
Text Example
White with #92B523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B523; }
p { color: rgb(146,181,35); }
H1.HeaderClassName
{
color: #92B523;
}
.AnyTagClassName
{
color: #92B523;
}
</style>
background-color css
<style>
a { background-color: #92B523; }
a { background-color: rgb(146,181,35); }
div.DivClassName
{
background-color: #92B523;
}
.BgClassName
{
background-color: #92B523;
}
</style>
border-color css
<style>
span { border-color: #92B523; }
span { border-color: rgb(146,181,35); }
td.TdClassName
{
border-color: #92B523;
}
.TagClassName
{
border-color: #92B523;
}
</style>