Shades of Limerick #90B537
Tints of Limerick #90B537
RGB
CMYK
RGB Variations
Color information
#90B537 (or 0x90B537) is known color: Limerick. HEX triplet: 90, B5 and 37. RGB value is (144,181,55). Sum of RGB (Red+Green+Blue) = 144+181+55=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 55 (21.88% from 255 or 14.47% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #90B537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B537 is #6F4AC8. Grayscale: #9C9C9C. Windows color (decimal): -7293641 or 3650960. OLE color: 3650960.
HSL color Cylindrical-coordinate representation of color #90B537: hue angle of 77.62º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90B537 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 181 | 55 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.29 |
| HSL | 77.62º | 0.53% | 0.46% | - |
| HSV(B) | 77.62º | 0.7% | 0.71% | - |
| XYZ | 28.72 | 39.25 | 9.68 | - |
| YUV | 155.57 | 71.24 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 55 | 0.20 | 0 | 0.70 | 0.29 | 77.62 | 0.53 | 0.46 |
| Hex | 90 | B5 | 37 | 14 | 0 | 46 | 1D | 4E | 35 | 2E |
| Octal | 220 | 265 | 67 | 24 | 0 | 106 | 35 | 116 | 65 | 56 |
| Binary | 10010000 | 10110101 | 110111 | 10100 | 0 | 1000110 | 11101 | 1001110 | 110101 | 101110 |
Color Harmonies of #90B537
Complementary color
Monochromatic Colors of #90B537
Black with #90B537
Text Example
Text Example
White with #90B537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B537; }
p { color: rgb(144,181,55); }
H1.HeaderClassName
{
color: #90B537;
}
.AnyTagClassName
{
color: #90B537;
}
</style>
background-color css
<style>
a { background-color: #90B537; }
a { background-color: rgb(144,181,55); }
div.DivClassName
{
background-color: #90B537;
}
.BgClassName
{
background-color: #90B537;
}
</style>
border-color css
<style>
span { border-color: #90B537; }
span { border-color: rgb(144,181,55); }
td.TdClassName
{
border-color: #90B537;
}
.TagClassName
{
border-color: #90B537;
}
</style>