Shades of Limerick #90B417
Tints of Limerick #90B417
RGB
CMYK
RGB Variations
Color information
#90B417 (or 0x90B417) is known color: Limerick. HEX triplet: 90, B4 and 17. RGB value is (144,180,23). Sum of RGB (Red+Green+Blue) = 144+180+23=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #90B417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B417 is #6F4BE8. Grayscale: #979797. Windows color (decimal): -7293929 or 1553552. OLE color: 1553552.
HSL color Cylindrical-coordinate representation of color #90B417: hue angle of 73.76º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #90B417 is Cyan = 0.2, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 180 | 23 | - |
| CMYK | 0.2 | 0 | 0.87 | 0.29 |
| HSL | 73.76º | 0.77% | 0.4% | - |
| HSV(B) | 73.76º | 0.87% | 0.71% | - |
| XYZ | 27.98 | 38.63 | 6.79 | - |
| YUV | 151.34 | 55.57 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 23 | 0.2 | 0 | 0.87 | 0.29 | 73.76 | 0.77 | 0.4 |
| Hex | 90 | B4 | 17 | 14 | 0 | 57 | 1D | 4A | 4D | 28 |
| Octal | 220 | 264 | 27 | 24 | 0 | 127 | 35 | 112 | 115 | 50 |
| Binary | 10010000 | 10110100 | 10111 | 10100 | 0 | 1010111 | 11101 | 1001010 | 1001101 | 101000 |
Color Harmonies of #90B417
Complementary color
Monochromatic Colors of #90B417
Black with #90B417
Text Example
Text Example
White with #90B417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B417; }
p { color: rgb(144,180,23); }
H1.HeaderClassName
{
color: #90B417;
}
.AnyTagClassName
{
color: #90B417;
}
</style>
background-color css
<style>
a { background-color: #90B417; }
a { background-color: rgb(144,180,23); }
div.DivClassName
{
background-color: #90B417;
}
.BgClassName
{
background-color: #90B417;
}
</style>
border-color css
<style>
span { border-color: #90B417; }
span { border-color: rgb(144,180,23); }
td.TdClassName
{
border-color: #90B417;
}
.TagClassName
{
border-color: #90B417;
}
</style>