Shades of Limerick #90BC1C
Tints of Limerick #90BC1C
RGB
CMYK
RGB Variations
Color information
#90BC1C (or 0x90BC1C) is known color: Limerick. HEX triplet: 90, BC and 1C. RGB value is (144,188,28). Sum of RGB (Red+Green+Blue) = 144+188+28=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BC1C is #6F43E3. Grayscale: #9D9D9D. Windows color (decimal): -7291876 or 1883280. OLE color: 1883280.
HSL color Cylindrical-coordinate representation of color #90BC1C: hue angle of 76.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90BC1C is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 28 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.26 |
| HSL | 76.5º | 0.74% | 0.42% | - |
| HSV(B) | 76.5º | 0.85% | 0.74% | - |
| XYZ | 29.69 | 41.98 | 7.64 | - |
| YUV | 156.6 | 55.42 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 28 | 0.23 | 0 | 0.85 | 0.26 | 76.5 | 0.74 | 0.42 |
| Hex | 90 | BC | 1C | 17 | 0 | 55 | 1A | 4C | 4A | 2A |
| Octal | 220 | 274 | 34 | 27 | 0 | 125 | 32 | 114 | 112 | 52 |
| Binary | 10010000 | 10111100 | 11100 | 10111 | 0 | 1010101 | 11010 | 1001100 | 1001010 | 101010 |
Color Harmonies of #90BC1C
Complementary color
Monochromatic Colors of #90BC1C
Black with #90BC1C
Text Example
Text Example
White with #90BC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BC1C; }
p { color: rgb(144,188,28); }
H1.HeaderClassName
{
color: #90BC1C;
}
.AnyTagClassName
{
color: #90BC1C;
}
</style>
background-color css
<style>
a { background-color: #90BC1C; }
a { background-color: rgb(144,188,28); }
div.DivClassName
{
background-color: #90BC1C;
}
.BgClassName
{
background-color: #90BC1C;
}
</style>
border-color css
<style>
span { border-color: #90BC1C; }
span { border-color: rgb(144,188,28); }
td.TdClassName
{
border-color: #90BC1C;
}
.TagClassName
{
border-color: #90BC1C;
}
</style>