Shades of Limerick #9CB328
Tints of Limerick #9CB328
RGB
CMYK
RGB Variations
Color information
#9CB328 (or 0x9CB328) is known color: Limerick. HEX triplet: 9C, B3 and 28. RGB value is (156,179,40). Sum of RGB (Red+Green+Blue) = 156+179+40=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB328 is #634CD7. Grayscale: #9C9C9C. Windows color (decimal): -6507736 or 2667420. OLE color: 2667420.
HSL color Cylindrical-coordinate representation of color #9CB328: hue angle of 69.93º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9CB328 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 40 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.30 |
| HSL | 69.93º | 0.63% | 0.43% | - |
| HSV(B) | 69.93º | 0.78% | 0.7% | - |
| XYZ | 30.21 | 39.46 | 8.03 | - |
| YUV | 156.28 | 62.38 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 40 | 0.13 | 0 | 0.78 | 0.30 | 69.93 | 0.63 | 0.43 |
| Hex | 9C | B3 | 28 | D | 0 | 4E | 1E | 46 | 3F | 2B |
| Octal | 234 | 263 | 50 | 15 | 0 | 116 | 36 | 106 | 77 | 53 |
| Binary | 10011100 | 10110011 | 101000 | 1101 | 0 | 1001110 | 11110 | 1000110 | 111111 | 101011 |
Color Harmonies of #9CB328
Complementary color
Monochromatic Colors of #9CB328
Black with #9CB328
Text Example
Text Example
White with #9CB328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB328; }
p { color: rgb(156,179,40); }
H1.HeaderClassName
{
color: #9CB328;
}
.AnyTagClassName
{
color: #9CB328;
}
</style>
background-color css
<style>
a { background-color: #9CB328; }
a { background-color: rgb(156,179,40); }
div.DivClassName
{
background-color: #9CB328;
}
.BgClassName
{
background-color: #9CB328;
}
</style>
border-color css
<style>
span { border-color: #9CB328; }
span { border-color: rgb(156,179,40); }
td.TdClassName
{
border-color: #9CB328;
}
.TagClassName
{
border-color: #9CB328;
}
</style>