Shades of Limerick #89B238
Tints of Limerick #89B238
RGB
CMYK
RGB Variations
Color information
#89B238 (or 0x89B238) is known color: Limerick. HEX triplet: 89, B2 and 38. RGB value is (137,178,56). Sum of RGB (Red+Green+Blue) = 137+178+56=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #89B238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89B238 is #764DC7. Grayscale: #989898. Windows color (decimal): -7753160 or 3715721. OLE color: 3715721.
HSL color Cylindrical-coordinate representation of color #89B238: hue angle of 80.16º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89B238 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 178 | 56 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.30 |
| HSL | 80.16º | 0.52% | 0.46% | - |
| HSV(B) | 80.16º | 0.69% | 0.7% | - |
| XYZ | 26.95 | 37.44 | 9.55 | - |
| YUV | 151.83 | 73.92 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 178 | 56 | 0.23 | 0 | 0.69 | 0.30 | 80.16 | 0.52 | 0.46 |
| Hex | 89 | B2 | 38 | 17 | 0 | 45 | 1E | 50 | 34 | 2E |
| Octal | 211 | 262 | 70 | 27 | 0 | 105 | 36 | 120 | 64 | 56 |
| Binary | 10001001 | 10110010 | 111000 | 10111 | 0 | 1000101 | 11110 | 1010000 | 110100 | 101110 |
Color Harmonies of #89B238
Complementary color
Monochromatic Colors of #89B238
Black with #89B238
Text Example
Text Example
White with #89B238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B238; }
p { color: rgb(137,178,56); }
H1.HeaderClassName
{
color: #89B238;
}
.AnyTagClassName
{
color: #89B238;
}
</style>
background-color css
<style>
a { background-color: #89B238; }
a { background-color: rgb(137,178,56); }
div.DivClassName
{
background-color: #89B238;
}
.BgClassName
{
background-color: #89B238;
}
</style>
border-color css
<style>
span { border-color: #89B238; }
span { border-color: rgb(137,178,56); }
td.TdClassName
{
border-color: #89B238;
}
.TagClassName
{
border-color: #89B238;
}
</style>