Shades of Limerick #96AB36
Tints of Limerick #96AB36
RGB
CMYK
RGB Variations
Color information
#96AB36 (or 0x96AB36) is known color: Limerick. HEX triplet: 96, AB and 36. RGB value is (150,171,54). Sum of RGB (Red+Green+Blue) = 150+171+54=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AB36 is #6954C9. Grayscale: #979797. Windows color (decimal): -6902986 or 3582870. OLE color: 3582870.
HSL color Cylindrical-coordinate representation of color #96AB36: hue angle of 70.77º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96AB36 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 54 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.33 |
| HSL | 70.77º | 0.52% | 0.44% | - |
| HSV(B) | 70.77º | 0.68% | 0.67% | - |
| XYZ | 27.81 | 35.88 | 8.95 | - |
| YUV | 151.38 | 73.04 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 54 | 0.12 | 0 | 0.68 | 0.33 | 70.77 | 0.52 | 0.44 |
| Hex | 96 | AB | 36 | C | 0 | 44 | 21 | 47 | 34 | 2C |
| Octal | 226 | 253 | 66 | 14 | 0 | 104 | 41 | 107 | 64 | 54 |
| Binary | 10010110 | 10101011 | 110110 | 1100 | 0 | 1000100 | 100001 | 1000111 | 110100 | 101100 |
Color Harmonies of #96AB36
Complementary color
Monochromatic Colors of #96AB36
Black with #96AB36
Text Example
Text Example
White with #96AB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AB36; }
p { color: rgb(150,171,54); }
H1.HeaderClassName
{
color: #96AB36;
}
.AnyTagClassName
{
color: #96AB36;
}
</style>
background-color css
<style>
a { background-color: #96AB36; }
a { background-color: rgb(150,171,54); }
div.DivClassName
{
background-color: #96AB36;
}
.BgClassName
{
background-color: #96AB36;
}
</style>
border-color css
<style>
span { border-color: #96AB36; }
span { border-color: rgb(150,171,54); }
td.TdClassName
{
border-color: #96AB36;
}
.TagClassName
{
border-color: #96AB36;
}
</style>