Shades of Limerick #97BA2D
Tints of Limerick #97BA2D
RGB
CMYK
RGB Variations
Color information
#97BA2D (or 0x97BA2D) is known color: Limerick. HEX triplet: 97, BA and 2D. RGB value is (151,186,45). Sum of RGB (Red+Green+Blue) = 151+186+45=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BA2D is #6845D2. Grayscale: #9F9F9F. Windows color (decimal): -6833619 or 2996887. OLE color: 2996887.
HSL color Cylindrical-coordinate representation of color #97BA2D: hue angle of 74.89º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #97BA2D is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 186 | 45 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.27 |
| HSL | 74.89º | 0.61% | 0.45% | - |
| HSV(B) | 74.89º | 0.76% | 0.73% | - |
| XYZ | 30.8 | 41.89 | 8.94 | - |
| YUV | 159.46 | 63.4 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 186 | 45 | 0.19 | 0 | 0.76 | 0.27 | 74.89 | 0.61 | 0.45 |
| Hex | 97 | BA | 2D | 13 | 0 | 4C | 1B | 4B | 3D | 2D |
| Octal | 227 | 272 | 55 | 23 | 0 | 114 | 33 | 113 | 75 | 55 |
| Binary | 10010111 | 10111010 | 101101 | 10011 | 0 | 1001100 | 11011 | 1001011 | 111101 | 101101 |
Color Harmonies of #97BA2D
Complementary color
Monochromatic Colors of #97BA2D
Black with #97BA2D
Text Example
Text Example
White with #97BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BA2D; }
p { color: rgb(151,186,45); }
H1.HeaderClassName
{
color: #97BA2D;
}
.AnyTagClassName
{
color: #97BA2D;
}
</style>
background-color css
<style>
a { background-color: #97BA2D; }
a { background-color: rgb(151,186,45); }
div.DivClassName
{
background-color: #97BA2D;
}
.BgClassName
{
background-color: #97BA2D;
}
</style>
border-color css
<style>
span { border-color: #97BA2D; }
span { border-color: rgb(151,186,45); }
td.TdClassName
{
border-color: #97BA2D;
}
.TagClassName
{
border-color: #97BA2D;
}
</style>