Shades of Limerick #96A82C
Tints of Limerick #96A82C
RGB
CMYK
RGB Variations
Color information
#96A82C (or 0x96A82C) is known color: Limerick. HEX triplet: 96, A8 and 2C. RGB value is (150,168,44). Sum of RGB (Red+Green+Blue) = 150+168+44=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 168 - color contains mainly: green. Hex color #96A82C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A82C is #6957D3. Grayscale: #949494. Windows color (decimal): -6903764 or 2926742. OLE color: 2926742.
HSL color Cylindrical-coordinate representation of color #96A82C: hue angle of 68.71º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96A82C is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 168 | 44 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.34 |
| HSL | 68.71º | 0.58% | 0.42% | - |
| HSV(B) | 68.71º | 0.74% | 0.66% | - |
| XYZ | 27.03 | 34.67 | 7.65 | - |
| YUV | 148.48 | 69.04 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 44 | 0.11 | 0 | 0.74 | 0.34 | 68.71 | 0.58 | 0.42 |
| Hex | 96 | A8 | 2C | B | 0 | 4A | 22 | 45 | 3A | 2A |
| Octal | 226 | 250 | 54 | 13 | 0 | 112 | 42 | 105 | 72 | 52 |
| Binary | 10010110 | 10101000 | 101100 | 1011 | 0 | 1001010 | 100010 | 1000101 | 111010 | 101010 |
Color Harmonies of #96A82C
Complementary color
Monochromatic Colors of #96A82C
Black with #96A82C
Text Example
Text Example
White with #96A82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A82C; }
p { color: rgb(150,168,44); }
H1.HeaderClassName
{
color: #96A82C;
}
.AnyTagClassName
{
color: #96A82C;
}
</style>
background-color css
<style>
a { background-color: #96A82C; }
a { background-color: rgb(150,168,44); }
div.DivClassName
{
background-color: #96A82C;
}
.BgClassName
{
background-color: #96A82C;
}
</style>
border-color css
<style>
span { border-color: #96A82C; }
span { border-color: rgb(150,168,44); }
td.TdClassName
{
border-color: #96A82C;
}
.TagClassName
{
border-color: #96A82C;
}
</style>