Shades of Limerick #96AA26
Tints of Limerick #96AA26
RGB
CMYK
RGB Variations
Color information
#96AA26 (or 0x96AA26) is known color: Limerick. HEX triplet: 96, AA and 26. RGB value is (150,170,38). Sum of RGB (Red+Green+Blue) = 150+170+38=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AA26 is #6955D9. Grayscale: #959595. Windows color (decimal): -6903258 or 2534038. OLE color: 2534038.
HSL color Cylindrical-coordinate representation of color #96AA26: hue angle of 69.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96AA26 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 170 | 38 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.33 |
| HSL | 69.09º | 0.63% | 0.41% | - |
| HSV(B) | 69.09º | 0.78% | 0.67% | - |
| XYZ | 27.3 | 35.37 | 7.22 | - |
| YUV | 148.97 | 65.37 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 38 | 0.12 | 0 | 0.78 | 0.33 | 69.09 | 0.63 | 0.41 |
| Hex | 96 | AA | 26 | C | 0 | 4E | 21 | 45 | 3F | 29 |
| Octal | 226 | 252 | 46 | 14 | 0 | 116 | 41 | 105 | 77 | 51 |
| Binary | 10010110 | 10101010 | 100110 | 1100 | 0 | 1001110 | 100001 | 1000101 | 111111 | 101001 |
Color Harmonies of #96AA26
Complementary color
Monochromatic Colors of #96AA26
Black with #96AA26
Text Example
Text Example
White with #96AA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AA26; }
p { color: rgb(150,170,38); }
H1.HeaderClassName
{
color: #96AA26;
}
.AnyTagClassName
{
color: #96AA26;
}
</style>
background-color css
<style>
a { background-color: #96AA26; }
a { background-color: rgb(150,170,38); }
div.DivClassName
{
background-color: #96AA26;
}
.BgClassName
{
background-color: #96AA26;
}
</style>
border-color css
<style>
span { border-color: #96AA26; }
span { border-color: rgb(150,170,38); }
td.TdClassName
{
border-color: #96AA26;
}
.TagClassName
{
border-color: #96AA26;
}
</style>