Shades of Limerick #9BAA35
Tints of Limerick #9BAA35
RGB
CMYK
RGB Variations
Color information
#9BAA35 (or 0x9BAA35) is known color: Limerick. HEX triplet: 9B, AA and 35. RGB value is (155,170,53). Sum of RGB (Red+Green+Blue) = 155+170+53=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAA35 is #6455CA. Grayscale: #989898. Windows color (decimal): -6575563 or 3517083. OLE color: 3517083.
HSL color Cylindrical-coordinate representation of color #9BAA35: hue angle of 67.69º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BAA35 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 53 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.33 |
| HSL | 67.69º | 0.52% | 0.44% | - |
| HSV(B) | 67.69º | 0.69% | 0.67% | - |
| XYZ | 28.53 | 35.98 | 8.81 | - |
| YUV | 152.18 | 72.03 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 53 | 0.09 | 0 | 0.69 | 0.33 | 67.69 | 0.52 | 0.44 |
| Hex | 9B | AA | 35 | 9 | 0 | 45 | 21 | 44 | 34 | 2C |
| Octal | 233 | 252 | 65 | 11 | 0 | 105 | 41 | 104 | 64 | 54 |
| Binary | 10011011 | 10101010 | 110101 | 1001 | 0 | 1000101 | 100001 | 1000100 | 110100 | 101100 |
Color Harmonies of #9BAA35
Complementary color
Monochromatic Colors of #9BAA35
Black with #9BAA35
Text Example
Text Example
White with #9BAA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA35; }
p { color: rgb(155,170,53); }
H1.HeaderClassName
{
color: #9BAA35;
}
.AnyTagClassName
{
color: #9BAA35;
}
</style>
background-color css
<style>
a { background-color: #9BAA35; }
a { background-color: rgb(155,170,53); }
div.DivClassName
{
background-color: #9BAA35;
}
.BgClassName
{
background-color: #9BAA35;
}
</style>
border-color css
<style>
span { border-color: #9BAA35; }
span { border-color: rgb(155,170,53); }
td.TdClassName
{
border-color: #9BAA35;
}
.TagClassName
{
border-color: #9BAA35;
}
</style>