Shades of Limerick #90B731
Tints of Limerick #90B731
RGB
CMYK
RGB Variations
Color information
#90B731 (or 0x90B731) is known color: Limerick. HEX triplet: 90, B7 and 31. RGB value is (144,183,49). Sum of RGB (Red+Green+Blue) = 144+183+49=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #90B731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B731 is #6F48CE. Grayscale: #9C9C9C. Windows color (decimal): -7293135 or 3258256. OLE color: 3258256.
HSL color Cylindrical-coordinate representation of color #90B731: hue angle of 77.46º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90B731 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 183 | 49 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.28 |
| HSL | 77.46º | 0.58% | 0.45% | - |
| HSV(B) | 77.46º | 0.73% | 0.72% | - |
| XYZ | 28.99 | 40.02 | 9.1 | - |
| YUV | 156.06 | 67.58 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 49 | 0.21 | 0 | 0.73 | 0.28 | 77.46 | 0.58 | 0.45 |
| Hex | 90 | B7 | 31 | 15 | 0 | 49 | 1C | 4D | 3A | 2D |
| Octal | 220 | 267 | 61 | 25 | 0 | 111 | 34 | 115 | 72 | 55 |
| Binary | 10010000 | 10110111 | 110001 | 10101 | 0 | 1001001 | 11100 | 1001101 | 111010 | 101101 |
Color Harmonies of #90B731
Complementary color
Monochromatic Colors of #90B731
Black with #90B731
Text Example
Text Example
White with #90B731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B731; }
p { color: rgb(144,183,49); }
H1.HeaderClassName
{
color: #90B731;
}
.AnyTagClassName
{
color: #90B731;
}
</style>
background-color css
<style>
a { background-color: #90B731; }
a { background-color: rgb(144,183,49); }
div.DivClassName
{
background-color: #90B731;
}
.BgClassName
{
background-color: #90B731;
}
</style>
border-color css
<style>
span { border-color: #90B731; }
span { border-color: rgb(144,183,49); }
td.TdClassName
{
border-color: #90B731;
}
.TagClassName
{
border-color: #90B731;
}
</style>