Shades of Limerick #90B638
Tints of Limerick #90B638
RGB
CMYK
RGB Variations
Color information
#90B638 (or 0x90B638) is known color: Limerick. HEX triplet: 90, B6 and 38. RGB value is (144,182,56). Sum of RGB (Red+Green+Blue) = 144+182+56=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #90B638 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B638 is #6F49C7. Grayscale: #9C9C9C. Windows color (decimal): -7293384 or 3716752. OLE color: 3716752.
HSL color Cylindrical-coordinate representation of color #90B638: hue angle of 78.1º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90B638 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 182 | 56 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.29 |
| HSL | 78.1º | 0.53% | 0.47% | - |
| HSV(B) | 78.1º | 0.69% | 0.71% | - |
| XYZ | 28.94 | 39.67 | 9.87 | - |
| YUV | 156.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 182 | 56 | 0.21 | 0 | 0.69 | 0.29 | 78.1 | 0.53 | 0.47 |
| Hex | 90 | B6 | 38 | 15 | 0 | 45 | 1D | 4E | 35 | 2F |
| Octal | 220 | 266 | 70 | 25 | 0 | 105 | 35 | 116 | 65 | 57 |
| Binary | 10010000 | 10110110 | 111000 | 10101 | 0 | 1000101 | 11101 | 1001110 | 110101 | 101111 |
Color Harmonies of #90B638
Complementary color
Monochromatic Colors of #90B638
Black with #90B638
Text Example
Text Example
White with #90B638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B638; }
p { color: rgb(144,182,56); }
H1.HeaderClassName
{
color: #90B638;
}
.AnyTagClassName
{
color: #90B638;
}
</style>
background-color css
<style>
a { background-color: #90B638; }
a { background-color: rgb(144,182,56); }
div.DivClassName
{
background-color: #90B638;
}
.BgClassName
{
background-color: #90B638;
}
</style>
border-color css
<style>
span { border-color: #90B638; }
span { border-color: rgb(144,182,56); }
td.TdClassName
{
border-color: #90B638;
}
.TagClassName
{
border-color: #90B638;
}
</style>