Shades of Limerick #9CAA2D
Tints of Limerick #9CAA2D
RGB
CMYK
RGB Variations
Color information
#9CAA2D (or 0x9CAA2D) is known color: Limerick. HEX triplet: 9C, AA and 2D. RGB value is (156,170,45). Sum of RGB (Red+Green+Blue) = 156+170+45=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAA2D is #6355D2. Grayscale: #989898. Windows color (decimal): -6510035 or 2992796. OLE color: 2992796.
HSL color Cylindrical-coordinate representation of color #9CAA2D: hue angle of 66.72º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9CAA2D is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 45 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.33 |
| HSL | 66.72º | 0.58% | 0.42% | - |
| HSV(B) | 66.72º | 0.74% | 0.67% | - |
| XYZ | 28.56 | 36.01 | 7.93 | - |
| YUV | 151.56 | 67.86 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 45 | 0.08 | 0 | 0.74 | 0.33 | 66.72 | 0.58 | 0.42 |
| Hex | 9C | AA | 2D | 8 | 0 | 4A | 21 | 43 | 3A | 2A |
| Octal | 234 | 252 | 55 | 10 | 0 | 112 | 41 | 103 | 72 | 52 |
| Binary | 10011100 | 10101010 | 101101 | 1000 | 0 | 1001010 | 100001 | 1000011 | 111010 | 101010 |
Color Harmonies of #9CAA2D
Complementary color
Monochromatic Colors of #9CAA2D
Black with #9CAA2D
Text Example
Text Example
White with #9CAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA2D; }
p { color: rgb(156,170,45); }
H1.HeaderClassName
{
color: #9CAA2D;
}
.AnyTagClassName
{
color: #9CAA2D;
}
</style>
background-color css
<style>
a { background-color: #9CAA2D; }
a { background-color: rgb(156,170,45); }
div.DivClassName
{
background-color: #9CAA2D;
}
.BgClassName
{
background-color: #9CAA2D;
}
</style>
border-color css
<style>
span { border-color: #9CAA2D; }
span { border-color: rgb(156,170,45); }
td.TdClassName
{
border-color: #9CAA2D;
}
.TagClassName
{
border-color: #9CAA2D;
}
</style>