Shades of Limerick #90B53C
Tints of Limerick #90B53C
RGB
CMYK
RGB Variations
Color information
#90B53C (or 0x90B53C) is known color: Limerick. HEX triplet: 90, B5 and 3C. RGB value is (144,181,60). Sum of RGB (Red+Green+Blue) = 144+181+60=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #90B53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B53C is #6F4AC3. Grayscale: #9C9C9C. Windows color (decimal): -7293636 or 3978640. OLE color: 3978640.
HSL color Cylindrical-coordinate representation of color #90B53C: hue angle of 78.35º 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 #90B53C is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 181 | 60 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.29 |
| HSL | 78.35º | 0.5% | 0.47% | - |
| HSV(B) | 78.35º | 0.67% | 0.71% | - |
| XYZ | 28.84 | 39.3 | 10.34 | - |
| YUV | 156.14 | 73.74 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 60 | 0.20 | 0 | 0.67 | 0.29 | 78.35 | 0.5 | 0.47 |
| Hex | 90 | B5 | 3C | 14 | 0 | 43 | 1D | 4E | 32 | 2F |
| Octal | 220 | 265 | 74 | 24 | 0 | 103 | 35 | 116 | 62 | 57 |
| Binary | 10010000 | 10110101 | 111100 | 10100 | 0 | 1000011 | 11101 | 1001110 | 110010 | 101111 |
Color Harmonies of #90B53C
Complementary color
Monochromatic Colors of #90B53C
Black with #90B53C
Text Example
Text Example
White with #90B53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B53C; }
p { color: rgb(144,181,60); }
H1.HeaderClassName
{
color: #90B53C;
}
.AnyTagClassName
{
color: #90B53C;
}
</style>
background-color css
<style>
a { background-color: #90B53C; }
a { background-color: rgb(144,181,60); }
div.DivClassName
{
background-color: #90B53C;
}
.BgClassName
{
background-color: #90B53C;
}
</style>
border-color css
<style>
span { border-color: #90B53C; }
span { border-color: rgb(144,181,60); }
td.TdClassName
{
border-color: #90B53C;
}
.TagClassName
{
border-color: #90B53C;
}
</style>