Shades of Limerick #96AC32
Tints of Limerick #96AC32
RGB
CMYK
RGB Variations
Color information
#96AC32 (or 0x96AC32) is known color: Limerick. HEX triplet: 96, AC and 32. RGB value is (150,172,50). Sum of RGB (Red+Green+Blue) = 150+172+50=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AC32 is #6953CD. Grayscale: #979797. Windows color (decimal): -6902734 or 3320982. OLE color: 3320982.
HSL color Cylindrical-coordinate representation of color #96AC32: hue angle of 70.82º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96AC32 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 172 | 50 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.33 |
| HSL | 70.82º | 0.55% | 0.44% | - |
| HSV(B) | 70.82º | 0.71% | 0.67% | - |
| XYZ | 27.91 | 36.22 | 8.54 | - |
| YUV | 151.51 | 70.71 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 172 | 50 | 0.13 | 0 | 0.71 | 0.33 | 70.82 | 0.55 | 0.44 |
| Hex | 96 | AC | 32 | D | 0 | 47 | 21 | 47 | 37 | 2C |
| Octal | 226 | 254 | 62 | 15 | 0 | 107 | 41 | 107 | 67 | 54 |
| Binary | 10010110 | 10101100 | 110010 | 1101 | 0 | 1000111 | 100001 | 1000111 | 110111 | 101100 |
Color Harmonies of #96AC32
Complementary color
Monochromatic Colors of #96AC32
Black with #96AC32
Text Example
Text Example
White with #96AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AC32; }
p { color: rgb(150,172,50); }
H1.HeaderClassName
{
color: #96AC32;
}
.AnyTagClassName
{
color: #96AC32;
}
</style>
background-color css
<style>
a { background-color: #96AC32; }
a { background-color: rgb(150,172,50); }
div.DivClassName
{
background-color: #96AC32;
}
.BgClassName
{
background-color: #96AC32;
}
</style>
border-color css
<style>
span { border-color: #96AC32; }
span { border-color: rgb(150,172,50); }
td.TdClassName
{
border-color: #96AC32;
}
.TagClassName
{
border-color: #96AC32;
}
</style>