Shades of Limerick #90B333
Tints of Limerick #90B333
RGB
CMYK
RGB Variations
Color information
#90B333 (or 0x90B333) is known color: Limerick. HEX triplet: 90, B3 and 33. RGB value is (144,179,51). Sum of RGB (Red+Green+Blue) = 144+179+51=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #90B333 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B333 is #6F4CCC. Grayscale: #9A9A9A. Windows color (decimal): -7294157 or 3388304. OLE color: 3388304.
HSL color Cylindrical-coordinate representation of color #90B333: hue angle of 76.41º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90B333 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 179 | 51 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.30 |
| HSL | 76.41º | 0.56% | 0.45% | - |
| HSV(B) | 76.41º | 0.72% | 0.7% | - |
| XYZ | 28.22 | 38.41 | 9.06 | - |
| YUV | 153.94 | 69.9 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 51 | 0.20 | 0 | 0.72 | 0.30 | 76.41 | 0.56 | 0.45 |
| Hex | 90 | B3 | 33 | 14 | 0 | 48 | 1E | 4C | 38 | 2D |
| Octal | 220 | 263 | 63 | 24 | 0 | 110 | 36 | 114 | 70 | 55 |
| Binary | 10010000 | 10110011 | 110011 | 10100 | 0 | 1001000 | 11110 | 1001100 | 111000 | 101101 |
Color Harmonies of #90B333
Complementary color
Monochromatic Colors of #90B333
Black with #90B333
Text Example
Text Example
White with #90B333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B333; }
p { color: rgb(144,179,51); }
H1.HeaderClassName
{
color: #90B333;
}
.AnyTagClassName
{
color: #90B333;
}
</style>
background-color css
<style>
a { background-color: #90B333; }
a { background-color: rgb(144,179,51); }
div.DivClassName
{
background-color: #90B333;
}
.BgClassName
{
background-color: #90B333;
}
</style>
border-color css
<style>
span { border-color: #90B333; }
span { border-color: rgb(144,179,51); }
td.TdClassName
{
border-color: #90B333;
}
.TagClassName
{
border-color: #90B333;
}
</style>