Shades of Limerick #97AE32
Tints of Limerick #97AE32
RGB
CMYK
RGB Variations
Color information
#97AE32 (or 0x97AE32) is known color: Limerick. HEX triplet: 97, AE and 32. RGB value is (151,174,50). Sum of RGB (Red+Green+Blue) = 151+174+50=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #97AE32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AE32 is #6851CD. Grayscale: #999999. Windows color (decimal): -6836686 or 3321495. OLE color: 3321495.
HSL color Cylindrical-coordinate representation of color #97AE32: hue angle of 71.13º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #97AE32 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 174 | 50 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.32 |
| HSL | 71.13º | 0.55% | 0.44% | - |
| HSV(B) | 71.13º | 0.71% | 0.68% | - |
| XYZ | 28.47 | 37.08 | 8.67 | - |
| YUV | 152.99 | 69.88 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 174 | 50 | 0.13 | 0 | 0.71 | 0.32 | 71.13 | 0.55 | 0.44 |
| Hex | 97 | AE | 32 | D | 0 | 47 | 20 | 47 | 37 | 2C |
| Octal | 227 | 256 | 62 | 15 | 0 | 107 | 40 | 107 | 67 | 54 |
| Binary | 10010111 | 10101110 | 110010 | 1101 | 0 | 1000111 | 100000 | 1000111 | 110111 | 101100 |
Color Harmonies of #97AE32
Complementary color
Monochromatic Colors of #97AE32
Black with #97AE32
Text Example
Text Example
White with #97AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AE32; }
p { color: rgb(151,174,50); }
H1.HeaderClassName
{
color: #97AE32;
}
.AnyTagClassName
{
color: #97AE32;
}
</style>
background-color css
<style>
a { background-color: #97AE32; }
a { background-color: rgb(151,174,50); }
div.DivClassName
{
background-color: #97AE32;
}
.BgClassName
{
background-color: #97AE32;
}
</style>
border-color css
<style>
span { border-color: #97AE32; }
span { border-color: rgb(151,174,50); }
td.TdClassName
{
border-color: #97AE32;
}
.TagClassName
{
border-color: #97AE32;
}
</style>