Shades of Limerick #90B316
Tints of Limerick #90B316
RGB
CMYK
RGB Variations
Color information
#90B316 (or 0x90B316) is known color: Limerick. HEX triplet: 90, B3 and 16. RGB value is (144,179,22). Sum of RGB (Red+Green+Blue) = 144+179+22=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #90B316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B316 is #6F4CE9. Grayscale: #979797. Windows color (decimal): -7294186 or 1487760. OLE color: 1487760.
HSL color Cylindrical-coordinate representation of color #90B316: hue angle of 73.38º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90B316 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 179 | 22 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.30 |
| HSL | 73.38º | 0.78% | 0.39% | - |
| HSV(B) | 73.38º | 0.88% | 0.7% | - |
| XYZ | 27.77 | 38.23 | 6.67 | - |
| YUV | 150.64 | 55.4 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 22 | 0.20 | 0 | 0.88 | 0.30 | 73.38 | 0.78 | 0.39 |
| Hex | 90 | B3 | 16 | 14 | 0 | 58 | 1E | 49 | 4E | 27 |
| Octal | 220 | 263 | 26 | 24 | 0 | 130 | 36 | 111 | 116 | 47 |
| Binary | 10010000 | 10110011 | 10110 | 10100 | 0 | 1011000 | 11110 | 1001001 | 1001110 | 100111 |
Color Harmonies of #90B316
Complementary color
Monochromatic Colors of #90B316
Black with #90B316
Text Example
Text Example
White with #90B316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B316; }
p { color: rgb(144,179,22); }
H1.HeaderClassName
{
color: #90B316;
}
.AnyTagClassName
{
color: #90B316;
}
</style>
background-color css
<style>
a { background-color: #90B316; }
a { background-color: rgb(144,179,22); }
div.DivClassName
{
background-color: #90B316;
}
.BgClassName
{
background-color: #90B316;
}
</style>
border-color css
<style>
span { border-color: #90B316; }
span { border-color: rgb(144,179,22); }
td.TdClassName
{
border-color: #90B316;
}
.TagClassName
{
border-color: #90B316;
}
</style>