Shades of Limerick #96A539
Tints of Limerick #96A539
RGB
CMYK
RGB Variations
Color information
#96A539 (or 0x96A539) is known color: Limerick. HEX triplet: 96, A5 and 39. RGB value is (150,165,57). Sum of RGB (Red+Green+Blue) = 150+165+57=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 165 - color contains mainly: green. Hex color #96A539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A539 is #695AC6. Grayscale: #949494. Windows color (decimal): -6904519 or 3777942. OLE color: 3777942.
HSL color Cylindrical-coordinate representation of color #96A539: hue angle of 68.33º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96A539 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 165 | 57 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.35 |
| HSL | 68.33º | 0.49% | 0.44% | - |
| HSV(B) | 68.33º | 0.65% | 0.65% | - |
| XYZ | 26.77 | 33.69 | 8.96 | - |
| YUV | 148.2 | 76.53 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 165 | 57 | 0.09 | 0 | 0.65 | 0.35 | 68.33 | 0.49 | 0.44 |
| Hex | 96 | A5 | 39 | 9 | 0 | 41 | 23 | 44 | 31 | 2C |
| Octal | 226 | 245 | 71 | 11 | 0 | 101 | 43 | 104 | 61 | 54 |
| Binary | 10010110 | 10100101 | 111001 | 1001 | 0 | 1000001 | 100011 | 1000100 | 110001 | 101100 |
Color Harmonies of #96A539
Complementary color
Monochromatic Colors of #96A539
Black with #96A539
Text Example
Text Example
White with #96A539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A539; }
p { color: rgb(150,165,57); }
H1.HeaderClassName
{
color: #96A539;
}
.AnyTagClassName
{
color: #96A539;
}
</style>
background-color css
<style>
a { background-color: #96A539; }
a { background-color: rgb(150,165,57); }
div.DivClassName
{
background-color: #96A539;
}
.BgClassName
{
background-color: #96A539;
}
</style>
border-color css
<style>
span { border-color: #96A539; }
span { border-color: rgb(150,165,57); }
td.TdClassName
{
border-color: #96A539;
}
.TagClassName
{
border-color: #96A539;
}
</style>