Shades of Limerick #90B334
Tints of Limerick #90B334
RGB
CMYK
RGB Variations
Color information
#90B334 (or 0x90B334) is known color: Limerick. HEX triplet: 90, B3 and 34. RGB value is (144,179,52). Sum of RGB (Red+Green+Blue) = 144+179+52=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #90B334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B334 is #6F4CCB. Grayscale: #9A9A9A. Windows color (decimal): -7294156 or 3453840. OLE color: 3453840.
HSL color Cylindrical-coordinate representation of color #90B334: hue angle of 76.54º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90B334 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 179 | 52 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.30 |
| HSL | 76.54º | 0.55% | 0.45% | - |
| HSV(B) | 76.54º | 0.71% | 0.7% | - |
| XYZ | 28.24 | 38.42 | 9.18 | - |
| YUV | 154.06 | 70.4 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 52 | 0.20 | 0 | 0.71 | 0.30 | 76.54 | 0.55 | 0.45 |
| Hex | 90 | B3 | 34 | 14 | 0 | 47 | 1E | 4D | 37 | 2D |
| Octal | 220 | 263 | 64 | 24 | 0 | 107 | 36 | 115 | 67 | 55 |
| Binary | 10010000 | 10110011 | 110100 | 10100 | 0 | 1000111 | 11110 | 1001101 | 110111 | 101101 |
Color Harmonies of #90B334
Complementary color
Monochromatic Colors of #90B334
Black with #90B334
Text Example
Text Example
White with #90B334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B334; }
p { color: rgb(144,179,52); }
H1.HeaderClassName
{
color: #90B334;
}
.AnyTagClassName
{
color: #90B334;
}
</style>
background-color css
<style>
a { background-color: #90B334; }
a { background-color: rgb(144,179,52); }
div.DivClassName
{
background-color: #90B334;
}
.BgClassName
{
background-color: #90B334;
}
</style>
border-color css
<style>
span { border-color: #90B334; }
span { border-color: rgb(144,179,52); }
td.TdClassName
{
border-color: #90B334;
}
.TagClassName
{
border-color: #90B334;
}
</style>