Shades of Limerick #97AB2D
Tints of Limerick #97AB2D
RGB
CMYK
RGB Variations
Color information
#97AB2D (or 0x97AB2D) is known color: Limerick. HEX triplet: 97, AB and 2D. RGB value is (151,171,45). Sum of RGB (Red+Green+Blue) = 151+171+45=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #97AB2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AB2D is #6854D2. Grayscale: #979797. Windows color (decimal): -6837459 or 2993047. OLE color: 2993047.
HSL color Cylindrical-coordinate representation of color #97AB2D: hue angle of 69.52º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #97AB2D is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 171 | 45 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.33 |
| HSL | 69.52º | 0.58% | 0.42% | - |
| HSV(B) | 69.52º | 0.74% | 0.67% | - |
| XYZ | 27.8 | 35.89 | 7.95 | - |
| YUV | 150.66 | 68.37 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 171 | 45 | 0.12 | 0 | 0.74 | 0.33 | 69.52 | 0.58 | 0.42 |
| Hex | 97 | AB | 2D | C | 0 | 4A | 21 | 46 | 3A | 2A |
| Octal | 227 | 253 | 55 | 14 | 0 | 112 | 41 | 106 | 72 | 52 |
| Binary | 10010111 | 10101011 | 101101 | 1100 | 0 | 1001010 | 100001 | 1000110 | 111010 | 101010 |
Color Harmonies of #97AB2D
Complementary color
Monochromatic Colors of #97AB2D
Black with #97AB2D
Text Example
Text Example
White with #97AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AB2D; }
p { color: rgb(151,171,45); }
H1.HeaderClassName
{
color: #97AB2D;
}
.AnyTagClassName
{
color: #97AB2D;
}
</style>
background-color css
<style>
a { background-color: #97AB2D; }
a { background-color: rgb(151,171,45); }
div.DivClassName
{
background-color: #97AB2D;
}
.BgClassName
{
background-color: #97AB2D;
}
</style>
border-color css
<style>
span { border-color: #97AB2D; }
span { border-color: rgb(151,171,45); }
td.TdClassName
{
border-color: #97AB2D;
}
.TagClassName
{
border-color: #97AB2D;
}
</style>