Shades of Limerick #90B43C
Tints of Limerick #90B43C
RGB
CMYK
RGB Variations
Color information
#90B43C (or 0x90B43C) is known color: Limerick. HEX triplet: 90, B4 and 3C. RGB value is (144,180,60). Sum of RGB (Red+Green+Blue) = 144+180+60=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #90B43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B43C is #6F4BC3. Grayscale: #9B9B9B. Windows color (decimal): -7293892 or 3978384. OLE color: 3978384.
HSL color Cylindrical-coordinate representation of color #90B43C: hue angle of 78º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90B43C is Cyan = 0.2, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 180 | 60 | - |
| CMYK | 0.2 | 0 | 0.67 | 0.29 |
| HSL | 78º | 0.5% | 0.47% | - |
| HSV(B) | 78º | 0.67% | 0.71% | - |
| XYZ | 28.64 | 38.9 | 10.27 | - |
| YUV | 155.56 | 74.07 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 60 | 0.2 | 0 | 0.67 | 0.29 | 78 | 0.5 | 0.47 |
| Hex | 90 | B4 | 3C | 14 | 0 | 43 | 1D | 4E | 32 | 2F |
| Octal | 220 | 264 | 74 | 24 | 0 | 103 | 35 | 116 | 62 | 57 |
| Binary | 10010000 | 10110100 | 111100 | 10100 | 0 | 1000011 | 11101 | 1001110 | 110010 | 101111 |
Color Harmonies of #90B43C
Complementary color
Monochromatic Colors of #90B43C
Black with #90B43C
Text Example
Text Example
White with #90B43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B43C; }
p { color: rgb(144,180,60); }
H1.HeaderClassName
{
color: #90B43C;
}
.AnyTagClassName
{
color: #90B43C;
}
</style>
background-color css
<style>
a { background-color: #90B43C; }
a { background-color: rgb(144,180,60); }
div.DivClassName
{
background-color: #90B43C;
}
.BgClassName
{
background-color: #90B43C;
}
</style>
border-color css
<style>
span { border-color: #90B43C; }
span { border-color: rgb(144,180,60); }
td.TdClassName
{
border-color: #90B43C;
}
.TagClassName
{
border-color: #90B43C;
}
</style>