Shades of Limerick #90BC2D
Tints of Limerick #90BC2D
RGB
CMYK
RGB Variations
Color information
#90BC2D (or 0x90BC2D) is known color: Limerick. HEX triplet: 90, BC and 2D. RGB value is (144,188,45). Sum of RGB (Red+Green+Blue) = 144+188+45=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BC2D is #6F43D2. Grayscale: #9F9F9F. Windows color (decimal): -7291859 or 2997392. OLE color: 2997392.
HSL color Cylindrical-coordinate representation of color #90BC2D: hue angle of 78.46º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90BC2D is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 45 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.26 |
| HSL | 78.46º | 0.61% | 0.46% | - |
| HSV(B) | 78.46º | 0.76% | 0.74% | - |
| XYZ | 29.96 | 42.09 | 9.03 | - |
| YUV | 158.54 | 63.92 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 45 | 0.23 | 0 | 0.76 | 0.26 | 78.46 | 0.61 | 0.46 |
| Hex | 90 | BC | 2D | 17 | 0 | 4C | 1A | 4E | 3D | 2E |
| Octal | 220 | 274 | 55 | 27 | 0 | 114 | 32 | 116 | 75 | 56 |
| Binary | 10010000 | 10111100 | 101101 | 10111 | 0 | 1001100 | 11010 | 1001110 | 111101 | 101110 |
Color Harmonies of #90BC2D
Complementary color
Monochromatic Colors of #90BC2D
Black with #90BC2D
Text Example
Text Example
White with #90BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BC2D; }
p { color: rgb(144,188,45); }
H1.HeaderClassName
{
color: #90BC2D;
}
.AnyTagClassName
{
color: #90BC2D;
}
</style>
background-color css
<style>
a { background-color: #90BC2D; }
a { background-color: rgb(144,188,45); }
div.DivClassName
{
background-color: #90BC2D;
}
.BgClassName
{
background-color: #90BC2D;
}
</style>
border-color css
<style>
span { border-color: #90BC2D; }
span { border-color: rgb(144,188,45); }
td.TdClassName
{
border-color: #90BC2D;
}
.TagClassName
{
border-color: #90BC2D;
}
</style>