Shades of Limerick #9CB32F
Tints of Limerick #9CB32F
RGB
CMYK
RGB Variations
Color information
#9CB32F (or 0x9CB32F) is known color: Limerick. HEX triplet: 9C, B3 and 2F. RGB value is (156,179,47). Sum of RGB (Red+Green+Blue) = 156+179+47=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB32F is #634CD0. Grayscale: #9D9D9D. Windows color (decimal): -6507729 or 3126172. OLE color: 3126172.
HSL color Cylindrical-coordinate representation of color #9CB32F: hue angle of 70.45º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9CB32F is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 47 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.30 |
| HSL | 70.45º | 0.58% | 0.44% | - |
| HSV(B) | 70.45º | 0.74% | 0.7% | - |
| XYZ | 30.34 | 39.51 | 8.72 | - |
| YUV | 157.08 | 65.88 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 47 | 0.13 | 0 | 0.74 | 0.30 | 70.45 | 0.58 | 0.44 |
| Hex | 9C | B3 | 2F | D | 0 | 4A | 1E | 46 | 3A | 2C |
| Octal | 234 | 263 | 57 | 15 | 0 | 112 | 36 | 106 | 72 | 54 |
| Binary | 10011100 | 10110011 | 101111 | 1101 | 0 | 1001010 | 11110 | 1000110 | 111010 | 101100 |
Color Harmonies of #9CB32F
Complementary color
Monochromatic Colors of #9CB32F
Black with #9CB32F
Text Example
Text Example
White with #9CB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB32F; }
p { color: rgb(156,179,47); }
H1.HeaderClassName
{
color: #9CB32F;
}
.AnyTagClassName
{
color: #9CB32F;
}
</style>
background-color css
<style>
a { background-color: #9CB32F; }
a { background-color: rgb(156,179,47); }
div.DivClassName
{
background-color: #9CB32F;
}
.BgClassName
{
background-color: #9CB32F;
}
</style>
border-color css
<style>
span { border-color: #9CB32F; }
span { border-color: rgb(156,179,47); }
td.TdClassName
{
border-color: #9CB32F;
}
.TagClassName
{
border-color: #9CB32F;
}
</style>