Shades of Limerick #89B227
Tints of Limerick #89B227
RGB
CMYK
RGB Variations
Color information
#89B227 (or 0x89B227) is known color: Limerick. HEX triplet: 89, B2 and 27. RGB value is (137,178,39). Sum of RGB (Red+Green+Blue) = 137+178+39=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #89B227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89B227 is #764DD8. Grayscale: #969696. Windows color (decimal): -7753177 or 2601609. OLE color: 2601609.
HSL color Cylindrical-coordinate representation of color #89B227: hue angle of 77.7º degrees, saturation: 0.64, 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 #89B227 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 178 | 39 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.30 |
| HSL | 77.7º | 0.64% | 0.43% | - |
| HSV(B) | 77.7º | 0.78% | 0.7% | - |
| XYZ | 26.6 | 37.31 | 7.72 | - |
| YUV | 149.9 | 65.42 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 178 | 39 | 0.23 | 0 | 0.78 | 0.30 | 77.7 | 0.64 | 0.43 |
| Hex | 89 | B2 | 27 | 17 | 0 | 4E | 1E | 4E | 40 | 2B |
| Octal | 211 | 262 | 47 | 27 | 0 | 116 | 36 | 116 | 100 | 53 |
| Binary | 10001001 | 10110010 | 100111 | 10111 | 0 | 1001110 | 11110 | 1001110 | 1000000 | 101011 |
Color Harmonies of #89B227
Complementary color
Monochromatic Colors of #89B227
Black with #89B227
Text Example
Text Example
White with #89B227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B227; }
p { color: rgb(137,178,39); }
H1.HeaderClassName
{
color: #89B227;
}
.AnyTagClassName
{
color: #89B227;
}
</style>
background-color css
<style>
a { background-color: #89B227; }
a { background-color: rgb(137,178,39); }
div.DivClassName
{
background-color: #89B227;
}
.BgClassName
{
background-color: #89B227;
}
</style>
border-color css
<style>
span { border-color: #89B227; }
span { border-color: rgb(137,178,39); }
td.TdClassName
{
border-color: #89B227;
}
.TagClassName
{
border-color: #89B227;
}
</style>