Shades of Limerick #96B920
Tints of Limerick #96B920
RGB
CMYK
RGB Variations
Color information
#96B920 (or 0x96B920) is known color: Limerick. HEX triplet: 96, B9 and 20. RGB value is (150,185,32). Sum of RGB (Red+Green+Blue) = 150+185+32=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 185 (72.66% from 255 or 50.41% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 185 - color contains mainly: green. Hex color #96B920 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B920 is #6946DF. Grayscale: #9D9D9D. Windows color (decimal): -6899424 or 2144662. OLE color: 2144662.
HSL color Cylindrical-coordinate representation of color #96B920: hue angle of 73.73º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96B920 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 185 | 32 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.27 |
| HSL | 73.73º | 0.71% | 0.43% | - |
| HSV(B) | 73.73º | 0.83% | 0.73% | - |
| XYZ | 30.19 | 41.29 | 7.74 | - |
| YUV | 157.09 | 57.4 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 185 | 32 | 0.19 | 0 | 0.83 | 0.27 | 73.73 | 0.71 | 0.43 |
| Hex | 96 | B9 | 20 | 13 | 0 | 53 | 1B | 4A | 47 | 2B |
| Octal | 226 | 271 | 40 | 23 | 0 | 123 | 33 | 112 | 107 | 53 |
| Binary | 10010110 | 10111001 | 100000 | 10011 | 0 | 1010011 | 11011 | 1001010 | 1000111 | 101011 |
Color Harmonies of #96B920
Complementary color
Monochromatic Colors of #96B920
Black with #96B920
Text Example
Text Example
White with #96B920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B920; }
p { color: rgb(150,185,32); }
H1.HeaderClassName
{
color: #96B920;
}
.AnyTagClassName
{
color: #96B920;
}
</style>
background-color css
<style>
a { background-color: #96B920; }
a { background-color: rgb(150,185,32); }
div.DivClassName
{
background-color: #96B920;
}
.BgClassName
{
background-color: #96B920;
}
</style>
border-color css
<style>
span { border-color: #96B920; }
span { border-color: rgb(150,185,32); }
td.TdClassName
{
border-color: #96B920;
}
.TagClassName
{
border-color: #96B920;
}
</style>