Shades of Limerick #90BC2E
Tints of Limerick #90BC2E
RGB
CMYK
RGB Variations
Color information
#90BC2E (or 0x90BC2E) is known color: Limerick. HEX triplet: 90, BC and 2E. RGB value is (144,188,46). Sum of RGB (Red+Green+Blue) = 144+188+46=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BC2E is #6F43D1. Grayscale: #9F9F9F. Windows color (decimal): -7291858 or 3062928. OLE color: 3062928.
HSL color Cylindrical-coordinate representation of color #90BC2E: hue angle of 78.59º 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 #90BC2E is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 46 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.26 |
| HSL | 78.59º | 0.61% | 0.46% | - |
| HSV(B) | 78.59º | 0.76% | 0.74% | - |
| XYZ | 29.98 | 42.09 | 9.13 | - |
| YUV | 158.66 | 64.42 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 46 | 0.23 | 0 | 0.76 | 0.26 | 78.59 | 0.61 | 0.46 |
| Hex | 90 | BC | 2E | 17 | 0 | 4C | 1A | 4F | 3D | 2E |
| Octal | 220 | 274 | 56 | 27 | 0 | 114 | 32 | 117 | 75 | 56 |
| Binary | 10010000 | 10111100 | 101110 | 10111 | 0 | 1001100 | 11010 | 1001111 | 111101 | 101110 |
Color Harmonies of #90BC2E
Complementary color
Monochromatic Colors of #90BC2E
Black with #90BC2E
Text Example
Text Example
White with #90BC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BC2E; }
p { color: rgb(144,188,46); }
H1.HeaderClassName
{
color: #90BC2E;
}
.AnyTagClassName
{
color: #90BC2E;
}
</style>
background-color css
<style>
a { background-color: #90BC2E; }
a { background-color: rgb(144,188,46); }
div.DivClassName
{
background-color: #90BC2E;
}
.BgClassName
{
background-color: #90BC2E;
}
</style>
border-color css
<style>
span { border-color: #90BC2E; }
span { border-color: rgb(144,188,46); }
td.TdClassName
{
border-color: #90BC2E;
}
.TagClassName
{
border-color: #90BC2E;
}
</style>