Shades of Limerick #96B42E
Tints of Limerick #96B42E
RGB
CMYK
RGB Variations
Color information
#96B42E (or 0x96B42E) is known color: Limerick. HEX triplet: 96, B4 and 2E. RGB value is (150,180,46). Sum of RGB (Red+Green+Blue) = 150+180+46=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #96B42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B42E is #694BD1. Grayscale: #9C9C9C. Windows color (decimal): -6900690 or 3060886. OLE color: 3060886.
HSL color Cylindrical-coordinate representation of color #96B42E: hue angle of 73.43º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96B42E is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 180 | 46 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.29 |
| HSL | 73.43º | 0.59% | 0.44% | - |
| HSV(B) | 73.43º | 0.74% | 0.71% | - |
| XYZ | 29.39 | 39.32 | 8.63 | - |
| YUV | 155.75 | 66.06 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 180 | 46 | 0.17 | 0 | 0.74 | 0.29 | 73.43 | 0.59 | 0.44 |
| Hex | 96 | B4 | 2E | 11 | 0 | 4A | 1D | 49 | 3B | 2C |
| Octal | 226 | 264 | 56 | 21 | 0 | 112 | 35 | 111 | 73 | 54 |
| Binary | 10010110 | 10110100 | 101110 | 10001 | 0 | 1001010 | 11101 | 1001001 | 111011 | 101100 |
Color Harmonies of #96B42E
Complementary color
Monochromatic Colors of #96B42E
Black with #96B42E
Text Example
Text Example
White with #96B42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B42E; }
p { color: rgb(150,180,46); }
H1.HeaderClassName
{
color: #96B42E;
}
.AnyTagClassName
{
color: #96B42E;
}
</style>
background-color css
<style>
a { background-color: #96B42E; }
a { background-color: rgb(150,180,46); }
div.DivClassName
{
background-color: #96B42E;
}
.BgClassName
{
background-color: #96B42E;
}
</style>
border-color css
<style>
span { border-color: #96B42E; }
span { border-color: rgb(150,180,46); }
td.TdClassName
{
border-color: #96B42E;
}
.TagClassName
{
border-color: #96B42E;
}
</style>