Shades of Limerick #96B721
Tints of Limerick #96B721
RGB
CMYK
RGB Variations
Color information
#96B721 (or 0x96B721) is known color: Limerick. HEX triplet: 96, B7 and 21. RGB value is (150,183,33). Sum of RGB (Red+Green+Blue) = 150+183+33=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #96B721 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B721 is #6948DE. Grayscale: #9C9C9C. Windows color (decimal): -6899935 or 2209686. OLE color: 2209686.
HSL color Cylindrical-coordinate representation of color #96B721: hue angle of 73.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96B721 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 183 | 33 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.28 |
| HSL | 73.2º | 0.69% | 0.42% | - |
| HSV(B) | 73.2º | 0.82% | 0.72% | - |
| XYZ | 29.79 | 40.46 | 7.68 | - |
| YUV | 156.03 | 58.57 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 183 | 33 | 0.18 | 0 | 0.82 | 0.28 | 73.2 | 0.69 | 0.42 |
| Hex | 96 | B7 | 21 | 12 | 0 | 52 | 1C | 49 | 45 | 2A |
| Octal | 226 | 267 | 41 | 22 | 0 | 122 | 34 | 111 | 105 | 52 |
| Binary | 10010110 | 10110111 | 100001 | 10010 | 0 | 1010010 | 11100 | 1001001 | 1000101 | 101010 |
Color Harmonies of #96B721
Complementary color
Monochromatic Colors of #96B721
Black with #96B721
Text Example
Text Example
White with #96B721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B721; }
p { color: rgb(150,183,33); }
H1.HeaderClassName
{
color: #96B721;
}
.AnyTagClassName
{
color: #96B721;
}
</style>
background-color css
<style>
a { background-color: #96B721; }
a { background-color: rgb(150,183,33); }
div.DivClassName
{
background-color: #96B721;
}
.BgClassName
{
background-color: #96B721;
}
</style>
border-color css
<style>
span { border-color: #96B721; }
span { border-color: rgb(150,183,33); }
td.TdClassName
{
border-color: #96B721;
}
.TagClassName
{
border-color: #96B721;
}
</style>