Shades of Limerick #96B924
Tints of Limerick #96B924
RGB
CMYK
RGB Variations
Color information
#96B924 (or 0x96B924) is known color: Limerick. HEX triplet: 96, B9 and 24. RGB value is (150,185,36). Sum of RGB (Red+Green+Blue) = 150+185+36=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #96B924 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B924 is #6946DB. Grayscale: #9E9E9E. Windows color (decimal): -6899420 or 2406806. OLE color: 2406806.
HSL color Cylindrical-coordinate representation of color #96B924: hue angle of 74.09º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96B924 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 185 | 36 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.27 |
| HSL | 74.09º | 0.67% | 0.43% | - |
| HSV(B) | 74.09º | 0.81% | 0.73% | - |
| XYZ | 30.25 | 41.31 | 8.05 | - |
| YUV | 157.55 | 59.4 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 185 | 36 | 0.19 | 0 | 0.81 | 0.27 | 74.09 | 0.67 | 0.43 |
| Hex | 96 | B9 | 24 | 13 | 0 | 51 | 1B | 4A | 43 | 2B |
| Octal | 226 | 271 | 44 | 23 | 0 | 121 | 33 | 112 | 103 | 53 |
| Binary | 10010110 | 10111001 | 100100 | 10011 | 0 | 1010001 | 11011 | 1001010 | 1000011 | 101011 |
Color Harmonies of #96B924
Complementary color
Monochromatic Colors of #96B924
Black with #96B924
Text Example
Text Example
White with #96B924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B924; }
p { color: rgb(150,185,36); }
H1.HeaderClassName
{
color: #96B924;
}
.AnyTagClassName
{
color: #96B924;
}
</style>
background-color css
<style>
a { background-color: #96B924; }
a { background-color: rgb(150,185,36); }
div.DivClassName
{
background-color: #96B924;
}
.BgClassName
{
background-color: #96B924;
}
</style>
border-color css
<style>
span { border-color: #96B924; }
span { border-color: rgb(150,185,36); }
td.TdClassName
{
border-color: #96B924;
}
.TagClassName
{
border-color: #96B924;
}
</style>