Shades of Limerick #96B240
Tints of Limerick #96B240
RGB
CMYK
RGB Variations
Color information
#96B240 (or 0x96B240) is known color: Limerick. HEX triplet: 96, B2 and 40. RGB value is (150,178,64). Sum of RGB (Red+Green+Blue) = 150+178+64=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 178 - color contains mainly: green. Hex color #96B240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B240 is #694DBF. Grayscale: #9D9D9D. Windows color (decimal): -6901184 or 4240022. OLE color: 4240022.
HSL color Cylindrical-coordinate representation of color #96B240: hue angle of 74.74º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96B240 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 178 | 64 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.30 |
| HSL | 74.74º | 0.47% | 0.47% | - |
| HSV(B) | 74.74º | 0.64% | 0.7% | - |
| XYZ | 29.42 | 38.69 | 10.77 | - |
| YUV | 156.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 178 | 64 | 0.16 | 0 | 0.64 | 0.30 | 74.74 | 0.47 | 0.47 |
| Hex | 96 | B2 | 40 | 10 | 0 | 40 | 1E | 4B | 2F | 2F |
| Octal | 226 | 262 | 100 | 20 | 0 | 100 | 36 | 113 | 57 | 57 |
| Binary | 10010110 | 10110010 | 1000000 | 10000 | 0 | 1000000 | 11110 | 1001011 | 101111 | 101111 |
Color Harmonies of #96B240
Complementary color
Monochromatic Colors of #96B240
Black with #96B240
Text Example
Text Example
White with #96B240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B240; }
p { color: rgb(150,178,64); }
H1.HeaderClassName
{
color: #96B240;
}
.AnyTagClassName
{
color: #96B240;
}
</style>
background-color css
<style>
a { background-color: #96B240; }
a { background-color: rgb(150,178,64); }
div.DivClassName
{
background-color: #96B240;
}
.BgClassName
{
background-color: #96B240;
}
</style>
border-color css
<style>
span { border-color: #96B240; }
span { border-color: rgb(150,178,64); }
td.TdClassName
{
border-color: #96B240;
}
.TagClassName
{
border-color: #96B240;
}
</style>