Shades of Limerick #90B41C
Tints of Limerick #90B41C
RGB
CMYK
RGB Variations
Color information
#90B41C (or 0x90B41C) is known color: Limerick. HEX triplet: 90, B4 and 1C. RGB value is (144,180,28). Sum of RGB (Red+Green+Blue) = 144+180+28=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #90B41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B41C is #6F4BE3. Grayscale: #989898. Windows color (decimal): -7293924 or 1881232. OLE color: 1881232.
HSL color Cylindrical-coordinate representation of color #90B41C: hue angle of 74.21º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90B41C is Cyan = 0.2, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 180 | 28 | - |
| CMYK | 0.2 | 0 | 0.84 | 0.29 |
| HSL | 74.21º | 0.73% | 0.41% | - |
| HSV(B) | 74.21º | 0.84% | 0.71% | - |
| XYZ | 28.03 | 38.66 | 7.08 | - |
| YUV | 151.91 | 58.07 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 28 | 0.2 | 0 | 0.84 | 0.29 | 74.21 | 0.73 | 0.41 |
| Hex | 90 | B4 | 1C | 14 | 0 | 54 | 1D | 4A | 49 | 29 |
| Octal | 220 | 264 | 34 | 24 | 0 | 124 | 35 | 112 | 111 | 51 |
| Binary | 10010000 | 10110100 | 11100 | 10100 | 0 | 1010100 | 11101 | 1001010 | 1001001 | 101001 |
Color Harmonies of #90B41C
Complementary color
Monochromatic Colors of #90B41C
Black with #90B41C
Text Example
Text Example
White with #90B41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B41C; }
p { color: rgb(144,180,28); }
H1.HeaderClassName
{
color: #90B41C;
}
.AnyTagClassName
{
color: #90B41C;
}
</style>
background-color css
<style>
a { background-color: #90B41C; }
a { background-color: rgb(144,180,28); }
div.DivClassName
{
background-color: #90B41C;
}
.BgClassName
{
background-color: #90B41C;
}
</style>
border-color css
<style>
span { border-color: #90B41C; }
span { border-color: rgb(144,180,28); }
td.TdClassName
{
border-color: #90B41C;
}
.TagClassName
{
border-color: #90B41C;
}
</style>