Shades of Limerick #90B13F
Tints of Limerick #90B13F
RGB
CMYK
RGB Variations
Color information
#90B13F (or 0x90B13F) is known color: Limerick. HEX triplet: 90, B1 and 3F. RGB value is (144,177,63). Sum of RGB (Red+Green+Blue) = 144+177+63=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 177 - color contains mainly: green. Hex color #90B13F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90B13F is #6F4EC0. Grayscale: #9A9A9A. Windows color (decimal): -7294657 or 4174224. OLE color: 4174224.
HSL color Cylindrical-coordinate representation of color #90B13F: hue angle of 77.37º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90B13F is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 177 | 63 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.31 |
| HSL | 77.37º | 0.48% | 0.47% | - |
| HSV(B) | 77.37º | 0.64% | 0.69% | - |
| XYZ | 28.12 | 37.73 | 10.5 | - |
| YUV | 154.14 | 76.57 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 177 | 63 | 0.19 | 0 | 0.64 | 0.31 | 77.37 | 0.48 | 0.47 |
| Hex | 90 | B1 | 3F | 13 | 0 | 40 | 1F | 4D | 30 | 2F |
| Octal | 220 | 261 | 77 | 23 | 0 | 100 | 37 | 115 | 60 | 57 |
| Binary | 10010000 | 10110001 | 111111 | 10011 | 0 | 1000000 | 11111 | 1001101 | 110000 | 101111 |
Color Harmonies of #90B13F
Complementary color
Monochromatic Colors of #90B13F
Black with #90B13F
Text Example
Text Example
White with #90B13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B13F; }
p { color: rgb(144,177,63); }
H1.HeaderClassName
{
color: #90B13F;
}
.AnyTagClassName
{
color: #90B13F;
}
</style>
background-color css
<style>
a { background-color: #90B13F; }
a { background-color: rgb(144,177,63); }
div.DivClassName
{
background-color: #90B13F;
}
.BgClassName
{
background-color: #90B13F;
}
</style>
border-color css
<style>
span { border-color: #90B13F; }
span { border-color: rgb(144,177,63); }
td.TdClassName
{
border-color: #90B13F;
}
.TagClassName
{
border-color: #90B13F;
}
</style>