Shades of Limerick #9BAA39
Tints of Limerick #9BAA39
RGB
CMYK
RGB Variations
Color information
#9BAA39 (or 0x9BAA39) is known color: Limerick. HEX triplet: 9B, AA and 39. RGB value is (155,170,57). Sum of RGB (Red+Green+Blue) = 155+170+57=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 57 (22.66% from 255 or 14.92% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAA39 is #6455C6. Grayscale: #999999. Windows color (decimal): -6575559 or 3779227. OLE color: 3779227.
HSL color Cylindrical-coordinate representation of color #9BAA39: hue angle of 67.96º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9BAA39 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 57 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.33 |
| HSL | 67.96º | 0.5% | 0.45% | - |
| HSV(B) | 67.96º | 0.66% | 0.67% | - |
| XYZ | 28.63 | 36.01 | 9.31 | - |
| YUV | 152.63 | 74.03 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 57 | 0.09 | 0 | 0.66 | 0.33 | 67.96 | 0.5 | 0.45 |
| Hex | 9B | AA | 39 | 9 | 0 | 42 | 21 | 44 | 32 | 2D |
| Octal | 233 | 252 | 71 | 11 | 0 | 102 | 41 | 104 | 62 | 55 |
| Binary | 10011011 | 10101010 | 111001 | 1001 | 0 | 1000010 | 100001 | 1000100 | 110010 | 101101 |
Color Harmonies of #9BAA39
Complementary color
Monochromatic Colors of #9BAA39
Black with #9BAA39
Text Example
Text Example
White with #9BAA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA39; }
p { color: rgb(155,170,57); }
H1.HeaderClassName
{
color: #9BAA39;
}
.AnyTagClassName
{
color: #9BAA39;
}
</style>
background-color css
<style>
a { background-color: #9BAA39; }
a { background-color: rgb(155,170,57); }
div.DivClassName
{
background-color: #9BAA39;
}
.BgClassName
{
background-color: #9BAA39;
}
</style>
border-color css
<style>
span { border-color: #9BAA39; }
span { border-color: rgb(155,170,57); }
td.TdClassName
{
border-color: #9BAA39;
}
.TagClassName
{
border-color: #9BAA39;
}
</style>