Shades of Limerick #90BB32
Tints of Limerick #90BB32
RGB
CMYK
RGB Variations
Color information
#90BB32 (or 0x90BB32) is known color: Limerick. HEX triplet: 90, BB and 32. RGB value is (144,187,50). Sum of RGB (Red+Green+Blue) = 144+187+50=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #90BB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BB32 is #6F44CD. Grayscale: #9F9F9F. Windows color (decimal): -7292110 or 3324816. OLE color: 3324816.
HSL color Cylindrical-coordinate representation of color #90BB32: hue angle of 78.83º 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 #90BB32 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 187 | 50 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.27 |
| HSL | 78.83º | 0.58% | 0.46% | - |
| HSV(B) | 78.83º | 0.73% | 0.73% | - |
| XYZ | 29.85 | 41.7 | 9.49 | - |
| YUV | 158.53 | 66.75 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 50 | 0.23 | 0 | 0.73 | 0.27 | 78.83 | 0.58 | 0.46 |
| Hex | 90 | BB | 32 | 17 | 0 | 49 | 1B | 4F | 3A | 2E |
| Octal | 220 | 273 | 62 | 27 | 0 | 111 | 33 | 117 | 72 | 56 |
| Binary | 10010000 | 10111011 | 110010 | 10111 | 0 | 1001001 | 11011 | 1001111 | 111010 | 101110 |
Color Harmonies of #90BB32
Complementary color
Monochromatic Colors of #90BB32
Black with #90BB32
Text Example
Text Example
White with #90BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BB32; }
p { color: rgb(144,187,50); }
H1.HeaderClassName
{
color: #90BB32;
}
.AnyTagClassName
{
color: #90BB32;
}
</style>
background-color css
<style>
a { background-color: #90BB32; }
a { background-color: rgb(144,187,50); }
div.DivClassName
{
background-color: #90BB32;
}
.BgClassName
{
background-color: #90BB32;
}
</style>
border-color css
<style>
span { border-color: #90BB32; }
span { border-color: rgb(144,187,50); }
td.TdClassName
{
border-color: #90BB32;
}
.TagClassName
{
border-color: #90BB32;
}
</style>