Shades of Limerick #96B61D
Tints of Limerick #96B61D
RGB
CMYK
RGB Variations
Color information
#96B61D (or 0x96B61D) is known color: Limerick. HEX triplet: 96, B6 and 1D. RGB value is (150,182,29). Sum of RGB (Red+Green+Blue) = 150+182+29=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #96B61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B61D is #6949E2. Grayscale: #9B9B9B. Windows color (decimal): -6900195 or 1947286. OLE color: 1947286.
HSL color Cylindrical-coordinate representation of color #96B61D: hue angle of 72.55º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96B61D is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 182 | 29 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.29 |
| HSL | 72.55º | 0.73% | 0.41% | - |
| HSV(B) | 72.55º | 0.84% | 0.71% | - |
| XYZ | 29.53 | 40.03 | 7.33 | - |
| YUV | 154.99 | 56.9 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 182 | 29 | 0.18 | 0 | 0.84 | 0.29 | 72.55 | 0.73 | 0.41 |
| Hex | 96 | B6 | 1D | 12 | 0 | 54 | 1D | 49 | 49 | 29 |
| Octal | 226 | 266 | 35 | 22 | 0 | 124 | 35 | 111 | 111 | 51 |
| Binary | 10010110 | 10110110 | 11101 | 10010 | 0 | 1010100 | 11101 | 1001001 | 1001001 | 101001 |
Color Harmonies of #96B61D
Complementary color
Monochromatic Colors of #96B61D
Black with #96B61D
Text Example
Text Example
White with #96B61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B61D; }
p { color: rgb(150,182,29); }
H1.HeaderClassName
{
color: #96B61D;
}
.AnyTagClassName
{
color: #96B61D;
}
</style>
background-color css
<style>
a { background-color: #96B61D; }
a { background-color: rgb(150,182,29); }
div.DivClassName
{
background-color: #96B61D;
}
.BgClassName
{
background-color: #96B61D;
}
</style>
border-color css
<style>
span { border-color: #96B61D; }
span { border-color: rgb(150,182,29); }
td.TdClassName
{
border-color: #96B61D;
}
.TagClassName
{
border-color: #96B61D;
}
</style>