Shades of Limerick #9BAB40
Tints of Limerick #9BAB40
RGB
CMYK
RGB Variations
Color information
#9BAB40 (or 0x9BAB40) is known color: Limerick. HEX triplet: 9B, AB and 40. RGB value is (155,171,64). Sum of RGB (Red+Green+Blue) = 155+171+64=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAB40 is #6454BF. Grayscale: #9A9A9A. Windows color (decimal): -6575296 or 4238235. OLE color: 4238235.
HSL color Cylindrical-coordinate representation of color #9BAB40: hue angle of 68.97º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BAB40 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 171 | 64 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.33 |
| HSL | 68.97º | 0.46% | 0.46% | - |
| HSV(B) | 68.97º | 0.63% | 0.67% | - |
| XYZ | 29.01 | 36.46 | 10.36 | - |
| YUV | 154.02 | 77.2 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 64 | 0.09 | 0 | 0.63 | 0.33 | 68.97 | 0.46 | 0.46 |
| Hex | 9B | AB | 40 | 9 | 0 | 3F | 21 | 45 | 2E | 2E |
| Octal | 233 | 253 | 100 | 11 | 0 | 77 | 41 | 105 | 56 | 56 |
| Binary | 10011011 | 10101011 | 1000000 | 1001 | 0 | 111111 | 100001 | 1000101 | 101110 | 101110 |
Color Harmonies of #9BAB40
Complementary color
Monochromatic Colors of #9BAB40
Black with #9BAB40
Text Example
Text Example
White with #9BAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAB40; }
p { color: rgb(155,171,64); }
H1.HeaderClassName
{
color: #9BAB40;
}
.AnyTagClassName
{
color: #9BAB40;
}
</style>
background-color css
<style>
a { background-color: #9BAB40; }
a { background-color: rgb(155,171,64); }
div.DivClassName
{
background-color: #9BAB40;
}
.BgClassName
{
background-color: #9BAB40;
}
</style>
border-color css
<style>
span { border-color: #9BAB40; }
span { border-color: rgb(155,171,64); }
td.TdClassName
{
border-color: #9BAB40;
}
.TagClassName
{
border-color: #9BAB40;
}
</style>