Shades of Limerick #96AB3C
Tints of Limerick #96AB3C
RGB
CMYK
RGB Variations
Color information
#96AB3C (or 0x96AB3C) is known color: Limerick. HEX triplet: 96, AB and 3C. RGB value is (150,171,60). Sum of RGB (Red+Green+Blue) = 150+171+60=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AB3C is #6954C3. Grayscale: #989898. Windows color (decimal): -6902980 or 3976086. OLE color: 3976086.
HSL color Cylindrical-coordinate representation of color #96AB3C: hue angle of 71.35º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96AB3C is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 60 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.33 |
| HSL | 71.35º | 0.48% | 0.45% | - |
| HSV(B) | 71.35º | 0.65% | 0.67% | - |
| XYZ | 27.96 | 35.94 | 9.74 | - |
| YUV | 152.07 | 76.04 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 60 | 0.12 | 0 | 0.65 | 0.33 | 71.35 | 0.48 | 0.45 |
| Hex | 96 | AB | 3C | C | 0 | 41 | 21 | 47 | 30 | 2D |
| Octal | 226 | 253 | 74 | 14 | 0 | 101 | 41 | 107 | 60 | 55 |
| Binary | 10010110 | 10101011 | 111100 | 1100 | 0 | 1000001 | 100001 | 1000111 | 110000 | 101101 |
Color Harmonies of #96AB3C
Complementary color
Monochromatic Colors of #96AB3C
Black with #96AB3C
Text Example
Text Example
White with #96AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AB3C; }
p { color: rgb(150,171,60); }
H1.HeaderClassName
{
color: #96AB3C;
}
.AnyTagClassName
{
color: #96AB3C;
}
</style>
background-color css
<style>
a { background-color: #96AB3C; }
a { background-color: rgb(150,171,60); }
div.DivClassName
{
background-color: #96AB3C;
}
.BgClassName
{
background-color: #96AB3C;
}
</style>
border-color css
<style>
span { border-color: #96AB3C; }
span { border-color: rgb(150,171,60); }
td.TdClassName
{
border-color: #96AB3C;
}
.TagClassName
{
border-color: #96AB3C;
}
</style>