Shades of Limerick #90B728
Tints of Limerick #90B728
RGB
CMYK
RGB Variations
Color information
#90B728 (or 0x90B728) is known color: Limerick. HEX triplet: 90, B7 and 28. RGB value is (144,183,40). Sum of RGB (Red+Green+Blue) = 144+183+40=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #90B728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B728 is #6F48D7. Grayscale: #9B9B9B. Windows color (decimal): -7293144 or 2668432. OLE color: 2668432.
HSL color Cylindrical-coordinate representation of color #90B728: hue angle of 76.36º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90B728 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 183 | 40 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.28 |
| HSL | 76.36º | 0.64% | 0.44% | - |
| HSV(B) | 76.36º | 0.78% | 0.72% | - |
| XYZ | 28.82 | 39.95 | 8.2 | - |
| YUV | 155.04 | 63.08 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 40 | 0.21 | 0 | 0.78 | 0.28 | 76.36 | 0.64 | 0.44 |
| Hex | 90 | B7 | 28 | 15 | 0 | 4E | 1C | 4C | 40 | 2C |
| Octal | 220 | 267 | 50 | 25 | 0 | 116 | 34 | 114 | 100 | 54 |
| Binary | 10010000 | 10110111 | 101000 | 10101 | 0 | 1001110 | 11100 | 1001100 | 1000000 | 101100 |
Color Harmonies of #90B728
Complementary color
Monochromatic Colors of #90B728
Black with #90B728
Text Example
Text Example
White with #90B728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B728; }
p { color: rgb(144,183,40); }
H1.HeaderClassName
{
color: #90B728;
}
.AnyTagClassName
{
color: #90B728;
}
</style>
background-color css
<style>
a { background-color: #90B728; }
a { background-color: rgb(144,183,40); }
div.DivClassName
{
background-color: #90B728;
}
.BgClassName
{
background-color: #90B728;
}
</style>
border-color css
<style>
span { border-color: #90B728; }
span { border-color: rgb(144,183,40); }
td.TdClassName
{
border-color: #90B728;
}
.TagClassName
{
border-color: #90B728;
}
</style>