Shades of Limerick #89B533
Tints of Limerick #89B533
RGB
CMYK
RGB Variations
Color information
#89B533 (or 0x89B533) is known color: Limerick. HEX triplet: 89, B5 and 33. RGB value is (137,181,51). Sum of RGB (Red+Green+Blue) = 137+181+51=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #89B533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89B533 is #764ACC. Grayscale: #999999. Windows color (decimal): -7752397 or 3388809. OLE color: 3388809.
HSL color Cylindrical-coordinate representation of color #89B533: hue angle of 80.31º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89B533 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 181 | 51 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.29 |
| HSL | 80.31º | 0.56% | 0.45% | - |
| HSV(B) | 80.31º | 0.72% | 0.71% | - |
| XYZ | 27.44 | 38.61 | 9.14 | - |
| YUV | 153.02 | 70.42 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 181 | 51 | 0.24 | 0 | 0.72 | 0.29 | 80.31 | 0.56 | 0.45 |
| Hex | 89 | B5 | 33 | 18 | 0 | 48 | 1D | 50 | 38 | 2D |
| Octal | 211 | 265 | 63 | 30 | 0 | 110 | 35 | 120 | 70 | 55 |
| Binary | 10001001 | 10110101 | 110011 | 11000 | 0 | 1001000 | 11101 | 1010000 | 111000 | 101101 |
Color Harmonies of #89B533
Complementary color
Monochromatic Colors of #89B533
Black with #89B533
Text Example
Text Example
White with #89B533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B533; }
p { color: rgb(137,181,51); }
H1.HeaderClassName
{
color: #89B533;
}
.AnyTagClassName
{
color: #89B533;
}
</style>
background-color css
<style>
a { background-color: #89B533; }
a { background-color: rgb(137,181,51); }
div.DivClassName
{
background-color: #89B533;
}
.BgClassName
{
background-color: #89B533;
}
</style>
border-color css
<style>
span { border-color: #89B533; }
span { border-color: rgb(137,181,51); }
td.TdClassName
{
border-color: #89B533;
}
.TagClassName
{
border-color: #89B533;
}
</style>