Shades of Limerick #89B00F
Tints of Limerick #89B00F
RGB
CMYK
RGB Variations
Color information
#89B00F (or 0x89B00F) is known color: Limerick. HEX triplet: 89, B0 and 0F. RGB value is (137,176,15). Sum of RGB (Red+Green+Blue) = 137+176+15=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 176 (69.14% from 255 or 53.66% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 176 - color contains mainly: green. Hex color #89B00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89B00F is #764FF0. Grayscale: #929292. Windows color (decimal): -7753713 or 1028233. OLE color: 1028233.
HSL color Cylindrical-coordinate representation of color #89B00F: hue angle of 74.53º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89B00F is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 176 | 15 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.31 |
| HSL | 74.53º | 0.84% | 0.37% | - |
| HSV(B) | 74.53º | 0.91% | 0.69% | - |
| XYZ | 25.93 | 36.4 | 6.11 | - |
| YUV | 145.99 | 54.08 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 176 | 15 | 0.22 | 0 | 0.91 | 0.31 | 74.53 | 0.84 | 0.37 |
| Hex | 89 | B0 | F | 16 | 0 | 5B | 1F | 4B | 54 | 25 |
| Octal | 211 | 260 | 17 | 26 | 0 | 133 | 37 | 113 | 124 | 45 |
| Binary | 10001001 | 10110000 | 1111 | 10110 | 0 | 1011011 | 11111 | 1001011 | 1010100 | 100101 |
Color Harmonies of #89B00F
Complementary color
Monochromatic Colors of #89B00F
Black with #89B00F
Text Example
Text Example
White with #89B00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B00F; }
p { color: rgb(137,176,15); }
H1.HeaderClassName
{
color: #89B00F;
}
.AnyTagClassName
{
color: #89B00F;
}
</style>
background-color css
<style>
a { background-color: #89B00F; }
a { background-color: rgb(137,176,15); }
div.DivClassName
{
background-color: #89B00F;
}
.BgClassName
{
background-color: #89B00F;
}
</style>
border-color css
<style>
span { border-color: #89B00F; }
span { border-color: rgb(137,176,15); }
td.TdClassName
{
border-color: #89B00F;
}
.TagClassName
{
border-color: #89B00F;
}
</style>