Shades of Limerick #97A831
Tints of Limerick #97A831
RGB
CMYK
RGB Variations
Color information
#97A831 (or 0x97A831) is known color: Limerick. HEX triplet: 97, A8 and 31. RGB value is (151,168,49). Sum of RGB (Red+Green+Blue) = 151+168+49=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 168 - color contains mainly: green. Hex color #97A831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A831 is #6857CE. Grayscale: #959595. Windows color (decimal): -6838223 or 3254423. OLE color: 3254423.
HSL color Cylindrical-coordinate representation of color #97A831: hue angle of 68.57º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #97A831 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 168 | 49 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.34 |
| HSL | 68.57º | 0.55% | 0.43% | - |
| HSV(B) | 68.57º | 0.71% | 0.66% | - |
| XYZ | 27.32 | 34.81 | 8.18 | - |
| YUV | 149.35 | 71.37 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 168 | 49 | 0.10 | 0 | 0.71 | 0.34 | 68.57 | 0.55 | 0.43 |
| Hex | 97 | A8 | 31 | A | 0 | 47 | 22 | 45 | 37 | 2B |
| Octal | 227 | 250 | 61 | 12 | 0 | 107 | 42 | 105 | 67 | 53 |
| Binary | 10010111 | 10101000 | 110001 | 1010 | 0 | 1000111 | 100010 | 1000101 | 110111 | 101011 |
Color Harmonies of #97A831
Complementary color
Monochromatic Colors of #97A831
Black with #97A831
Text Example
Text Example
White with #97A831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A831; }
p { color: rgb(151,168,49); }
H1.HeaderClassName
{
color: #97A831;
}
.AnyTagClassName
{
color: #97A831;
}
</style>
background-color css
<style>
a { background-color: #97A831; }
a { background-color: rgb(151,168,49); }
div.DivClassName
{
background-color: #97A831;
}
.BgClassName
{
background-color: #97A831;
}
</style>
border-color css
<style>
span { border-color: #97A831; }
span { border-color: rgb(151,168,49); }
td.TdClassName
{
border-color: #97A831;
}
.TagClassName
{
border-color: #97A831;
}
</style>