Shades of Limerick #90B823
Tints of Limerick #90B823
RGB
CMYK
RGB Variations
Color information
#90B823 (or 0x90B823) is known color: Limerick. HEX triplet: 90, B8 and 23. RGB value is (144,184,35). Sum of RGB (Red+Green+Blue) = 144+184+35=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #90B823 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B823 is #6F47DC. Grayscale: #9B9B9B. Windows color (decimal): -7292893 or 2341008. OLE color: 2341008.
HSL color Cylindrical-coordinate representation of color #90B823: hue angle of 76.11º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90B823 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 184 | 35 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.28 |
| HSL | 76.11º | 0.68% | 0.43% | - |
| HSV(B) | 76.11º | 0.81% | 0.72% | - |
| XYZ | 28.95 | 40.33 | 7.85 | - |
| YUV | 155.05 | 60.25 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 184 | 35 | 0.22 | 0 | 0.81 | 0.28 | 76.11 | 0.68 | 0.43 |
| Hex | 90 | B8 | 23 | 16 | 0 | 51 | 1C | 4C | 44 | 2B |
| Octal | 220 | 270 | 43 | 26 | 0 | 121 | 34 | 114 | 104 | 53 |
| Binary | 10010000 | 10111000 | 100011 | 10110 | 0 | 1010001 | 11100 | 1001100 | 1000100 | 101011 |
Color Harmonies of #90B823
Complementary color
Monochromatic Colors of #90B823
Black with #90B823
Text Example
Text Example
White with #90B823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B823; }
p { color: rgb(144,184,35); }
H1.HeaderClassName
{
color: #90B823;
}
.AnyTagClassName
{
color: #90B823;
}
</style>
background-color css
<style>
a { background-color: #90B823; }
a { background-color: rgb(144,184,35); }
div.DivClassName
{
background-color: #90B823;
}
.BgClassName
{
background-color: #90B823;
}
</style>
border-color css
<style>
span { border-color: #90B823; }
span { border-color: rgb(144,184,35); }
td.TdClassName
{
border-color: #90B823;
}
.TagClassName
{
border-color: #90B823;
}
</style>