Shades of Limerick #96BC23
Tints of Limerick #96BC23
RGB
CMYK
RGB Variations
Color information
#96BC23 (or 0x96BC23) is known color: Limerick. HEX triplet: 96, BC and 23. RGB value is (150,188,35). Sum of RGB (Red+Green+Blue) = 150+188+35=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BC23 is #6943DC. Grayscale: #9F9F9F. Windows color (decimal): -6898653 or 2342038. OLE color: 2342038.
HSL color Cylindrical-coordinate representation of color #96BC23: hue angle of 74.9º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96BC23 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 35 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.26 |
| HSL | 74.9º | 0.69% | 0.44% | - |
| HSV(B) | 74.9º | 0.81% | 0.74% | - |
| XYZ | 30.86 | 42.57 | 8.18 | - |
| YUV | 159.2 | 57.91 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 35 | 0.20 | 0 | 0.81 | 0.26 | 74.9 | 0.69 | 0.44 |
| Hex | 96 | BC | 23 | 14 | 0 | 51 | 1A | 4B | 45 | 2C |
| Octal | 226 | 274 | 43 | 24 | 0 | 121 | 32 | 113 | 105 | 54 |
| Binary | 10010110 | 10111100 | 100011 | 10100 | 0 | 1010001 | 11010 | 1001011 | 1000101 | 101100 |
Color Harmonies of #96BC23
Complementary color
Monochromatic Colors of #96BC23
Black with #96BC23
Text Example
Text Example
White with #96BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BC23; }
p { color: rgb(150,188,35); }
H1.HeaderClassName
{
color: #96BC23;
}
.AnyTagClassName
{
color: #96BC23;
}
</style>
background-color css
<style>
a { background-color: #96BC23; }
a { background-color: rgb(150,188,35); }
div.DivClassName
{
background-color: #96BC23;
}
.BgClassName
{
background-color: #96BC23;
}
</style>
border-color css
<style>
span { border-color: #96BC23; }
span { border-color: rgb(150,188,35); }
td.TdClassName
{
border-color: #96BC23;
}
.TagClassName
{
border-color: #96BC23;
}
</style>