Shades of Limerick #9BA93E
Tints of Limerick #9BA93E
RGB
CMYK
RGB Variations
Color information
#9BA93E (or 0x9BA93E) is known color: Limerick. HEX triplet: 9B, A9 and 3E. RGB value is (155,169,62). Sum of RGB (Red+Green+Blue) = 155+169+62=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA93E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA93E is #6456C1. Grayscale: #999999. Windows color (decimal): -6575810 or 4106651. OLE color: 4106651.
HSL color Cylindrical-coordinate representation of color #9BA93E: hue angle of 67.85º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BA93E is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 62 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.34 |
| HSL | 67.85º | 0.46% | 0.45% | - |
| HSV(B) | 67.85º | 0.63% | 0.66% | - |
| XYZ | 28.58 | 35.69 | 9.94 | - |
| YUV | 152.62 | 76.86 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 62 | 0.08 | 0 | 0.63 | 0.34 | 67.85 | 0.46 | 0.45 |
| Hex | 9B | A9 | 3E | 8 | 0 | 3F | 22 | 44 | 2E | 2D |
| Octal | 233 | 251 | 76 | 10 | 0 | 77 | 42 | 104 | 56 | 55 |
| Binary | 10011011 | 10101001 | 111110 | 1000 | 0 | 111111 | 100010 | 1000100 | 101110 | 101101 |
Color Harmonies of #9BA93E
Complementary color
Monochromatic Colors of #9BA93E
Black with #9BA93E
Text Example
Text Example
White with #9BA93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA93E; }
p { color: rgb(155,169,62); }
H1.HeaderClassName
{
color: #9BA93E;
}
.AnyTagClassName
{
color: #9BA93E;
}
</style>
background-color css
<style>
a { background-color: #9BA93E; }
a { background-color: rgb(155,169,62); }
div.DivClassName
{
background-color: #9BA93E;
}
.BgClassName
{
background-color: #9BA93E;
}
</style>
border-color css
<style>
span { border-color: #9BA93E; }
span { border-color: rgb(155,169,62); }
td.TdClassName
{
border-color: #9BA93E;
}
.TagClassName
{
border-color: #9BA93E;
}
</style>