Shades of Limerick #96B521
Tints of Limerick #96B521
RGB
CMYK
RGB Variations
Color information
#96B521 (or 0x96B521) is known color: Limerick. HEX triplet: 96, B5 and 21. RGB value is (150,181,33). Sum of RGB (Red+Green+Blue) = 150+181+33=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 181 - color contains mainly: green. Hex color #96B521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B521 is #694ADE. Grayscale: #9B9B9B. Windows color (decimal): -6900447 or 2209174. OLE color: 2209174.
HSL color Cylindrical-coordinate representation of color #96B521: hue angle of 72.57º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96B521 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 181 | 33 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.29 |
| HSL | 72.57º | 0.69% | 0.42% | - |
| HSV(B) | 72.57º | 0.82% | 0.71% | - |
| XYZ | 29.38 | 39.64 | 7.54 | - |
| YUV | 154.86 | 59.23 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 181 | 33 | 0.17 | 0 | 0.82 | 0.29 | 72.57 | 0.69 | 0.42 |
| Hex | 96 | B5 | 21 | 11 | 0 | 52 | 1D | 49 | 45 | 2A |
| Octal | 226 | 265 | 41 | 21 | 0 | 122 | 35 | 111 | 105 | 52 |
| Binary | 10010110 | 10110101 | 100001 | 10001 | 0 | 1010010 | 11101 | 1001001 | 1000101 | 101010 |
Color Harmonies of #96B521
Complementary color
Monochromatic Colors of #96B521
Black with #96B521
Text Example
Text Example
White with #96B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B521; }
p { color: rgb(150,181,33); }
H1.HeaderClassName
{
color: #96B521;
}
.AnyTagClassName
{
color: #96B521;
}
</style>
background-color css
<style>
a { background-color: #96B521; }
a { background-color: rgb(150,181,33); }
div.DivClassName
{
background-color: #96B521;
}
.BgClassName
{
background-color: #96B521;
}
</style>
border-color css
<style>
span { border-color: #96B521; }
span { border-color: rgb(150,181,33); }
td.TdClassName
{
border-color: #96B521;
}
.TagClassName
{
border-color: #96B521;
}
</style>