Shades of Limerick #90BA32
Tints of Limerick #90BA32
RGB
CMYK
RGB Variations
Color information
#90BA32 (or 0x90BA32) is known color: Limerick. HEX triplet: 90, BA and 32. RGB value is (144,186,50). Sum of RGB (Red+Green+Blue) = 144+186+50=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BA32 is #6F45CD. Grayscale: #9E9E9E. Windows color (decimal): -7292366 or 3324560. OLE color: 3324560.
HSL color Cylindrical-coordinate representation of color #90BA32: hue angle of 78.53º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90BA32 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 186 | 50 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.27 |
| HSL | 78.53º | 0.58% | 0.46% | - |
| HSV(B) | 78.53º | 0.73% | 0.73% | - |
| XYZ | 29.64 | 41.28 | 9.42 | - |
| YUV | 157.94 | 67.09 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 50 | 0.23 | 0 | 0.73 | 0.27 | 78.53 | 0.58 | 0.46 |
| Hex | 90 | BA | 32 | 17 | 0 | 49 | 1B | 4F | 3A | 2E |
| Octal | 220 | 272 | 62 | 27 | 0 | 111 | 33 | 117 | 72 | 56 |
| Binary | 10010000 | 10111010 | 110010 | 10111 | 0 | 1001001 | 11011 | 1001111 | 111010 | 101110 |
Color Harmonies of #90BA32
Complementary color
Monochromatic Colors of #90BA32
Black with #90BA32
Text Example
Text Example
White with #90BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BA32; }
p { color: rgb(144,186,50); }
H1.HeaderClassName
{
color: #90BA32;
}
.AnyTagClassName
{
color: #90BA32;
}
</style>
background-color css
<style>
a { background-color: #90BA32; }
a { background-color: rgb(144,186,50); }
div.DivClassName
{
background-color: #90BA32;
}
.BgClassName
{
background-color: #90BA32;
}
</style>
border-color css
<style>
span { border-color: #90BA32; }
span { border-color: rgb(144,186,50); }
td.TdClassName
{
border-color: #90BA32;
}
.TagClassName
{
border-color: #90BA32;
}
</style>