Shades of Limerick #90B11C
Tints of Limerick #90B11C
RGB
CMYK
RGB Variations
Color information
#90B11C (or 0x90B11C) is known color: Limerick. HEX triplet: 90, B1 and 1C. RGB value is (144,177,28). Sum of RGB (Red+Green+Blue) = 144+177+28=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #90B11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90B11C is #6F4EE3. Grayscale: #969696. Windows color (decimal): -7294692 or 1880464. OLE color: 1880464.
HSL color Cylindrical-coordinate representation of color #90B11C: hue angle of 73.29º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90B11C is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 177 | 28 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.31 |
| HSL | 73.29º | 0.73% | 0.4% | - |
| HSV(B) | 73.29º | 0.84% | 0.69% | - |
| XYZ | 27.43 | 37.46 | 6.88 | - |
| YUV | 150.15 | 59.07 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 177 | 28 | 0.19 | 0 | 0.84 | 0.31 | 73.29 | 0.73 | 0.4 |
| Hex | 90 | B1 | 1C | 13 | 0 | 54 | 1F | 49 | 49 | 28 |
| Octal | 220 | 261 | 34 | 23 | 0 | 124 | 37 | 111 | 111 | 50 |
| Binary | 10010000 | 10110001 | 11100 | 10011 | 0 | 1010100 | 11111 | 1001001 | 1001001 | 101000 |
Color Harmonies of #90B11C
Complementary color
Monochromatic Colors of #90B11C
Black with #90B11C
Text Example
Text Example
White with #90B11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B11C; }
p { color: rgb(144,177,28); }
H1.HeaderClassName
{
color: #90B11C;
}
.AnyTagClassName
{
color: #90B11C;
}
</style>
background-color css
<style>
a { background-color: #90B11C; }
a { background-color: rgb(144,177,28); }
div.DivClassName
{
background-color: #90B11C;
}
.BgClassName
{
background-color: #90B11C;
}
</style>
border-color css
<style>
span { border-color: #90B11C; }
span { border-color: rgb(144,177,28); }
td.TdClassName
{
border-color: #90B11C;
}
.TagClassName
{
border-color: #90B11C;
}
</style>