Shades of Limerick #90B142
Tints of Limerick #90B142
RGB
CMYK
RGB Variations
Color information
#90B142 (or 0x90B142) is known color: Limerick. HEX triplet: 90, B1 and 42. RGB value is (144,177,66). Sum of RGB (Red+Green+Blue) = 144+177+66=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #90B142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90B142 is #6F4EBD. Grayscale: #9A9A9A. Windows color (decimal): -7294654 or 4370832. OLE color: 4370832.
HSL color Cylindrical-coordinate representation of color #90B142: hue angle of 77.84º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90B142 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 177 | 66 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.31 |
| HSL | 77.84º | 0.46% | 0.48% | - |
| HSV(B) | 77.84º | 0.63% | 0.69% | - |
| XYZ | 28.21 | 37.77 | 10.96 | - |
| YUV | 154.48 | 78.07 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 177 | 66 | 0.19 | 0 | 0.63 | 0.31 | 77.84 | 0.46 | 0.48 |
| Hex | 90 | B1 | 42 | 13 | 0 | 3F | 1F | 4E | 2E | 30 |
| Octal | 220 | 261 | 102 | 23 | 0 | 77 | 37 | 116 | 56 | 60 |
| Binary | 10010000 | 10110001 | 1000010 | 10011 | 0 | 111111 | 11111 | 1001110 | 101110 | 110000 |
Color Harmonies of #90B142
Complementary color
Monochromatic Colors of #90B142
Black with #90B142
Text Example
Text Example
White with #90B142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B142; }
p { color: rgb(144,177,66); }
H1.HeaderClassName
{
color: #90B142;
}
.AnyTagClassName
{
color: #90B142;
}
</style>
background-color css
<style>
a { background-color: #90B142; }
a { background-color: rgb(144,177,66); }
div.DivClassName
{
background-color: #90B142;
}
.BgClassName
{
background-color: #90B142;
}
</style>
border-color css
<style>
span { border-color: #90B142; }
span { border-color: rgb(144,177,66); }
td.TdClassName
{
border-color: #90B142;
}
.TagClassName
{
border-color: #90B142;
}
</style>