Shades of Limerick #90B726
Tints of Limerick #90B726
RGB
CMYK
RGB Variations
Color information
#90B726 (or 0x90B726) is known color: Limerick. HEX triplet: 90, B7 and 26. RGB value is (144,183,38). Sum of RGB (Red+Green+Blue) = 144+183+38=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #90B726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B726 is #6F48D9. Grayscale: #9B9B9B. Windows color (decimal): -7293146 or 2537360. OLE color: 2537360.
HSL color Cylindrical-coordinate representation of color #90B726: hue angle of 76.14º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90B726 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 183 | 38 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.28 |
| HSL | 76.14º | 0.66% | 0.43% | - |
| HSV(B) | 76.14º | 0.79% | 0.72% | - |
| XYZ | 28.78 | 39.94 | 8.03 | - |
| YUV | 154.81 | 62.08 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 38 | 0.21 | 0 | 0.79 | 0.28 | 76.14 | 0.66 | 0.43 |
| Hex | 90 | B7 | 26 | 15 | 0 | 4F | 1C | 4C | 42 | 2B |
| Octal | 220 | 267 | 46 | 25 | 0 | 117 | 34 | 114 | 102 | 53 |
| Binary | 10010000 | 10110111 | 100110 | 10101 | 0 | 1001111 | 11100 | 1001100 | 1000010 | 101011 |
Color Harmonies of #90B726
Complementary color
Monochromatic Colors of #90B726
Black with #90B726
Text Example
Text Example
White with #90B726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B726; }
p { color: rgb(144,183,38); }
H1.HeaderClassName
{
color: #90B726;
}
.AnyTagClassName
{
color: #90B726;
}
</style>
background-color css
<style>
a { background-color: #90B726; }
a { background-color: rgb(144,183,38); }
div.DivClassName
{
background-color: #90B726;
}
.BgClassName
{
background-color: #90B726;
}
</style>
border-color css
<style>
span { border-color: #90B726; }
span { border-color: rgb(144,183,38); }
td.TdClassName
{
border-color: #90B726;
}
.TagClassName
{
border-color: #90B726;
}
</style>