Shades of Limerick #9BAC31
Tints of Limerick #9BAC31
RGB
CMYK
RGB Variations
Color information
#9BAC31 (or 0x9BAC31) is known color: Limerick. HEX triplet: 9B, AC and 31. RGB value is (155,172,49). Sum of RGB (Red+Green+Blue) = 155+172+49=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAC31 is #6453CE. Grayscale: #999999. Windows color (decimal): -6575055 or 3255451. OLE color: 3255451.
HSL color Cylindrical-coordinate representation of color #9BAC31: hue angle of 68.29º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9BAC31 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 49 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.33 |
| HSL | 68.29º | 0.56% | 0.43% | - |
| HSV(B) | 68.29º | 0.72% | 0.67% | - |
| XYZ | 28.82 | 36.7 | 8.47 | - |
| YUV | 152.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 49 | 0.10 | 0 | 0.72 | 0.33 | 68.29 | 0.56 | 0.43 |
| Hex | 9B | AC | 31 | A | 0 | 48 | 21 | 44 | 38 | 2B |
| Octal | 233 | 254 | 61 | 12 | 0 | 110 | 41 | 104 | 70 | 53 |
| Binary | 10011011 | 10101100 | 110001 | 1010 | 0 | 1001000 | 100001 | 1000100 | 111000 | 101011 |
Color Harmonies of #9BAC31
Complementary color
Monochromatic Colors of #9BAC31
Black with #9BAC31
Text Example
Text Example
White with #9BAC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC31; }
p { color: rgb(155,172,49); }
H1.HeaderClassName
{
color: #9BAC31;
}
.AnyTagClassName
{
color: #9BAC31;
}
</style>
background-color css
<style>
a { background-color: #9BAC31; }
a { background-color: rgb(155,172,49); }
div.DivClassName
{
background-color: #9BAC31;
}
.BgClassName
{
background-color: #9BAC31;
}
</style>
border-color css
<style>
span { border-color: #9BAC31; }
span { border-color: rgb(155,172,49); }
td.TdClassName
{
border-color: #9BAC31;
}
.TagClassName
{
border-color: #9BAC31;
}
</style>