Shades of Limerick #9CB237
Tints of Limerick #9CB237
RGB
CMYK
RGB Variations
Color information
#9CB237 (or 0x9CB237) is known color: Limerick. HEX triplet: 9C, B2 and 37. RGB value is (156,178,55). Sum of RGB (Red+Green+Blue) = 156+178+55=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CB237 is #634DC8. Grayscale: #9D9D9D. Windows color (decimal): -6507977 or 3650204. OLE color: 3650204.
HSL color Cylindrical-coordinate representation of color #9CB237: hue angle of 70.73º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9CB237 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 178 | 55 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.30 |
| HSL | 70.73º | 0.53% | 0.46% | - |
| HSV(B) | 70.73º | 0.69% | 0.7% | - |
| XYZ | 30.32 | 39.18 | 9.58 | - |
| YUV | 157.4 | 70.21 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 178 | 55 | 0.12 | 0 | 0.69 | 0.30 | 70.73 | 0.53 | 0.46 |
| Hex | 9C | B2 | 37 | C | 0 | 45 | 1E | 47 | 35 | 2E |
| Octal | 234 | 262 | 67 | 14 | 0 | 105 | 36 | 107 | 65 | 56 |
| Binary | 10011100 | 10110010 | 110111 | 1100 | 0 | 1000101 | 11110 | 1000111 | 110101 | 101110 |
Color Harmonies of #9CB237
Complementary color
Monochromatic Colors of #9CB237
Black with #9CB237
Text Example
Text Example
White with #9CB237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB237; }
p { color: rgb(156,178,55); }
H1.HeaderClassName
{
color: #9CB237;
}
.AnyTagClassName
{
color: #9CB237;
}
</style>
background-color css
<style>
a { background-color: #9CB237; }
a { background-color: rgb(156,178,55); }
div.DivClassName
{
background-color: #9CB237;
}
.BgClassName
{
background-color: #9CB237;
}
</style>
border-color css
<style>
span { border-color: #9CB237; }
span { border-color: rgb(156,178,55); }
td.TdClassName
{
border-color: #9CB237;
}
.TagClassName
{
border-color: #9CB237;
}
</style>