Shades of Limerick #9CAF2B
Tints of Limerick #9CAF2B
RGB
CMYK
RGB Variations
Color information
#9CAF2B (or 0x9CAF2B) is known color: Limerick. HEX triplet: 9C, AF and 2B. RGB value is (156,175,43). Sum of RGB (Red+Green+Blue) = 156+175+43=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAF2B is #6350D4. Grayscale: #9A9A9A. Windows color (decimal): -6508757 or 2863004. OLE color: 2863004.
HSL color Cylindrical-coordinate representation of color #9CAF2B: hue angle of 68.64º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9CAF2B is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 43 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.31 |
| HSL | 68.64º | 0.61% | 0.43% | - |
| HSV(B) | 68.64º | 0.75% | 0.69% | - |
| XYZ | 29.48 | 37.9 | 8.05 | - |
| YUV | 154.27 | 65.21 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 43 | 0.11 | 0 | 0.75 | 0.31 | 68.64 | 0.61 | 0.43 |
| Hex | 9C | AF | 2B | B | 0 | 4B | 1F | 45 | 3D | 2B |
| Octal | 234 | 257 | 53 | 13 | 0 | 113 | 37 | 105 | 75 | 53 |
| Binary | 10011100 | 10101111 | 101011 | 1011 | 0 | 1001011 | 11111 | 1000101 | 111101 | 101011 |
Color Harmonies of #9CAF2B
Complementary color
Monochromatic Colors of #9CAF2B
Black with #9CAF2B
Text Example
Text Example
White with #9CAF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF2B; }
p { color: rgb(156,175,43); }
H1.HeaderClassName
{
color: #9CAF2B;
}
.AnyTagClassName
{
color: #9CAF2B;
}
</style>
background-color css
<style>
a { background-color: #9CAF2B; }
a { background-color: rgb(156,175,43); }
div.DivClassName
{
background-color: #9CAF2B;
}
.BgClassName
{
background-color: #9CAF2B;
}
</style>
border-color css
<style>
span { border-color: #9CAF2B; }
span { border-color: rgb(156,175,43); }
td.TdClassName
{
border-color: #9CAF2B;
}
.TagClassName
{
border-color: #9CAF2B;
}
</style>