Shades of Limerick #9BAD36
Tints of Limerick #9BAD36
RGB
CMYK
RGB Variations
Color information
#9BAD36 (or 0x9BAD36) is known color: Limerick. HEX triplet: 9B, AD and 36. RGB value is (155,173,54). Sum of RGB (Red+Green+Blue) = 155+173+54=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAD36 is #6452C9. Grayscale: #9A9A9A. Windows color (decimal): -6574794 or 3583387. OLE color: 3583387.
HSL color Cylindrical-coordinate representation of color #9BAD36: hue angle of 69.08º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BAD36 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 54 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.32 |
| HSL | 69.08º | 0.52% | 0.45% | - |
| HSV(B) | 69.08º | 0.69% | 0.68% | - |
| XYZ | 29.13 | 37.12 | 9.12 | - |
| YUV | 154.05 | 71.54 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 54 | 0.10 | 0 | 0.69 | 0.32 | 69.08 | 0.52 | 0.45 |
| Hex | 9B | AD | 36 | A | 0 | 45 | 20 | 45 | 34 | 2D |
| Octal | 233 | 255 | 66 | 12 | 0 | 105 | 40 | 105 | 64 | 55 |
| Binary | 10011011 | 10101101 | 110110 | 1010 | 0 | 1000101 | 100000 | 1000101 | 110100 | 101101 |
Color Harmonies of #9BAD36
Complementary color
Monochromatic Colors of #9BAD36
Black with #9BAD36
Text Example
Text Example
White with #9BAD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAD36; }
p { color: rgb(155,173,54); }
H1.HeaderClassName
{
color: #9BAD36;
}
.AnyTagClassName
{
color: #9BAD36;
}
</style>
background-color css
<style>
a { background-color: #9BAD36; }
a { background-color: rgb(155,173,54); }
div.DivClassName
{
background-color: #9BAD36;
}
.BgClassName
{
background-color: #9BAD36;
}
</style>
border-color css
<style>
span { border-color: #9BAD36; }
span { border-color: rgb(155,173,54); }
td.TdClassName
{
border-color: #9BAD36;
}
.TagClassName
{
border-color: #9BAD36;
}
</style>