Shades of Limerick #9CB233
Tints of Limerick #9CB233
RGB
CMYK
RGB Variations
Color information
#9CB233 (or 0x9CB233) is known color: Limerick. HEX triplet: 9C, B2 and 33. RGB value is (156,178,51). Sum of RGB (Red+Green+Blue) = 156+178+51=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CB233 is #634DCC. Grayscale: #9D9D9D. Windows color (decimal): -6507981 or 3388060. OLE color: 3388060.
HSL color Cylindrical-coordinate representation of color #9CB233: hue angle of 70.39º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9CB233 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 178 | 51 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.30 |
| HSL | 70.39º | 0.55% | 0.45% | - |
| HSV(B) | 70.39º | 0.71% | 0.7% | - |
| XYZ | 30.23 | 39.15 | 9.1 | - |
| YUV | 156.94 | 68.21 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 178 | 51 | 0.12 | 0 | 0.71 | 0.30 | 70.39 | 0.55 | 0.45 |
| Hex | 9C | B2 | 33 | C | 0 | 47 | 1E | 46 | 37 | 2D |
| Octal | 234 | 262 | 63 | 14 | 0 | 107 | 36 | 106 | 67 | 55 |
| Binary | 10011100 | 10110010 | 110011 | 1100 | 0 | 1000111 | 11110 | 1000110 | 110111 | 101101 |
Color Harmonies of #9CB233
Complementary color
Monochromatic Colors of #9CB233
Black with #9CB233
Text Example
Text Example
White with #9CB233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB233; }
p { color: rgb(156,178,51); }
H1.HeaderClassName
{
color: #9CB233;
}
.AnyTagClassName
{
color: #9CB233;
}
</style>
background-color css
<style>
a { background-color: #9CB233; }
a { background-color: rgb(156,178,51); }
div.DivClassName
{
background-color: #9CB233;
}
.BgClassName
{
background-color: #9CB233;
}
</style>
border-color css
<style>
span { border-color: #9CB233; }
span { border-color: rgb(156,178,51); }
td.TdClassName
{
border-color: #9CB233;
}
.TagClassName
{
border-color: #9CB233;
}
</style>