Shades of Limerick #96B130
Tints of Limerick #96B130
RGB
CMYK
RGB Variations
Color information
#96B130 (or 0x96B130) is known color: Limerick. HEX triplet: 96, B1 and 30. RGB value is (150,177,48). Sum of RGB (Red+Green+Blue) = 150+177+48=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #96B130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B130 is #694ECF. Grayscale: #9A9A9A. Windows color (decimal): -6901456 or 3191190. OLE color: 3191190.
HSL color Cylindrical-coordinate representation of color #96B130: hue angle of 72.56º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96B130 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 177 | 48 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.31 |
| HSL | 72.56º | 0.57% | 0.44% | - |
| HSV(B) | 72.56º | 0.73% | 0.69% | - |
| XYZ | 28.83 | 38.14 | 8.64 | - |
| YUV | 154.22 | 68.05 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 177 | 48 | 0.15 | 0 | 0.73 | 0.31 | 72.56 | 0.57 | 0.44 |
| Hex | 96 | B1 | 30 | F | 0 | 49 | 1F | 49 | 39 | 2C |
| Octal | 226 | 261 | 60 | 17 | 0 | 111 | 37 | 111 | 71 | 54 |
| Binary | 10010110 | 10110001 | 110000 | 1111 | 0 | 1001001 | 11111 | 1001001 | 111001 | 101100 |
Color Harmonies of #96B130
Complementary color
Monochromatic Colors of #96B130
Black with #96B130
Text Example
Text Example
White with #96B130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B130; }
p { color: rgb(150,177,48); }
H1.HeaderClassName
{
color: #96B130;
}
.AnyTagClassName
{
color: #96B130;
}
</style>
background-color css
<style>
a { background-color: #96B130; }
a { background-color: rgb(150,177,48); }
div.DivClassName
{
background-color: #96B130;
}
.BgClassName
{
background-color: #96B130;
}
</style>
border-color css
<style>
span { border-color: #96B130; }
span { border-color: rgb(150,177,48); }
td.TdClassName
{
border-color: #96B130;
}
.TagClassName
{
border-color: #96B130;
}
</style>