Shades of Limerick #9BAC3F
Tints of Limerick #9BAC3F
RGB
CMYK
RGB Variations
Color information
#9BAC3F (or 0x9BAC3F) is known color: Limerick. HEX triplet: 9B, AC and 3F. RGB value is (155,172,63). Sum of RGB (Red+Green+Blue) = 155+172+63=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAC3F is #6453C0. Grayscale: #9A9A9A. Windows color (decimal): -6575041 or 4172955. OLE color: 4172955.
HSL color Cylindrical-coordinate representation of color #9BAC3F: hue angle of 69.36º 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 #9BAC3F is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 63 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.33 |
| HSL | 69.36º | 0.46% | 0.46% | - |
| HSV(B) | 69.36º | 0.63% | 0.67% | - |
| XYZ | 29.17 | 36.83 | 10.27 | - |
| YUV | 154.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 63 | 0.10 | 0 | 0.63 | 0.33 | 69.36 | 0.46 | 0.46 |
| Hex | 9B | AC | 3F | A | 0 | 3F | 21 | 45 | 2E | 2E |
| Octal | 233 | 254 | 77 | 12 | 0 | 77 | 41 | 105 | 56 | 56 |
| Binary | 10011011 | 10101100 | 111111 | 1010 | 0 | 111111 | 100001 | 1000101 | 101110 | 101110 |
Color Harmonies of #9BAC3F
Complementary color
Monochromatic Colors of #9BAC3F
Black with #9BAC3F
Text Example
Text Example
White with #9BAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC3F; }
p { color: rgb(155,172,63); }
H1.HeaderClassName
{
color: #9BAC3F;
}
.AnyTagClassName
{
color: #9BAC3F;
}
</style>
background-color css
<style>
a { background-color: #9BAC3F; }
a { background-color: rgb(155,172,63); }
div.DivClassName
{
background-color: #9BAC3F;
}
.BgClassName
{
background-color: #9BAC3F;
}
</style>
border-color css
<style>
span { border-color: #9BAC3F; }
span { border-color: rgb(155,172,63); }
td.TdClassName
{
border-color: #9BAC3F;
}
.TagClassName
{
border-color: #9BAC3F;
}
</style>