Shades of Limerick #90B641
Tints of Limerick #90B641
RGB
CMYK
RGB Variations
Color information
#90B641 (or 0x90B641) is known color: Limerick. HEX triplet: 90, B6 and 41. RGB value is (144,182,65). Sum of RGB (Red+Green+Blue) = 144+182+65=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 182 - color contains mainly: green. Hex color #90B641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B641 is #6F49BE. Grayscale: #9D9D9D. Windows color (decimal): -7293375 or 4306576. OLE color: 4306576.
HSL color Cylindrical-coordinate representation of color #90B641: hue angle of 79.49º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90B641 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 182 | 65 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.29 |
| HSL | 79.49º | 0.47% | 0.48% | - |
| HSV(B) | 79.49º | 0.64% | 0.71% | - |
| XYZ | 29.18 | 39.77 | 11.14 | - |
| YUV | 157.3 | 75.91 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 182 | 65 | 0.21 | 0 | 0.64 | 0.29 | 79.49 | 0.47 | 0.48 |
| Hex | 90 | B6 | 41 | 15 | 0 | 40 | 1D | 4F | 2F | 30 |
| Octal | 220 | 266 | 101 | 25 | 0 | 100 | 35 | 117 | 57 | 60 |
| Binary | 10010000 | 10110110 | 1000001 | 10101 | 0 | 1000000 | 11101 | 1001111 | 101111 | 110000 |
Color Harmonies of #90B641
Complementary color
Monochromatic Colors of #90B641
Black with #90B641
Text Example
Text Example
White with #90B641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B641; }
p { color: rgb(144,182,65); }
H1.HeaderClassName
{
color: #90B641;
}
.AnyTagClassName
{
color: #90B641;
}
</style>
background-color css
<style>
a { background-color: #90B641; }
a { background-color: rgb(144,182,65); }
div.DivClassName
{
background-color: #90B641;
}
.BgClassName
{
background-color: #90B641;
}
</style>
border-color css
<style>
span { border-color: #90B641; }
span { border-color: rgb(144,182,65); }
td.TdClassName
{
border-color: #90B641;
}
.TagClassName
{
border-color: #90B641;
}
</style>