Shades of Limerick #89BF1F
Tints of Limerick #89BF1F
RGB
CMYK
RGB Variations
Color information
#89BF1F (or 0x89BF1F) is known color: Limerick. HEX triplet: 89, BF and 1F. RGB value is (137,191,31). Sum of RGB (Red+Green+Blue) = 137+191+31=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 191 (75% from 255 or 53.20% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BF1F is #7640E0. Grayscale: #9D9D9D. Windows color (decimal): -7749857 or 2080649. OLE color: 2080649.
HSL color Cylindrical-coordinate representation of color #89BF1F: hue angle of 80.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #89BF1F is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 31 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.25 |
| HSL | 80.25º | 0.72% | 0.44% | - |
| HSV(B) | 80.25º | 0.84% | 0.75% | - |
| XYZ | 29.19 | 42.68 | 8 | - |
| YUV | 156.61 | 57.11 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 31 | 0.28 | 0 | 0.84 | 0.25 | 80.25 | 0.72 | 0.44 |
| Hex | 89 | BF | 1F | 1C | 0 | 54 | 19 | 50 | 48 | 2C |
| Octal | 211 | 277 | 37 | 34 | 0 | 124 | 31 | 120 | 110 | 54 |
| Binary | 10001001 | 10111111 | 11111 | 11100 | 0 | 1010100 | 11001 | 1010000 | 1001000 | 101100 |
Color Harmonies of #89BF1F
Complementary color
Monochromatic Colors of #89BF1F
Black with #89BF1F
Text Example
Text Example
White with #89BF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BF1F; }
p { color: rgb(137,191,31); }
H1.HeaderClassName
{
color: #89BF1F;
}
.AnyTagClassName
{
color: #89BF1F;
}
</style>
background-color css
<style>
a { background-color: #89BF1F; }
a { background-color: rgb(137,191,31); }
div.DivClassName
{
background-color: #89BF1F;
}
.BgClassName
{
background-color: #89BF1F;
}
</style>
border-color css
<style>
span { border-color: #89BF1F; }
span { border-color: rgb(137,191,31); }
td.TdClassName
{
border-color: #89BF1F;
}
.TagClassName
{
border-color: #89BF1F;
}
</style>