Shades of Limerick #97A737
Tints of Limerick #97A737
RGB
CMYK
RGB Variations
Color information
#97A737 (or 0x97A737) is known color: Limerick. HEX triplet: 97, A7 and 37. RGB value is (151,167,55). Sum of RGB (Red+Green+Blue) = 151+167+55=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 167 - color contains mainly: green. Hex color #97A737 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A737 is #6858C8. Grayscale: #959595. Windows color (decimal): -6838473 or 3647383. OLE color: 3647383.
HSL color Cylindrical-coordinate representation of color #97A737: hue angle of 68.57º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #97A737 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 167 | 55 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.35 |
| HSL | 68.57º | 0.5% | 0.44% | - |
| HSV(B) | 68.57º | 0.67% | 0.65% | - |
| XYZ | 27.27 | 34.49 | 8.83 | - |
| YUV | 149.45 | 74.7 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 167 | 55 | 0.10 | 0 | 0.67 | 0.35 | 68.57 | 0.5 | 0.44 |
| Hex | 97 | A7 | 37 | A | 0 | 43 | 23 | 45 | 32 | 2C |
| Octal | 227 | 247 | 67 | 12 | 0 | 103 | 43 | 105 | 62 | 54 |
| Binary | 10010111 | 10100111 | 110111 | 1010 | 0 | 1000011 | 100011 | 1000101 | 110010 | 101100 |
Color Harmonies of #97A737
Complementary color
Monochromatic Colors of #97A737
Black with #97A737
Text Example
Text Example
White with #97A737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A737; }
p { color: rgb(151,167,55); }
H1.HeaderClassName
{
color: #97A737;
}
.AnyTagClassName
{
color: #97A737;
}
</style>
background-color css
<style>
a { background-color: #97A737; }
a { background-color: rgb(151,167,55); }
div.DivClassName
{
background-color: #97A737;
}
.BgClassName
{
background-color: #97A737;
}
</style>
border-color css
<style>
span { border-color: #97A737; }
span { border-color: rgb(151,167,55); }
td.TdClassName
{
border-color: #97A737;
}
.TagClassName
{
border-color: #97A737;
}
</style>