Shades of Limerick #96B620
Tints of Limerick #96B620
RGB
CMYK
RGB Variations
Color information
#96B620 (or 0x96B620) is known color: Limerick. HEX triplet: 96, B6 and 20. RGB value is (150,182,32). Sum of RGB (Red+Green+Blue) = 150+182+32=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 182 (71.48% from 255 or 50% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 182 - color contains mainly: green. Hex color #96B620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B620 is #6949DF. Grayscale: #9B9B9B. Windows color (decimal): -6900192 or 2143894. OLE color: 2143894.
HSL color Cylindrical-coordinate representation of color #96B620: hue angle of 72.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96B620 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 182 | 32 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.29 |
| HSL | 72.8º | 0.7% | 0.42% | - |
| HSV(B) | 72.8º | 0.82% | 0.71% | - |
| XYZ | 29.57 | 40.04 | 7.54 | - |
| YUV | 155.33 | 58.4 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 182 | 32 | 0.18 | 0 | 0.82 | 0.29 | 72.8 | 0.7 | 0.42 |
| Hex | 96 | B6 | 20 | 12 | 0 | 52 | 1D | 49 | 46 | 2A |
| Octal | 226 | 266 | 40 | 22 | 0 | 122 | 35 | 111 | 106 | 52 |
| Binary | 10010110 | 10110110 | 100000 | 10010 | 0 | 1010010 | 11101 | 1001001 | 1000110 | 101010 |
Color Harmonies of #96B620
Complementary color
Monochromatic Colors of #96B620
Black with #96B620
Text Example
Text Example
White with #96B620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B620; }
p { color: rgb(150,182,32); }
H1.HeaderClassName
{
color: #96B620;
}
.AnyTagClassName
{
color: #96B620;
}
</style>
background-color css
<style>
a { background-color: #96B620; }
a { background-color: rgb(150,182,32); }
div.DivClassName
{
background-color: #96B620;
}
.BgClassName
{
background-color: #96B620;
}
</style>
border-color css
<style>
span { border-color: #96B620; }
span { border-color: rgb(150,182,32); }
td.TdClassName
{
border-color: #96B620;
}
.TagClassName
{
border-color: #96B620;
}
</style>