Shades of Limerick #90BC2B
Tints of Limerick #90BC2B
RGB
CMYK
RGB Variations
Color information
#90BC2B (or 0x90BC2B) is known color: Limerick. HEX triplet: 90, BC and 2B. RGB value is (144,188,43). Sum of RGB (Red+Green+Blue) = 144+188+43=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BC2B is #6F43D4. Grayscale: #9E9E9E. Windows color (decimal): -7291861 or 2866320. OLE color: 2866320.
HSL color Cylindrical-coordinate representation of color #90BC2B: hue angle of 78.21º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #90BC2B is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 43 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.26 |
| HSL | 78.21º | 0.63% | 0.45% | - |
| HSV(B) | 78.21º | 0.77% | 0.74% | - |
| XYZ | 29.92 | 42.07 | 8.83 | - |
| YUV | 158.31 | 62.92 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 43 | 0.23 | 0 | 0.77 | 0.26 | 78.21 | 0.63 | 0.45 |
| Hex | 90 | BC | 2B | 17 | 0 | 4D | 1A | 4E | 3F | 2D |
| Octal | 220 | 274 | 53 | 27 | 0 | 115 | 32 | 116 | 77 | 55 |
| Binary | 10010000 | 10111100 | 101011 | 10111 | 0 | 1001101 | 11010 | 1001110 | 111111 | 101101 |
Color Harmonies of #90BC2B
Complementary color
Monochromatic Colors of #90BC2B
Black with #90BC2B
Text Example
Text Example
White with #90BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BC2B; }
p { color: rgb(144,188,43); }
H1.HeaderClassName
{
color: #90BC2B;
}
.AnyTagClassName
{
color: #90BC2B;
}
</style>
background-color css
<style>
a { background-color: #90BC2B; }
a { background-color: rgb(144,188,43); }
div.DivClassName
{
background-color: #90BC2B;
}
.BgClassName
{
background-color: #90BC2B;
}
</style>
border-color css
<style>
span { border-color: #90BC2B; }
span { border-color: rgb(144,188,43); }
td.TdClassName
{
border-color: #90BC2B;
}
.TagClassName
{
border-color: #90BC2B;
}
</style>