Shades of Limerick #89B323
Tints of Limerick #89B323
RGB
CMYK
RGB Variations
Color information
#89B323 (or 0x89B323) is known color: Limerick. HEX triplet: 89, B3 and 23. RGB value is (137,179,35). Sum of RGB (Red+Green+Blue) = 137+179+35=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #89B323 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89B323 is #764CDC. Grayscale: #969696. Windows color (decimal): -7752925 or 2339721. OLE color: 2339721.
HSL color Cylindrical-coordinate representation of color #89B323: hue angle of 77.5º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #89B323 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 179 | 35 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.30 |
| HSL | 77.5º | 0.67% | 0.42% | - |
| HSV(B) | 77.5º | 0.8% | 0.7% | - |
| XYZ | 26.74 | 37.68 | 7.45 | - |
| YUV | 150.03 | 63.09 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 179 | 35 | 0.23 | 0 | 0.80 | 0.30 | 77.5 | 0.67 | 0.42 |
| Hex | 89 | B3 | 23 | 17 | 0 | 50 | 1E | 4E | 43 | 2A |
| Octal | 211 | 263 | 43 | 27 | 0 | 120 | 36 | 116 | 103 | 52 |
| Binary | 10001001 | 10110011 | 100011 | 10111 | 0 | 1010000 | 11110 | 1001110 | 1000011 | 101010 |
Color Harmonies of #89B323
Complementary color
Monochromatic Colors of #89B323
Black with #89B323
Text Example
Text Example
White with #89B323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B323; }
p { color: rgb(137,179,35); }
H1.HeaderClassName
{
color: #89B323;
}
.AnyTagClassName
{
color: #89B323;
}
</style>
background-color css
<style>
a { background-color: #89B323; }
a { background-color: rgb(137,179,35); }
div.DivClassName
{
background-color: #89B323;
}
.BgClassName
{
background-color: #89B323;
}
</style>
border-color css
<style>
span { border-color: #89B323; }
span { border-color: rgb(137,179,35); }
td.TdClassName
{
border-color: #89B323;
}
.TagClassName
{
border-color: #89B323;
}
</style>