Shades of Limerick #9CB228
Tints of Limerick #9CB228
RGB
CMYK
RGB Variations
Color information
#9CB228 (or 0x9CB228) is known color: Limerick. HEX triplet: 9C, B2 and 28. RGB value is (156,178,40). Sum of RGB (Red+Green+Blue) = 156+178+40=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CB228 is #634DD7. Grayscale: #9C9C9C. Windows color (decimal): -6507992 or 2667164. OLE color: 2667164.
HSL color Cylindrical-coordinate representation of color #9CB228: hue angle of 69.57º 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 #9CB228 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 178 | 40 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.30 |
| HSL | 69.57º | 0.63% | 0.43% | - |
| HSV(B) | 69.57º | 0.78% | 0.7% | - |
| XYZ | 30.01 | 39.06 | 7.97 | - |
| YUV | 155.69 | 62.71 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 178 | 40 | 0.12 | 0 | 0.78 | 0.30 | 69.57 | 0.63 | 0.43 |
| Hex | 9C | B2 | 28 | C | 0 | 4E | 1E | 46 | 3F | 2B |
| Octal | 234 | 262 | 50 | 14 | 0 | 116 | 36 | 106 | 77 | 53 |
| Binary | 10011100 | 10110010 | 101000 | 1100 | 0 | 1001110 | 11110 | 1000110 | 111111 | 101011 |
Color Harmonies of #9CB228
Complementary color
Monochromatic Colors of #9CB228
Black with #9CB228
Text Example
Text Example
White with #9CB228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB228; }
p { color: rgb(156,178,40); }
H1.HeaderClassName
{
color: #9CB228;
}
.AnyTagClassName
{
color: #9CB228;
}
</style>
background-color css
<style>
a { background-color: #9CB228; }
a { background-color: rgb(156,178,40); }
div.DivClassName
{
background-color: #9CB228;
}
.BgClassName
{
background-color: #9CB228;
}
</style>
border-color css
<style>
span { border-color: #9CB228; }
span { border-color: rgb(156,178,40); }
td.TdClassName
{
border-color: #9CB228;
}
.TagClassName
{
border-color: #9CB228;
}
</style>