Shades of Limerick #90B52C
Tints of Limerick #90B52C
RGB
CMYK
RGB Variations
Color information
#90B52C (or 0x90B52C) is known color: Limerick. HEX triplet: 90, B5 and 2C. RGB value is (144,181,44). Sum of RGB (Red+Green+Blue) = 144+181+44=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #90B52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B52C is #6F4AD3. Grayscale: #9A9A9A. Windows color (decimal): -7293652 or 2930064. OLE color: 2930064.
HSL color Cylindrical-coordinate representation of color #90B52C: hue angle of 76.2º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90B52C is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 181 | 44 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.29 |
| HSL | 76.2º | 0.61% | 0.44% | - |
| HSV(B) | 76.2º | 0.76% | 0.71% | - |
| XYZ | 28.48 | 39.16 | 8.44 | - |
| YUV | 154.32 | 65.74 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 44 | 0.20 | 0 | 0.76 | 0.29 | 76.2 | 0.61 | 0.44 |
| Hex | 90 | B5 | 2C | 14 | 0 | 4C | 1D | 4C | 3D | 2C |
| Octal | 220 | 265 | 54 | 24 | 0 | 114 | 35 | 114 | 75 | 54 |
| Binary | 10010000 | 10110101 | 101100 | 10100 | 0 | 1001100 | 11101 | 1001100 | 111101 | 101100 |
Color Harmonies of #90B52C
Complementary color
Monochromatic Colors of #90B52C
Black with #90B52C
Text Example
Text Example
White with #90B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B52C; }
p { color: rgb(144,181,44); }
H1.HeaderClassName
{
color: #90B52C;
}
.AnyTagClassName
{
color: #90B52C;
}
</style>
background-color css
<style>
a { background-color: #90B52C; }
a { background-color: rgb(144,181,44); }
div.DivClassName
{
background-color: #90B52C;
}
.BgClassName
{
background-color: #90B52C;
}
</style>
border-color css
<style>
span { border-color: #90B52C; }
span { border-color: rgb(144,181,44); }
td.TdClassName
{
border-color: #90B52C;
}
.TagClassName
{
border-color: #90B52C;
}
</style>