Shades of Limerick #90BB1C
Tints of Limerick #90BB1C
RGB
CMYK
RGB Variations
Color information
#90BB1C (or 0x90BB1C) is known color: Limerick. HEX triplet: 90, BB and 1C. RGB value is (144,187,28). Sum of RGB (Red+Green+Blue) = 144+187+28=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #90BB1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BB1C is #6F44E3. Grayscale: #9C9C9C. Windows color (decimal): -7292132 or 1883024. OLE color: 1883024.
HSL color Cylindrical-coordinate representation of color #90BB1C: hue angle of 76.23º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90BB1C is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 187 | 28 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.27 |
| HSL | 76.23º | 0.74% | 0.42% | - |
| HSV(B) | 76.23º | 0.85% | 0.73% | - |
| XYZ | 29.48 | 41.55 | 7.57 | - |
| YUV | 156.02 | 55.75 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 28 | 0.23 | 0 | 0.85 | 0.27 | 76.23 | 0.74 | 0.42 |
| Hex | 90 | BB | 1C | 17 | 0 | 55 | 1B | 4C | 4A | 2A |
| Octal | 220 | 273 | 34 | 27 | 0 | 125 | 33 | 114 | 112 | 52 |
| Binary | 10010000 | 10111011 | 11100 | 10111 | 0 | 1010101 | 11011 | 1001100 | 1001010 | 101010 |
Color Harmonies of #90BB1C
Complementary color
Monochromatic Colors of #90BB1C
Black with #90BB1C
Text Example
Text Example
White with #90BB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BB1C; }
p { color: rgb(144,187,28); }
H1.HeaderClassName
{
color: #90BB1C;
}
.AnyTagClassName
{
color: #90BB1C;
}
</style>
background-color css
<style>
a { background-color: #90BB1C; }
a { background-color: rgb(144,187,28); }
div.DivClassName
{
background-color: #90BB1C;
}
.BgClassName
{
background-color: #90BB1C;
}
</style>
border-color css
<style>
span { border-color: #90BB1C; }
span { border-color: rgb(144,187,28); }
td.TdClassName
{
border-color: #90BB1C;
}
.TagClassName
{
border-color: #90BB1C;
}
</style>