Shades of Limerick #96B040
Tints of Limerick #96B040
RGB
CMYK
RGB Variations
Color information
#96B040 (or 0x96B040) is known color: Limerick. HEX triplet: 96, B0 and 40. RGB value is (150,176,64). Sum of RGB (Red+Green+Blue) = 150+176+64=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 176 - color contains mainly: green. Hex color #96B040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B040 is #694FBF. Grayscale: #9B9B9B. Windows color (decimal): -6901696 or 4239510. OLE color: 4239510.
HSL color Cylindrical-coordinate representation of color #96B040: hue angle of 73.93º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96B040 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 176 | 64 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.31 |
| HSL | 73.93º | 0.47% | 0.47% | - |
| HSV(B) | 73.93º | 0.64% | 0.69% | - |
| XYZ | 29.03 | 37.9 | 10.64 | - |
| YUV | 155.46 | 76.39 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 176 | 64 | 0.15 | 0 | 0.64 | 0.31 | 73.93 | 0.47 | 0.47 |
| Hex | 96 | B0 | 40 | F | 0 | 40 | 1F | 4A | 2F | 2F |
| Octal | 226 | 260 | 100 | 17 | 0 | 100 | 37 | 112 | 57 | 57 |
| Binary | 10010110 | 10110000 | 1000000 | 1111 | 0 | 1000000 | 11111 | 1001010 | 101111 | 101111 |
Color Harmonies of #96B040
Complementary color
Monochromatic Colors of #96B040
Black with #96B040
Text Example
Text Example
White with #96B040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B040; }
p { color: rgb(150,176,64); }
H1.HeaderClassName
{
color: #96B040;
}
.AnyTagClassName
{
color: #96B040;
}
</style>
background-color css
<style>
a { background-color: #96B040; }
a { background-color: rgb(150,176,64); }
div.DivClassName
{
background-color: #96B040;
}
.BgClassName
{
background-color: #96B040;
}
</style>
border-color css
<style>
span { border-color: #96B040; }
span { border-color: rgb(150,176,64); }
td.TdClassName
{
border-color: #96B040;
}
.TagClassName
{
border-color: #96B040;
}
</style>