Shades of Limerick #90BB2C
Tints of Limerick #90BB2C
RGB
CMYK
RGB Variations
Color information
#90BB2C (or 0x90BB2C) is known color: Limerick. HEX triplet: 90, BB and 2C. RGB value is (144,187,44). Sum of RGB (Red+Green+Blue) = 144+187+44=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #90BB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BB2C is #6F44D3. Grayscale: #9E9E9E. Windows color (decimal): -7292116 or 2931600. OLE color: 2931600.
HSL color Cylindrical-coordinate representation of color #90BB2C: hue angle of 78.04º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90BB2C is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 187 | 44 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.27 |
| HSL | 78.04º | 0.62% | 0.45% | - |
| HSV(B) | 78.04º | 0.76% | 0.73% | - |
| XYZ | 29.73 | 41.65 | 8.86 | - |
| YUV | 157.84 | 63.75 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 44 | 0.23 | 0 | 0.76 | 0.27 | 78.04 | 0.62 | 0.45 |
| Hex | 90 | BB | 2C | 17 | 0 | 4C | 1B | 4E | 3E | 2D |
| Octal | 220 | 273 | 54 | 27 | 0 | 114 | 33 | 116 | 76 | 55 |
| Binary | 10010000 | 10111011 | 101100 | 10111 | 0 | 1001100 | 11011 | 1001110 | 111110 | 101101 |
Color Harmonies of #90BB2C
Complementary color
Monochromatic Colors of #90BB2C
Black with #90BB2C
Text Example
Text Example
White with #90BB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BB2C; }
p { color: rgb(144,187,44); }
H1.HeaderClassName
{
color: #90BB2C;
}
.AnyTagClassName
{
color: #90BB2C;
}
</style>
background-color css
<style>
a { background-color: #90BB2C; }
a { background-color: rgb(144,187,44); }
div.DivClassName
{
background-color: #90BB2C;
}
.BgClassName
{
background-color: #90BB2C;
}
</style>
border-color css
<style>
span { border-color: #90BB2C; }
span { border-color: rgb(144,187,44); }
td.TdClassName
{
border-color: #90BB2C;
}
.TagClassName
{
border-color: #90BB2C;
}
</style>