Shades of Limerick #96A532
Tints of Limerick #96A532
RGB
CMYK
RGB Variations
Color information
#96A532 (or 0x96A532) is known color: Limerick. HEX triplet: 96, A5 and 32. RGB value is (150,165,50). Sum of RGB (Red+Green+Blue) = 150+165+50=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 165 - color contains mainly: green. Hex color #96A532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A532 is #695ACD. Grayscale: #939393. Windows color (decimal): -6904526 or 3319190. OLE color: 3319190.
HSL color Cylindrical-coordinate representation of color #96A532: hue angle of 67.83º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96A532 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 165 | 50 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.35 |
| HSL | 67.83º | 0.53% | 0.42% | - |
| HSV(B) | 67.83º | 0.7% | 0.65% | - |
| XYZ | 26.61 | 33.62 | 8.11 | - |
| YUV | 147.41 | 73.03 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 165 | 50 | 0.09 | 0 | 0.70 | 0.35 | 67.83 | 0.53 | 0.42 |
| Hex | 96 | A5 | 32 | 9 | 0 | 46 | 23 | 44 | 35 | 2A |
| Octal | 226 | 245 | 62 | 11 | 0 | 106 | 43 | 104 | 65 | 52 |
| Binary | 10010110 | 10100101 | 110010 | 1001 | 0 | 1000110 | 100011 | 1000100 | 110101 | 101010 |
Color Harmonies of #96A532
Complementary color
Monochromatic Colors of #96A532
Black with #96A532
Text Example
Text Example
White with #96A532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A532; }
p { color: rgb(150,165,50); }
H1.HeaderClassName
{
color: #96A532;
}
.AnyTagClassName
{
color: #96A532;
}
</style>
background-color css
<style>
a { background-color: #96A532; }
a { background-color: rgb(150,165,50); }
div.DivClassName
{
background-color: #96A532;
}
.BgClassName
{
background-color: #96A532;
}
</style>
border-color css
<style>
span { border-color: #96A532; }
span { border-color: rgb(150,165,50); }
td.TdClassName
{
border-color: #96A532;
}
.TagClassName
{
border-color: #96A532;
}
</style>