Shades of Limerick #90B11B
Tints of Limerick #90B11B
RGB
CMYK
RGB Variations
Color information
#90B11B (or 0x90B11B) is known color: Limerick. HEX triplet: 90, B1 and 1B. RGB value is (144,177,27). Sum of RGB (Red+Green+Blue) = 144+177+27=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 177 (69.53% from 255 or 50.86% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 177 - color contains mainly: green. Hex color #90B11B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90B11B is #6F4EE4. Grayscale: #969696. Windows color (decimal): -7294693 or 1814928. OLE color: 1814928.
HSL color Cylindrical-coordinate representation of color #90B11B: hue angle of 73.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90B11B is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 177 | 27 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.31 |
| HSL | 73.2º | 0.74% | 0.4% | - |
| HSV(B) | 73.2º | 0.85% | 0.69% | - |
| XYZ | 27.42 | 37.45 | 6.82 | - |
| YUV | 150.03 | 58.57 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 177 | 27 | 0.19 | 0 | 0.85 | 0.31 | 73.2 | 0.74 | 0.4 |
| Hex | 90 | B1 | 1B | 13 | 0 | 55 | 1F | 49 | 4A | 28 |
| Octal | 220 | 261 | 33 | 23 | 0 | 125 | 37 | 111 | 112 | 50 |
| Binary | 10010000 | 10110001 | 11011 | 10011 | 0 | 1010101 | 11111 | 1001001 | 1001010 | 101000 |
Color Harmonies of #90B11B
Complementary color
Monochromatic Colors of #90B11B
Black with #90B11B
Text Example
Text Example
White with #90B11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B11B; }
p { color: rgb(144,177,27); }
H1.HeaderClassName
{
color: #90B11B;
}
.AnyTagClassName
{
color: #90B11B;
}
</style>
background-color css
<style>
a { background-color: #90B11B; }
a { background-color: rgb(144,177,27); }
div.DivClassName
{
background-color: #90B11B;
}
.BgClassName
{
background-color: #90B11B;
}
</style>
border-color css
<style>
span { border-color: #90B11B; }
span { border-color: rgb(144,177,27); }
td.TdClassName
{
border-color: #90B11B;
}
.TagClassName
{
border-color: #90B11B;
}
</style>