Shades of Limerick #89AA38
Tints of Limerick #89AA38
RGB
CMYK
RGB Variations
Color information
#89AA38 (or 0x89AA38) is known color: Limerick. HEX triplet: 89, AA and 38. RGB value is (137,170,56). Sum of RGB (Red+Green+Blue) = 137+170+56=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AA38 is #7655C7. Grayscale: #939393. Windows color (decimal): -7755208 or 3713673. OLE color: 3713673.
HSL color Cylindrical-coordinate representation of color #89AA38: hue angle of 77.37º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89AA38 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 56 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.33 |
| HSL | 77.37º | 0.5% | 0.44% | - |
| HSV(B) | 77.37º | 0.67% | 0.67% | - |
| XYZ | 25.41 | 34.35 | 9.03 | - |
| YUV | 147.14 | 76.57 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 56 | 0.19 | 0 | 0.67 | 0.33 | 77.37 | 0.5 | 0.44 |
| Hex | 89 | AA | 38 | 13 | 0 | 43 | 21 | 4D | 32 | 2C |
| Octal | 211 | 252 | 70 | 23 | 0 | 103 | 41 | 115 | 62 | 54 |
| Binary | 10001001 | 10101010 | 111000 | 10011 | 0 | 1000011 | 100001 | 1001101 | 110010 | 101100 |
Color Harmonies of #89AA38
Complementary color
Monochromatic Colors of #89AA38
Black with #89AA38
Text Example
Text Example
White with #89AA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AA38; }
p { color: rgb(137,170,56); }
H1.HeaderClassName
{
color: #89AA38;
}
.AnyTagClassName
{
color: #89AA38;
}
</style>
background-color css
<style>
a { background-color: #89AA38; }
a { background-color: rgb(137,170,56); }
div.DivClassName
{
background-color: #89AA38;
}
.BgClassName
{
background-color: #89AA38;
}
</style>
border-color css
<style>
span { border-color: #89AA38; }
span { border-color: rgb(137,170,56); }
td.TdClassName
{
border-color: #89AA38;
}
.TagClassName
{
border-color: #89AA38;
}
</style>