Shades of Limerick #89B33C
Tints of Limerick #89B33C
RGB
CMYK
RGB Variations
Color information
#89B33C (or 0x89B33C) is known color: Limerick. HEX triplet: 89, B3 and 3C. RGB value is (137,179,60). Sum of RGB (Red+Green+Blue) = 137+179+60=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #89B33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89B33C is #764CC3. Grayscale: #999999. Windows color (decimal): -7752900 or 3978121. OLE color: 3978121.
HSL color Cylindrical-coordinate representation of color #89B33C: hue angle of 81.18º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89B33C is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 179 | 60 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.30 |
| HSL | 81.18º | 0.5% | 0.47% | - |
| HSV(B) | 81.18º | 0.66% | 0.7% | - |
| XYZ | 27.25 | 37.88 | 10.15 | - |
| YUV | 152.88 | 75.59 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 179 | 60 | 0.23 | 0 | 0.66 | 0.30 | 81.18 | 0.5 | 0.47 |
| Hex | 89 | B3 | 3C | 17 | 0 | 42 | 1E | 51 | 32 | 2F |
| Octal | 211 | 263 | 74 | 27 | 0 | 102 | 36 | 121 | 62 | 57 |
| Binary | 10001001 | 10110011 | 111100 | 10111 | 0 | 1000010 | 11110 | 1010001 | 110010 | 101111 |
Color Harmonies of #89B33C
Complementary color
Monochromatic Colors of #89B33C
Black with #89B33C
Text Example
Text Example
White with #89B33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B33C; }
p { color: rgb(137,179,60); }
H1.HeaderClassName
{
color: #89B33C;
}
.AnyTagClassName
{
color: #89B33C;
}
</style>
background-color css
<style>
a { background-color: #89B33C; }
a { background-color: rgb(137,179,60); }
div.DivClassName
{
background-color: #89B33C;
}
.BgClassName
{
background-color: #89B33C;
}
</style>
border-color css
<style>
span { border-color: #89B33C; }
span { border-color: rgb(137,179,60); }
td.TdClassName
{
border-color: #89B33C;
}
.TagClassName
{
border-color: #89B33C;
}
</style>