Shades of Limerick #96B52E
Tints of Limerick #96B52E
RGB
CMYK
RGB Variations
Color information
#96B52E (or 0x96B52E) is known color: Limerick. HEX triplet: 96, B5 and 2E. RGB value is (150,181,46). Sum of RGB (Red+Green+Blue) = 150+181+46=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #96B52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B52E is #694AD1. Grayscale: #9C9C9C. Windows color (decimal): -6900434 or 3061142. OLE color: 3061142.
HSL color Cylindrical-coordinate representation of color #96B52E: hue angle of 73.78º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96B52E is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 181 | 46 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.29 |
| HSL | 73.78º | 0.59% | 0.45% | - |
| HSV(B) | 73.78º | 0.75% | 0.71% | - |
| XYZ | 29.59 | 39.73 | 8.69 | - |
| YUV | 156.34 | 65.73 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 181 | 46 | 0.17 | 0 | 0.75 | 0.29 | 73.78 | 0.59 | 0.45 |
| Hex | 96 | B5 | 2E | 11 | 0 | 4B | 1D | 4A | 3B | 2D |
| Octal | 226 | 265 | 56 | 21 | 0 | 113 | 35 | 112 | 73 | 55 |
| Binary | 10010110 | 10110101 | 101110 | 10001 | 0 | 1001011 | 11101 | 1001010 | 111011 | 101101 |
Color Harmonies of #96B52E
Complementary color
Monochromatic Colors of #96B52E
Black with #96B52E
Text Example
Text Example
White with #96B52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B52E; }
p { color: rgb(150,181,46); }
H1.HeaderClassName
{
color: #96B52E;
}
.AnyTagClassName
{
color: #96B52E;
}
</style>
background-color css
<style>
a { background-color: #96B52E; }
a { background-color: rgb(150,181,46); }
div.DivClassName
{
background-color: #96B52E;
}
.BgClassName
{
background-color: #96B52E;
}
</style>
border-color css
<style>
span { border-color: #96B52E; }
span { border-color: rgb(150,181,46); }
td.TdClassName
{
border-color: #96B52E;
}
.TagClassName
{
border-color: #96B52E;
}
</style>