Shades of Limerick #96B03D
Tints of Limerick #96B03D
RGB
CMYK
RGB Variations
Color information
#96B03D (or 0x96B03D) is known color: Limerick. HEX triplet: 96, B0 and 3D. RGB value is (150,176,61). Sum of RGB (Red+Green+Blue) = 150+176+61=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #96B03D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B03D is #694FC2. Grayscale: #9B9B9B. Windows color (decimal): -6901699 or 4042902. OLE color: 4042902.
HSL color Cylindrical-coordinate representation of color #96B03D: hue angle of 73.57º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96B03D is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 176 | 61 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.31 |
| HSL | 73.57º | 0.49% | 0.46% | - |
| HSV(B) | 73.57º | 0.65% | 0.69% | - |
| XYZ | 28.95 | 37.87 | 10.2 | - |
| YUV | 155.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 176 | 61 | 0.15 | 0 | 0.65 | 0.31 | 73.57 | 0.49 | 0.46 |
| Hex | 96 | B0 | 3D | F | 0 | 41 | 1F | 4A | 31 | 2E |
| Octal | 226 | 260 | 75 | 17 | 0 | 101 | 37 | 112 | 61 | 56 |
| Binary | 10010110 | 10110000 | 111101 | 1111 | 0 | 1000001 | 11111 | 1001010 | 110001 | 101110 |
Color Harmonies of #96B03D
Complementary color
Monochromatic Colors of #96B03D
Black with #96B03D
Text Example
Text Example
White with #96B03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B03D; }
p { color: rgb(150,176,61); }
H1.HeaderClassName
{
color: #96B03D;
}
.AnyTagClassName
{
color: #96B03D;
}
</style>
background-color css
<style>
a { background-color: #96B03D; }
a { background-color: rgb(150,176,61); }
div.DivClassName
{
background-color: #96B03D;
}
.BgClassName
{
background-color: #96B03D;
}
</style>
border-color css
<style>
span { border-color: #96B03D; }
span { border-color: rgb(150,176,61); }
td.TdClassName
{
border-color: #96B03D;
}
.TagClassName
{
border-color: #96B03D;
}
</style>