Shades of Limerick #9CB435
Tints of Limerick #9CB435
RGB
CMYK
RGB Variations
Color information
#9CB435 (or 0x9CB435) is known color: Limerick. HEX triplet: 9C, B4 and 35. RGB value is (156,180,53). Sum of RGB (Red+Green+Blue) = 156+180+53=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB435 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB435 is #634BCA. Grayscale: #9E9E9E. Windows color (decimal): -6507467 or 3519644. OLE color: 3519644.
HSL color Cylindrical-coordinate representation of color #9CB435: hue angle of 71.34º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9CB435 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 180 | 53 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.29 |
| HSL | 71.34º | 0.55% | 0.46% | - |
| HSV(B) | 71.34º | 0.71% | 0.71% | - |
| XYZ | 30.67 | 39.97 | 9.47 | - |
| YUV | 158.35 | 68.55 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 180 | 53 | 0.13 | 0 | 0.71 | 0.29 | 71.34 | 0.55 | 0.46 |
| Hex | 9C | B4 | 35 | D | 0 | 47 | 1D | 47 | 37 | 2E |
| Octal | 234 | 264 | 65 | 15 | 0 | 107 | 35 | 107 | 67 | 56 |
| Binary | 10011100 | 10110100 | 110101 | 1101 | 0 | 1000111 | 11101 | 1000111 | 110111 | 101110 |
Color Harmonies of #9CB435
Complementary color
Monochromatic Colors of #9CB435
Black with #9CB435
Text Example
Text Example
White with #9CB435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB435; }
p { color: rgb(156,180,53); }
H1.HeaderClassName
{
color: #9CB435;
}
.AnyTagClassName
{
color: #9CB435;
}
</style>
background-color css
<style>
a { background-color: #9CB435; }
a { background-color: rgb(156,180,53); }
div.DivClassName
{
background-color: #9CB435;
}
.BgClassName
{
background-color: #9CB435;
}
</style>
border-color css
<style>
span { border-color: #9CB435; }
span { border-color: rgb(156,180,53); }
td.TdClassName
{
border-color: #9CB435;
}
.TagClassName
{
border-color: #9CB435;
}
</style>