Shades of Limerick #96B03E
Tints of Limerick #96B03E
RGB
CMYK
RGB Variations
Color information
#96B03E (or 0x96B03E) is known color: Limerick. HEX triplet: 96, B0 and 3E. RGB value is (150,176,62). Sum of RGB (Red+Green+Blue) = 150+176+62=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #96B03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B03E is #694FC1. Grayscale: #9B9B9B. Windows color (decimal): -6901698 or 4108438. OLE color: 4108438.
HSL color Cylindrical-coordinate representation of color #96B03E: hue angle of 73.68º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96B03E is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 176 | 62 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.31 |
| HSL | 73.68º | 0.48% | 0.47% | - |
| HSV(B) | 73.68º | 0.65% | 0.69% | - |
| XYZ | 28.97 | 37.88 | 10.34 | - |
| YUV | 155.23 | 75.39 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 176 | 62 | 0.15 | 0 | 0.65 | 0.31 | 73.68 | 0.48 | 0.47 |
| Hex | 96 | B0 | 3E | F | 0 | 41 | 1F | 4A | 30 | 2F |
| Octal | 226 | 260 | 76 | 17 | 0 | 101 | 37 | 112 | 60 | 57 |
| Binary | 10010110 | 10110000 | 111110 | 1111 | 0 | 1000001 | 11111 | 1001010 | 110000 | 101111 |
Color Harmonies of #96B03E
Complementary color
Monochromatic Colors of #96B03E
Black with #96B03E
Text Example
Text Example
White with #96B03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B03E; }
p { color: rgb(150,176,62); }
H1.HeaderClassName
{
color: #96B03E;
}
.AnyTagClassName
{
color: #96B03E;
}
</style>
background-color css
<style>
a { background-color: #96B03E; }
a { background-color: rgb(150,176,62); }
div.DivClassName
{
background-color: #96B03E;
}
.BgClassName
{
background-color: #96B03E;
}
</style>
border-color css
<style>
span { border-color: #96B03E; }
span { border-color: rgb(150,176,62); }
td.TdClassName
{
border-color: #96B03E;
}
.TagClassName
{
border-color: #96B03E;
}
</style>