Shades of Limerick #97AB3C
Tints of Limerick #97AB3C
RGB
CMYK
RGB Variations
Color information
#97AB3C (or 0x97AB3C) is known color: Limerick. HEX triplet: 97, AB and 3C. RGB value is (151,171,60). Sum of RGB (Red+Green+Blue) = 151+171+60=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #97AB3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AB3C is #6854C3. Grayscale: #989898. Windows color (decimal): -6837444 or 3976087. OLE color: 3976087.
HSL color Cylindrical-coordinate representation of color #97AB3C: hue angle of 70.81º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #97AB3C is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 171 | 60 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.33 |
| HSL | 70.81º | 0.48% | 0.45% | - |
| HSV(B) | 70.81º | 0.65% | 0.67% | - |
| XYZ | 28.14 | 36.03 | 9.75 | - |
| YUV | 152.37 | 75.87 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 171 | 60 | 0.12 | 0 | 0.65 | 0.33 | 70.81 | 0.48 | 0.45 |
| Hex | 97 | AB | 3C | C | 0 | 41 | 21 | 47 | 30 | 2D |
| Octal | 227 | 253 | 74 | 14 | 0 | 101 | 41 | 107 | 60 | 55 |
| Binary | 10010111 | 10101011 | 111100 | 1100 | 0 | 1000001 | 100001 | 1000111 | 110000 | 101101 |
Color Harmonies of #97AB3C
Complementary color
Monochromatic Colors of #97AB3C
Black with #97AB3C
Text Example
Text Example
White with #97AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AB3C; }
p { color: rgb(151,171,60); }
H1.HeaderClassName
{
color: #97AB3C;
}
.AnyTagClassName
{
color: #97AB3C;
}
</style>
background-color css
<style>
a { background-color: #97AB3C; }
a { background-color: rgb(151,171,60); }
div.DivClassName
{
background-color: #97AB3C;
}
.BgClassName
{
background-color: #97AB3C;
}
</style>
border-color css
<style>
span { border-color: #97AB3C; }
span { border-color: rgb(151,171,60); }
td.TdClassName
{
border-color: #97AB3C;
}
.TagClassName
{
border-color: #97AB3C;
}
</style>