Shades of Limerick #96B32D
Tints of Limerick #96B32D
RGB
CMYK
RGB Variations
Color information
#96B32D (or 0x96B32D) is known color: Limerick. HEX triplet: 96, B3 and 2D. RGB value is (150,179,45). Sum of RGB (Red+Green+Blue) = 150+179+45=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #96B32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B32D is #694CD2. Grayscale: #9B9B9B. Windows color (decimal): -6900947 or 2995094. OLE color: 2995094.
HSL color Cylindrical-coordinate representation of color #96B32D: hue angle of 72.99º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96B32D is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 179 | 45 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.30 |
| HSL | 72.99º | 0.6% | 0.44% | - |
| HSV(B) | 72.99º | 0.75% | 0.7% | - |
| XYZ | 29.17 | 38.91 | 8.46 | - |
| YUV | 155.05 | 65.89 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 179 | 45 | 0.16 | 0 | 0.75 | 0.30 | 72.99 | 0.6 | 0.44 |
| Hex | 96 | B3 | 2D | 10 | 0 | 4B | 1E | 49 | 3C | 2C |
| Octal | 226 | 263 | 55 | 20 | 0 | 113 | 36 | 111 | 74 | 54 |
| Binary | 10010110 | 10110011 | 101101 | 10000 | 0 | 1001011 | 11110 | 1001001 | 111100 | 101100 |
Color Harmonies of #96B32D
Complementary color
Monochromatic Colors of #96B32D
Black with #96B32D
Text Example
Text Example
White with #96B32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B32D; }
p { color: rgb(150,179,45); }
H1.HeaderClassName
{
color: #96B32D;
}
.AnyTagClassName
{
color: #96B32D;
}
</style>
background-color css
<style>
a { background-color: #96B32D; }
a { background-color: rgb(150,179,45); }
div.DivClassName
{
background-color: #96B32D;
}
.BgClassName
{
background-color: #96B32D;
}
</style>
border-color css
<style>
span { border-color: #96B32D; }
span { border-color: rgb(150,179,45); }
td.TdClassName
{
border-color: #96B32D;
}
.TagClassName
{
border-color: #96B32D;
}
</style>