Shades of Limerick #90B935
Tints of Limerick #90B935
RGB
CMYK
RGB Variations
Color information
#90B935 (or 0x90B935) is known color: Limerick. HEX triplet: 90, B9 and 35. RGB value is (144,185,53). Sum of RGB (Red+Green+Blue) = 144+185+53=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #90B935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B935 is #6F46CA. Grayscale: #9E9E9E. Windows color (decimal): -7292619 or 3520912. OLE color: 3520912.
HSL color Cylindrical-coordinate representation of color #90B935: hue angle of 78.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90B935 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 185 | 53 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.27 |
| HSL | 78.64º | 0.55% | 0.47% | - |
| HSV(B) | 78.64º | 0.71% | 0.73% | - |
| XYZ | 29.49 | 40.88 | 9.71 | - |
| YUV | 157.69 | 68.92 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 185 | 53 | 0.22 | 0 | 0.71 | 0.27 | 78.64 | 0.55 | 0.47 |
| Hex | 90 | B9 | 35 | 16 | 0 | 47 | 1B | 4F | 37 | 2F |
| Octal | 220 | 271 | 65 | 26 | 0 | 107 | 33 | 117 | 67 | 57 |
| Binary | 10010000 | 10111001 | 110101 | 10110 | 0 | 1000111 | 11011 | 1001111 | 110111 | 101111 |
Color Harmonies of #90B935
Complementary color
Monochromatic Colors of #90B935
Black with #90B935
Text Example
Text Example
White with #90B935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B935; }
p { color: rgb(144,185,53); }
H1.HeaderClassName
{
color: #90B935;
}
.AnyTagClassName
{
color: #90B935;
}
</style>
background-color css
<style>
a { background-color: #90B935; }
a { background-color: rgb(144,185,53); }
div.DivClassName
{
background-color: #90B935;
}
.BgClassName
{
background-color: #90B935;
}
</style>
border-color css
<style>
span { border-color: #90B935; }
span { border-color: rgb(144,185,53); }
td.TdClassName
{
border-color: #90B935;
}
.TagClassName
{
border-color: #90B935;
}
</style>