Shades of Limerick #9BAC27
Tints of Limerick #9BAC27
RGB
CMYK
RGB Variations
Color information
#9BAC27 (or 0x9BAC27) is known color: Limerick. HEX triplet: 9B, AC and 27. RGB value is (155,172,39). Sum of RGB (Red+Green+Blue) = 155+172+39=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAC27 is #6453D8. Grayscale: #989898. Windows color (decimal): -6575065 or 2600091. OLE color: 2600091.
HSL color Cylindrical-coordinate representation of color #9BAC27: hue angle of 67.67º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9BAC27 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 39 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.33 |
| HSL | 67.67º | 0.63% | 0.41% | - |
| HSV(B) | 67.67º | 0.77% | 0.67% | - |
| XYZ | 28.64 | 36.62 | 7.48 | - |
| YUV | 151.76 | 64.37 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 39 | 0.10 | 0 | 0.77 | 0.33 | 67.67 | 0.63 | 0.41 |
| Hex | 9B | AC | 27 | A | 0 | 4D | 21 | 44 | 3F | 29 |
| Octal | 233 | 254 | 47 | 12 | 0 | 115 | 41 | 104 | 77 | 51 |
| Binary | 10011011 | 10101100 | 100111 | 1010 | 0 | 1001101 | 100001 | 1000100 | 111111 | 101001 |
Color Harmonies of #9BAC27
Complementary color
Monochromatic Colors of #9BAC27
Black with #9BAC27
Text Example
Text Example
White with #9BAC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAC27; }
p { color: rgb(155,172,39); }
H1.HeaderClassName
{
color: #9BAC27;
}
.AnyTagClassName
{
color: #9BAC27;
}
</style>
background-color css
<style>
a { background-color: #9BAC27; }
a { background-color: rgb(155,172,39); }
div.DivClassName
{
background-color: #9BAC27;
}
.BgClassName
{
background-color: #9BAC27;
}
</style>
border-color css
<style>
span { border-color: #9BAC27; }
span { border-color: rgb(155,172,39); }
td.TdClassName
{
border-color: #9BAC27;
}
.TagClassName
{
border-color: #9BAC27;
}
</style>