Shades of Limerick #96B828
Tints of Limerick #96B828
RGB
CMYK
RGB Variations
Color information
#96B828 (or 0x96B828) is known color: Limerick. HEX triplet: 96, B8 and 28. RGB value is (150,184,40). Sum of RGB (Red+Green+Blue) = 150+184+40=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #96B828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B828 is #6947D7. Grayscale: #9D9D9D. Windows color (decimal): -6899672 or 2668694. OLE color: 2668694.
HSL color Cylindrical-coordinate representation of color #96B828: hue angle of 74.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96B828 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 184 | 40 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.28 |
| HSL | 74.17º | 0.64% | 0.44% | - |
| HSV(B) | 74.17º | 0.78% | 0.72% | - |
| XYZ | 30.1 | 40.92 | 8.32 | - |
| YUV | 157.42 | 61.74 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 184 | 40 | 0.18 | 0 | 0.78 | 0.28 | 74.17 | 0.64 | 0.44 |
| Hex | 96 | B8 | 28 | 12 | 0 | 4E | 1C | 4A | 40 | 2C |
| Octal | 226 | 270 | 50 | 22 | 0 | 116 | 34 | 112 | 100 | 54 |
| Binary | 10010110 | 10111000 | 101000 | 10010 | 0 | 1001110 | 11100 | 1001010 | 1000000 | 101100 |
Color Harmonies of #96B828
Complementary color
Monochromatic Colors of #96B828
Black with #96B828
Text Example
Text Example
White with #96B828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B828; }
p { color: rgb(150,184,40); }
H1.HeaderClassName
{
color: #96B828;
}
.AnyTagClassName
{
color: #96B828;
}
</style>
background-color css
<style>
a { background-color: #96B828; }
a { background-color: rgb(150,184,40); }
div.DivClassName
{
background-color: #96B828;
}
.BgClassName
{
background-color: #96B828;
}
</style>
border-color css
<style>
span { border-color: #96B828; }
span { border-color: rgb(150,184,40); }
td.TdClassName
{
border-color: #96B828;
}
.TagClassName
{
border-color: #96B828;
}
</style>