Shades of Limerick #97AF32
Tints of Limerick #97AF32
RGB
CMYK
RGB Variations
Color information
#97AF32 (or 0x97AF32) is known color: Limerick. HEX triplet: 97, AF and 32. RGB value is (151,175,50). Sum of RGB (Red+Green+Blue) = 151+175+50=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #97AF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AF32 is #6850CD. Grayscale: #9A9A9A. Windows color (decimal): -6836430 or 3321751. OLE color: 3321751.
HSL color Cylindrical-coordinate representation of color #97AF32: hue angle of 71.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #97AF32 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 175 | 50 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.31 |
| HSL | 71.52º | 0.56% | 0.44% | - |
| HSV(B) | 71.52º | 0.71% | 0.69% | - |
| XYZ | 28.67 | 37.47 | 8.74 | - |
| YUV | 153.57 | 69.55 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 175 | 50 | 0.14 | 0 | 0.71 | 0.31 | 71.52 | 0.56 | 0.44 |
| Hex | 97 | AF | 32 | E | 0 | 47 | 1F | 48 | 38 | 2C |
| Octal | 227 | 257 | 62 | 16 | 0 | 107 | 37 | 110 | 70 | 54 |
| Binary | 10010111 | 10101111 | 110010 | 1110 | 0 | 1000111 | 11111 | 1001000 | 111000 | 101100 |
Color Harmonies of #97AF32
Complementary color
Monochromatic Colors of #97AF32
Black with #97AF32
Text Example
Text Example
White with #97AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AF32; }
p { color: rgb(151,175,50); }
H1.HeaderClassName
{
color: #97AF32;
}
.AnyTagClassName
{
color: #97AF32;
}
</style>
background-color css
<style>
a { background-color: #97AF32; }
a { background-color: rgb(151,175,50); }
div.DivClassName
{
background-color: #97AF32;
}
.BgClassName
{
background-color: #97AF32;
}
</style>
border-color css
<style>
span { border-color: #97AF32; }
span { border-color: rgb(151,175,50); }
td.TdClassName
{
border-color: #97AF32;
}
.TagClassName
{
border-color: #97AF32;
}
</style>