Shades of Limerick #9CB33A
Tints of Limerick #9CB33A
RGB
CMYK
RGB Variations
Color information
#9CB33A (or 0x9CB33A) is known color: Limerick. HEX triplet: 9C, B3 and 3A. RGB value is (156,179,58). Sum of RGB (Red+Green+Blue) = 156+179+58=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB33A is #634CC5. Grayscale: #9E9E9E. Windows color (decimal): -6507718 or 3847068. OLE color: 3847068.
HSL color Cylindrical-coordinate representation of color #9CB33A: hue angle of 71.4º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CB33A is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 58 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.30 |
| HSL | 71.4º | 0.51% | 0.46% | - |
| HSV(B) | 71.4º | 0.68% | 0.7% | - |
| XYZ | 30.59 | 39.61 | 10.04 | - |
| YUV | 158.33 | 71.38 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 58 | 0.13 | 0 | 0.68 | 0.30 | 71.4 | 0.51 | 0.46 |
| Hex | 9C | B3 | 3A | D | 0 | 44 | 1E | 47 | 33 | 2E |
| Octal | 234 | 263 | 72 | 15 | 0 | 104 | 36 | 107 | 63 | 56 |
| Binary | 10011100 | 10110011 | 111010 | 1101 | 0 | 1000100 | 11110 | 1000111 | 110011 | 101110 |
Color Harmonies of #9CB33A
Complementary color
Monochromatic Colors of #9CB33A
Black with #9CB33A
Text Example
Text Example
White with #9CB33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB33A; }
p { color: rgb(156,179,58); }
H1.HeaderClassName
{
color: #9CB33A;
}
.AnyTagClassName
{
color: #9CB33A;
}
</style>
background-color css
<style>
a { background-color: #9CB33A; }
a { background-color: rgb(156,179,58); }
div.DivClassName
{
background-color: #9CB33A;
}
.BgClassName
{
background-color: #9CB33A;
}
</style>
border-color css
<style>
span { border-color: #9CB33A; }
span { border-color: rgb(156,179,58); }
td.TdClassName
{
border-color: #9CB33A;
}
.TagClassName
{
border-color: #9CB33A;
}
</style>