Shades of Limerick #90B117
Tints of Limerick #90B117
RGB
CMYK
RGB Variations
Color information
#90B117 (or 0x90B117) is known color: Limerick. HEX triplet: 90, B1 and 17. RGB value is (144,177,23). Sum of RGB (Red+Green+Blue) = 144+177+23=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #90B117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90B117 is #6F4EE8. Grayscale: #969696. Windows color (decimal): -7294697 or 1552784. OLE color: 1552784.
HSL color Cylindrical-coordinate representation of color #90B117: hue angle of 72.86º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #90B117 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 177 | 23 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.31 |
| HSL | 72.86º | 0.77% | 0.39% | - |
| HSV(B) | 72.86º | 0.87% | 0.69% | - |
| XYZ | 27.38 | 37.44 | 6.59 | - |
| YUV | 149.58 | 56.57 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 177 | 23 | 0.19 | 0 | 0.87 | 0.31 | 72.86 | 0.77 | 0.39 |
| Hex | 90 | B1 | 17 | 13 | 0 | 57 | 1F | 49 | 4D | 27 |
| Octal | 220 | 261 | 27 | 23 | 0 | 127 | 37 | 111 | 115 | 47 |
| Binary | 10010000 | 10110001 | 10111 | 10011 | 0 | 1010111 | 11111 | 1001001 | 1001101 | 100111 |
Color Harmonies of #90B117
Complementary color
Monochromatic Colors of #90B117
Black with #90B117
Text Example
Text Example
White with #90B117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B117; }
p { color: rgb(144,177,23); }
H1.HeaderClassName
{
color: #90B117;
}
.AnyTagClassName
{
color: #90B117;
}
</style>
background-color css
<style>
a { background-color: #90B117; }
a { background-color: rgb(144,177,23); }
div.DivClassName
{
background-color: #90B117;
}
.BgClassName
{
background-color: #90B117;
}
</style>
border-color css
<style>
span { border-color: #90B117; }
span { border-color: rgb(144,177,23); }
td.TdClassName
{
border-color: #90B117;
}
.TagClassName
{
border-color: #90B117;
}
</style>