Shades of Limerick #96B639
Tints of Limerick #96B639
RGB
CMYK
RGB Variations
Color information
#96B639 (or 0x96B639) is known color: Limerick. HEX triplet: 96, B6 and 39. RGB value is (150,182,57). Sum of RGB (Red+Green+Blue) = 150+182+57=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 182 - color contains mainly: green. Hex color #96B639 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B639 is #6949C6. Grayscale: #9E9E9E. Windows color (decimal): -6900167 or 3782294. OLE color: 3782294.
HSL color Cylindrical-coordinate representation of color #96B639: hue angle of 75.36º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96B639 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 182 | 57 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.29 |
| HSL | 75.36º | 0.52% | 0.47% | - |
| HSV(B) | 75.36º | 0.69% | 0.71% | - |
| XYZ | 30.04 | 40.24 | 10.05 | - |
| YUV | 158.18 | 70.9 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 182 | 57 | 0.18 | 0 | 0.69 | 0.29 | 75.36 | 0.52 | 0.47 |
| Hex | 96 | B6 | 39 | 12 | 0 | 45 | 1D | 4B | 34 | 2F |
| Octal | 226 | 266 | 71 | 22 | 0 | 105 | 35 | 113 | 64 | 57 |
| Binary | 10010110 | 10110110 | 111001 | 10010 | 0 | 1000101 | 11101 | 1001011 | 110100 | 101111 |
Color Harmonies of #96B639
Complementary color
Monochromatic Colors of #96B639
Black with #96B639
Text Example
Text Example
White with #96B639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B639; }
p { color: rgb(150,182,57); }
H1.HeaderClassName
{
color: #96B639;
}
.AnyTagClassName
{
color: #96B639;
}
</style>
background-color css
<style>
a { background-color: #96B639; }
a { background-color: rgb(150,182,57); }
div.DivClassName
{
background-color: #96B639;
}
.BgClassName
{
background-color: #96B639;
}
</style>
border-color css
<style>
span { border-color: #96B639; }
span { border-color: rgb(150,182,57); }
td.TdClassName
{
border-color: #96B639;
}
.TagClassName
{
border-color: #96B639;
}
</style>