Shades of Limerick #90B516
Tints of Limerick #90B516
RGB
CMYK
RGB Variations
Color information
#90B516 (or 0x90B516) is known color: Limerick. HEX triplet: 90, B5 and 16. RGB value is (144,181,22). Sum of RGB (Red+Green+Blue) = 144+181+22=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #90B516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B516 is #6F4AE9. Grayscale: #989898. Windows color (decimal): -7293674 or 1488272. OLE color: 1488272.
HSL color Cylindrical-coordinate representation of color #90B516: hue angle of 73.96º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90B516 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 181 | 22 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.29 |
| HSL | 73.96º | 0.78% | 0.4% | - |
| HSV(B) | 73.96º | 0.88% | 0.71% | - |
| XYZ | 28.17 | 39.03 | 6.81 | - |
| YUV | 151.81 | 54.74 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 22 | 0.20 | 0 | 0.88 | 0.29 | 73.96 | 0.78 | 0.4 |
| Hex | 90 | B5 | 16 | 14 | 0 | 58 | 1D | 4A | 4E | 28 |
| Octal | 220 | 265 | 26 | 24 | 0 | 130 | 35 | 112 | 116 | 50 |
| Binary | 10010000 | 10110101 | 10110 | 10100 | 0 | 1011000 | 11101 | 1001010 | 1001110 | 101000 |
Color Harmonies of #90B516
Complementary color
Monochromatic Colors of #90B516
Black with #90B516
Text Example
Text Example
White with #90B516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B516; }
p { color: rgb(144,181,22); }
H1.HeaderClassName
{
color: #90B516;
}
.AnyTagClassName
{
color: #90B516;
}
</style>
background-color css
<style>
a { background-color: #90B516; }
a { background-color: rgb(144,181,22); }
div.DivClassName
{
background-color: #90B516;
}
.BgClassName
{
background-color: #90B516;
}
</style>
border-color css
<style>
span { border-color: #90B516; }
span { border-color: rgb(144,181,22); }
td.TdClassName
{
border-color: #90B516;
}
.TagClassName
{
border-color: #90B516;
}
</style>