Shades of Limerick #9BA73C
Tints of Limerick #9BA73C
RGB
CMYK
RGB Variations
Color information
#9BA73C (or 0x9BA73C) is known color: Limerick. HEX triplet: 9B, A7 and 3C. RGB value is (155,167,60). Sum of RGB (Red+Green+Blue) = 155+167+60=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA73C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA73C is #6458C3. Grayscale: #979797. Windows color (decimal): -6576324 or 3975067. OLE color: 3975067.
HSL color Cylindrical-coordinate representation of color #9BA73C: hue angle of 66.73º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BA73C is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 60 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.35 |
| HSL | 66.73º | 0.47% | 0.45% | - |
| HSV(B) | 66.73º | 0.64% | 0.65% | - |
| XYZ | 28.15 | 34.93 | 9.53 | - |
| YUV | 151.21 | 76.52 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 60 | 0.07 | 0 | 0.64 | 0.35 | 66.73 | 0.47 | 0.45 |
| Hex | 9B | A7 | 3C | 7 | 0 | 40 | 23 | 43 | 2F | 2D |
| Octal | 233 | 247 | 74 | 7 | 0 | 100 | 43 | 103 | 57 | 55 |
| Binary | 10011011 | 10100111 | 111100 | 111 | 0 | 1000000 | 100011 | 1000011 | 101111 | 101101 |
Color Harmonies of #9BA73C
Complementary color
Monochromatic Colors of #9BA73C
Black with #9BA73C
Text Example
Text Example
White with #9BA73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA73C; }
p { color: rgb(155,167,60); }
H1.HeaderClassName
{
color: #9BA73C;
}
.AnyTagClassName
{
color: #9BA73C;
}
</style>
background-color css
<style>
a { background-color: #9BA73C; }
a { background-color: rgb(155,167,60); }
div.DivClassName
{
background-color: #9BA73C;
}
.BgClassName
{
background-color: #9BA73C;
}
</style>
border-color css
<style>
span { border-color: #9BA73C; }
span { border-color: rgb(155,167,60); }
td.TdClassName
{
border-color: #9BA73C;
}
.TagClassName
{
border-color: #9BA73C;
}
</style>