Shades of Limerick #96B626
Tints of Limerick #96B626
RGB
CMYK
RGB Variations
Color information
#96B626 (or 0x96B626) is known color: Limerick. HEX triplet: 96, B6 and 26. RGB value is (150,182,38). Sum of RGB (Red+Green+Blue) = 150+182+38=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #96B626 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B626 is #6949D9. Grayscale: #9C9C9C. Windows color (decimal): -6900186 or 2537110. OLE color: 2537110.
HSL color Cylindrical-coordinate representation of color #96B626: hue angle of 73.33º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96B626 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 182 | 38 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.29 |
| HSL | 73.33º | 0.65% | 0.43% | - |
| HSV(B) | 73.33º | 0.79% | 0.71% | - |
| XYZ | 29.66 | 40.08 | 8.01 | - |
| YUV | 156.02 | 61.4 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 182 | 38 | 0.18 | 0 | 0.79 | 0.29 | 73.33 | 0.65 | 0.43 |
| Hex | 96 | B6 | 26 | 12 | 0 | 4F | 1D | 49 | 41 | 2B |
| Octal | 226 | 266 | 46 | 22 | 0 | 117 | 35 | 111 | 101 | 53 |
| Binary | 10010110 | 10110110 | 100110 | 10010 | 0 | 1001111 | 11101 | 1001001 | 1000001 | 101011 |
Color Harmonies of #96B626
Complementary color
Monochromatic Colors of #96B626
Black with #96B626
Text Example
Text Example
White with #96B626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B626; }
p { color: rgb(150,182,38); }
H1.HeaderClassName
{
color: #96B626;
}
.AnyTagClassName
{
color: #96B626;
}
</style>
background-color css
<style>
a { background-color: #96B626; }
a { background-color: rgb(150,182,38); }
div.DivClassName
{
background-color: #96B626;
}
.BgClassName
{
background-color: #96B626;
}
</style>
border-color css
<style>
span { border-color: #96B626; }
span { border-color: rgb(150,182,38); }
td.TdClassName
{
border-color: #96B626;
}
.TagClassName
{
border-color: #96B626;
}
</style>