Shades of Limerick #90B336
Tints of Limerick #90B336
RGB
CMYK
RGB Variations
Color information
#90B336 (or 0x90B336) is known color: Limerick. HEX triplet: 90, B3 and 36. RGB value is (144,179,54). Sum of RGB (Red+Green+Blue) = 144+179+54=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #90B336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B336 is #6F4CC9. Grayscale: #9A9A9A. Windows color (decimal): -7294154 or 3584912. OLE color: 3584912.
HSL color Cylindrical-coordinate representation of color #90B336: hue angle of 76.8º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90B336 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 179 | 54 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.30 |
| HSL | 76.8º | 0.54% | 0.46% | - |
| HSV(B) | 76.8º | 0.7% | 0.7% | - |
| XYZ | 28.29 | 38.44 | 9.42 | - |
| YUV | 154.29 | 71.4 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 54 | 0.20 | 0 | 0.70 | 0.30 | 76.8 | 0.54 | 0.46 |
| Hex | 90 | B3 | 36 | 14 | 0 | 46 | 1E | 4D | 36 | 2E |
| Octal | 220 | 263 | 66 | 24 | 0 | 106 | 36 | 115 | 66 | 56 |
| Binary | 10010000 | 10110011 | 110110 | 10100 | 0 | 1000110 | 11110 | 1001101 | 110110 | 101110 |
Color Harmonies of #90B336
Complementary color
Monochromatic Colors of #90B336
Black with #90B336
Text Example
Text Example
White with #90B336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B336; }
p { color: rgb(144,179,54); }
H1.HeaderClassName
{
color: #90B336;
}
.AnyTagClassName
{
color: #90B336;
}
</style>
background-color css
<style>
a { background-color: #90B336; }
a { background-color: rgb(144,179,54); }
div.DivClassName
{
background-color: #90B336;
}
.BgClassName
{
background-color: #90B336;
}
</style>
border-color css
<style>
span { border-color: #90B336; }
span { border-color: rgb(144,179,54); }
td.TdClassName
{
border-color: #90B336;
}
.TagClassName
{
border-color: #90B336;
}
</style>