Shades of Limerick #90B416
Tints of Limerick #90B416
RGB
CMYK
RGB Variations
Color information
#90B416 (or 0x90B416) is known color: Limerick. HEX triplet: 90, B4 and 16. RGB value is (144,180,22). Sum of RGB (Red+Green+Blue) = 144+180+22=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #90B416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B416 is #6F4BE9. Grayscale: #979797. Windows color (decimal): -7293930 or 1488016. OLE color: 1488016.
HSL color Cylindrical-coordinate representation of color #90B416: hue angle of 73.67º 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 #90B416 is Cyan = 0.2, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 180 | 22 | - |
| CMYK | 0.2 | 0 | 0.88 | 0.29 |
| HSL | 73.67º | 0.78% | 0.4% | - |
| HSV(B) | 73.67º | 0.88% | 0.71% | - |
| XYZ | 27.97 | 38.63 | 6.74 | - |
| YUV | 151.22 | 55.07 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 22 | 0.2 | 0 | 0.88 | 0.29 | 73.67 | 0.78 | 0.4 |
| Hex | 90 | B4 | 16 | 14 | 0 | 58 | 1D | 4A | 4E | 28 |
| Octal | 220 | 264 | 26 | 24 | 0 | 130 | 35 | 112 | 116 | 50 |
| Binary | 10010000 | 10110100 | 10110 | 10100 | 0 | 1011000 | 11101 | 1001010 | 1001110 | 101000 |
Color Harmonies of #90B416
Complementary color
Monochromatic Colors of #90B416
Black with #90B416
Text Example
Text Example
White with #90B416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B416; }
p { color: rgb(144,180,22); }
H1.HeaderClassName
{
color: #90B416;
}
.AnyTagClassName
{
color: #90B416;
}
</style>
background-color css
<style>
a { background-color: #90B416; }
a { background-color: rgb(144,180,22); }
div.DivClassName
{
background-color: #90B416;
}
.BgClassName
{
background-color: #90B416;
}
</style>
border-color css
<style>
span { border-color: #90B416; }
span { border-color: rgb(144,180,22); }
td.TdClassName
{
border-color: #90B416;
}
.TagClassName
{
border-color: #90B416;
}
</style>