Shades of Limerick #96B440
Tints of Limerick #96B440
RGB
CMYK
RGB Variations
Color information
#96B440 (or 0x96B440) is known color: Limerick. HEX triplet: 96, B4 and 40. RGB value is (150,180,64). Sum of RGB (Red+Green+Blue) = 150+180+64=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #96B440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B440 is #694BBF. Grayscale: #9E9E9E. Windows color (decimal): -6900672 or 4240534. OLE color: 4240534.
HSL color Cylindrical-coordinate representation of color #96B440: hue angle of 75.52º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96B440 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 180 | 64 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.29 |
| HSL | 75.52º | 0.48% | 0.48% | - |
| HSV(B) | 75.52º | 0.64% | 0.71% | - |
| XYZ | 29.82 | 39.5 | 10.9 | - |
| YUV | 157.81 | 75.06 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 180 | 64 | 0.17 | 0 | 0.64 | 0.29 | 75.52 | 0.48 | 0.48 |
| Hex | 96 | B4 | 40 | 11 | 0 | 40 | 1D | 4C | 30 | 30 |
| Octal | 226 | 264 | 100 | 21 | 0 | 100 | 35 | 114 | 60 | 60 |
| Binary | 10010110 | 10110100 | 1000000 | 10001 | 0 | 1000000 | 11101 | 1001100 | 110000 | 110000 |
Color Harmonies of #96B440
Complementary color
Monochromatic Colors of #96B440
Black with #96B440
Text Example
Text Example
White with #96B440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B440; }
p { color: rgb(150,180,64); }
H1.HeaderClassName
{
color: #96B440;
}
.AnyTagClassName
{
color: #96B440;
}
</style>
background-color css
<style>
a { background-color: #96B440; }
a { background-color: rgb(150,180,64); }
div.DivClassName
{
background-color: #96B440;
}
.BgClassName
{
background-color: #96B440;
}
</style>
border-color css
<style>
span { border-color: #96B440; }
span { border-color: rgb(150,180,64); }
td.TdClassName
{
border-color: #96B440;
}
.TagClassName
{
border-color: #96B440;
}
</style>