Shades of Limerick #96B72D
Tints of Limerick #96B72D
RGB
CMYK
RGB Variations
Color information
#96B72D (or 0x96B72D) is known color: Limerick. HEX triplet: 96, B7 and 2D. RGB value is (150,183,45). Sum of RGB (Red+Green+Blue) = 150+183+45=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #96B72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B72D is #6948D2. Grayscale: #9D9D9D. Windows color (decimal): -6899923 or 2996118. OLE color: 2996118.
HSL color Cylindrical-coordinate representation of color #96B72D: hue angle of 74.35º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96B72D is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 183 | 45 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.28 |
| HSL | 74.35º | 0.61% | 0.45% | - |
| HSV(B) | 74.35º | 0.75% | 0.72% | - |
| XYZ | 29.98 | 40.54 | 8.73 | - |
| YUV | 157.4 | 64.57 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 183 | 45 | 0.18 | 0 | 0.75 | 0.28 | 74.35 | 0.61 | 0.45 |
| Hex | 96 | B7 | 2D | 12 | 0 | 4B | 1C | 4A | 3D | 2D |
| Octal | 226 | 267 | 55 | 22 | 0 | 113 | 34 | 112 | 75 | 55 |
| Binary | 10010110 | 10110111 | 101101 | 10010 | 0 | 1001011 | 11100 | 1001010 | 111101 | 101101 |
Color Harmonies of #96B72D
Complementary color
Monochromatic Colors of #96B72D
Black with #96B72D
Text Example
Text Example
White with #96B72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B72D; }
p { color: rgb(150,183,45); }
H1.HeaderClassName
{
color: #96B72D;
}
.AnyTagClassName
{
color: #96B72D;
}
</style>
background-color css
<style>
a { background-color: #96B72D; }
a { background-color: rgb(150,183,45); }
div.DivClassName
{
background-color: #96B72D;
}
.BgClassName
{
background-color: #96B72D;
}
</style>
border-color css
<style>
span { border-color: #96B72D; }
span { border-color: rgb(150,183,45); }
td.TdClassName
{
border-color: #96B72D;
}
.TagClassName
{
border-color: #96B72D;
}
</style>