Shades of Limerick #89B328
Tints of Limerick #89B328
RGB
CMYK
RGB Variations
Color information
#89B328 (or 0x89B328) is known color: Limerick. HEX triplet: 89, B3 and 28. RGB value is (137,179,40). Sum of RGB (Red+Green+Blue) = 137+179+40=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #89B328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89B328 is #764CD7. Grayscale: #979797. Windows color (decimal): -7752920 or 2667401. OLE color: 2667401.
HSL color Cylindrical-coordinate representation of color #89B328: hue angle of 78.13º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #89B328 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 179 | 40 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.30 |
| HSL | 78.13º | 0.63% | 0.43% | - |
| HSV(B) | 78.13º | 0.78% | 0.7% | - |
| XYZ | 26.82 | 37.71 | 7.87 | - |
| YUV | 150.6 | 65.59 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 179 | 40 | 0.23 | 0 | 0.78 | 0.30 | 78.13 | 0.63 | 0.43 |
| Hex | 89 | B3 | 28 | 17 | 0 | 4E | 1E | 4E | 3F | 2B |
| Octal | 211 | 263 | 50 | 27 | 0 | 116 | 36 | 116 | 77 | 53 |
| Binary | 10001001 | 10110011 | 101000 | 10111 | 0 | 1001110 | 11110 | 1001110 | 111111 | 101011 |
Color Harmonies of #89B328
Complementary color
Monochromatic Colors of #89B328
Black with #89B328
Text Example
Text Example
White with #89B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B328; }
p { color: rgb(137,179,40); }
H1.HeaderClassName
{
color: #89B328;
}
.AnyTagClassName
{
color: #89B328;
}
</style>
background-color css
<style>
a { background-color: #89B328; }
a { background-color: rgb(137,179,40); }
div.DivClassName
{
background-color: #89B328;
}
.BgClassName
{
background-color: #89B328;
}
</style>
border-color css
<style>
span { border-color: #89B328; }
span { border-color: rgb(137,179,40); }
td.TdClassName
{
border-color: #89B328;
}
.TagClassName
{
border-color: #89B328;
}
</style>