Shades of Limerick #89AF32
Tints of Limerick #89AF32
RGB
CMYK
RGB Variations
Color information
#89AF32 (or 0x89AF32) is known color: Limerick. HEX triplet: 89, AF and 32. RGB value is (137,175,50). Sum of RGB (Red+Green+Blue) = 137+175+50=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #89AF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AF32 is #7650CD. Grayscale: #959595. Windows color (decimal): -7753934 or 3321737. OLE color: 3321737.
HSL color Cylindrical-coordinate representation of color #89AF32: hue angle of 78.24º 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 #89AF32 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 175 | 50 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.31 |
| HSL | 78.24º | 0.56% | 0.44% | - |
| HSV(B) | 78.24º | 0.71% | 0.69% | - |
| XYZ | 26.22 | 36.21 | 8.62 | - |
| YUV | 149.39 | 71.91 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 50 | 0.22 | 0 | 0.71 | 0.31 | 78.24 | 0.56 | 0.44 |
| Hex | 89 | AF | 32 | 16 | 0 | 47 | 1F | 4E | 38 | 2C |
| Octal | 211 | 257 | 62 | 26 | 0 | 107 | 37 | 116 | 70 | 54 |
| Binary | 10001001 | 10101111 | 110010 | 10110 | 0 | 1000111 | 11111 | 1001110 | 111000 | 101100 |
Color Harmonies of #89AF32
Complementary color
Monochromatic Colors of #89AF32
Black with #89AF32
Text Example
Text Example
White with #89AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AF32; }
p { color: rgb(137,175,50); }
H1.HeaderClassName
{
color: #89AF32;
}
.AnyTagClassName
{
color: #89AF32;
}
</style>
background-color css
<style>
a { background-color: #89AF32; }
a { background-color: rgb(137,175,50); }
div.DivClassName
{
background-color: #89AF32;
}
.BgClassName
{
background-color: #89AF32;
}
</style>
border-color css
<style>
span { border-color: #89AF32; }
span { border-color: rgb(137,175,50); }
td.TdClassName
{
border-color: #89AF32;
}
.TagClassName
{
border-color: #89AF32;
}
</style>