Shades of Limerick #90B426
Tints of Limerick #90B426
RGB
CMYK
RGB Variations
Color information
#90B426 (or 0x90B426) is known color: Limerick. HEX triplet: 90, B4 and 26. RGB value is (144,180,38). Sum of RGB (Red+Green+Blue) = 144+180+38=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #90B426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B426 is #6F4BD9. Grayscale: #999999. Windows color (decimal): -7293914 or 2536592. OLE color: 2536592.
HSL color Cylindrical-coordinate representation of color #90B426: hue angle of 75.21º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90B426 is Cyan = 0.2, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 180 | 38 | - |
| CMYK | 0.2 | 0 | 0.79 | 0.29 |
| HSL | 75.21º | 0.65% | 0.43% | - |
| HSV(B) | 75.21º | 0.79% | 0.71% | - |
| XYZ | 28.17 | 38.71 | 7.82 | - |
| YUV | 153.05 | 63.07 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 38 | 0.2 | 0 | 0.79 | 0.29 | 75.21 | 0.65 | 0.43 |
| Hex | 90 | B4 | 26 | 14 | 0 | 4F | 1D | 4B | 41 | 2B |
| Octal | 220 | 264 | 46 | 24 | 0 | 117 | 35 | 113 | 101 | 53 |
| Binary | 10010000 | 10110100 | 100110 | 10100 | 0 | 1001111 | 11101 | 1001011 | 1000001 | 101011 |
Color Harmonies of #90B426
Complementary color
Monochromatic Colors of #90B426
Black with #90B426
Text Example
Text Example
White with #90B426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B426; }
p { color: rgb(144,180,38); }
H1.HeaderClassName
{
color: #90B426;
}
.AnyTagClassName
{
color: #90B426;
}
</style>
background-color css
<style>
a { background-color: #90B426; }
a { background-color: rgb(144,180,38); }
div.DivClassName
{
background-color: #90B426;
}
.BgClassName
{
background-color: #90B426;
}
</style>
border-color css
<style>
span { border-color: #90B426; }
span { border-color: rgb(144,180,38); }
td.TdClassName
{
border-color: #90B426;
}
.TagClassName
{
border-color: #90B426;
}
</style>