Shades of Limerick #9BAC41
Tints of Limerick #9BAC41
RGB
CMYK
RGB Variations
Color information
#9BAC41 (or 0x9BAC41) is known color: Limerick. HEX triplet: 9B, AC and 41. RGB value is (155,172,65). Sum of RGB (Red+Green+Blue) = 155+172+65=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAC41 is #6453BE. Grayscale: #9B9B9B. Windows color (decimal): -6575039 or 4304027. OLE color: 4304027.
HSL color Cylindrical-coordinate representation of color #9BAC41: hue angle of 69.53º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BAC41 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 65 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.33 |
| HSL | 69.53º | 0.45% | 0.46% | - |
| HSV(B) | 69.53º | 0.62% | 0.67% | - |
| XYZ | 29.22 | 36.86 | 10.57 | - |
| YUV | 154.72 | 77.37 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 65 | 0.10 | 0 | 0.62 | 0.33 | 69.53 | 0.45 | 0.46 |
| Hex | 9B | AC | 41 | A | 0 | 3E | 21 | 46 | 2D | 2E |
| Octal | 233 | 254 | 101 | 12 | 0 | 76 | 41 | 106 | 55 | 56 |
| Binary | 10011011 | 10101100 | 1000001 | 1010 | 0 | 111110 | 100001 | 1000110 | 101101 | 101110 |
Color Harmonies of #9BAC41
Complementary color
Monochromatic Colors of #9BAC41
Black with #9BAC41
Text Example
Text Example
White with #9BAC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC41; }
p { color: rgb(155,172,65); }
H1.HeaderClassName
{
color: #9BAC41;
}
.AnyTagClassName
{
color: #9BAC41;
}
</style>
background-color css
<style>
a { background-color: #9BAC41; }
a { background-color: rgb(155,172,65); }
div.DivClassName
{
background-color: #9BAC41;
}
.BgClassName
{
background-color: #9BAC41;
}
</style>
border-color css
<style>
span { border-color: #9BAC41; }
span { border-color: rgb(155,172,65); }
td.TdClassName
{
border-color: #9BAC41;
}
.TagClassName
{
border-color: #9BAC41;
}
</style>