Shades of Limerick #89B13C
Tints of Limerick #89B13C
RGB
CMYK
RGB Variations
Color information
#89B13C (or 0x89B13C) is known color: Limerick. HEX triplet: 89, B1 and 3C. RGB value is (137,177,60). Sum of RGB (Red+Green+Blue) = 137+177+60=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #89B13C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89B13C is #764EC3. Grayscale: #989898. Windows color (decimal): -7753412 or 3977609. OLE color: 3977609.
HSL color Cylindrical-coordinate representation of color #89B13C: hue angle of 80.51º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89B13C is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 177 | 60 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.31 |
| HSL | 80.51º | 0.49% | 0.46% | - |
| HSV(B) | 80.51º | 0.66% | 0.69% | - |
| XYZ | 26.85 | 37.09 | 10.02 | - |
| YUV | 151.7 | 76.25 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 177 | 60 | 0.23 | 0 | 0.66 | 0.31 | 80.51 | 0.49 | 0.46 |
| Hex | 89 | B1 | 3C | 17 | 0 | 42 | 1F | 51 | 31 | 2E |
| Octal | 211 | 261 | 74 | 27 | 0 | 102 | 37 | 121 | 61 | 56 |
| Binary | 10001001 | 10110001 | 111100 | 10111 | 0 | 1000010 | 11111 | 1010001 | 110001 | 101110 |
Color Harmonies of #89B13C
Complementary color
Monochromatic Colors of #89B13C
Black with #89B13C
Text Example
Text Example
White with #89B13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B13C; }
p { color: rgb(137,177,60); }
H1.HeaderClassName
{
color: #89B13C;
}
.AnyTagClassName
{
color: #89B13C;
}
</style>
background-color css
<style>
a { background-color: #89B13C; }
a { background-color: rgb(137,177,60); }
div.DivClassName
{
background-color: #89B13C;
}
.BgClassName
{
background-color: #89B13C;
}
</style>
border-color css
<style>
span { border-color: #89B13C; }
span { border-color: rgb(137,177,60); }
td.TdClassName
{
border-color: #89B13C;
}
.TagClassName
{
border-color: #89B13C;
}
</style>