Shades of Limerick #8BB441
Tints of Limerick #8BB441
RGB
CMYK
RGB Variations
Color information
#8BB441 (or 0x8BB441) is known color: Limerick. HEX triplet: 8B, B4 and 41. RGB value is (139,180,65). Sum of RGB (Red+Green+Blue) = 139+180+65=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB441 is #744BBE. Grayscale: #9B9B9B. Windows color (decimal): -7621567 or 4306059. OLE color: 4306059.
HSL color Cylindrical-coordinate representation of color #8BB441: hue angle of 81.39º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8BB441 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 180 | 65 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.29 |
| HSL | 81.39º | 0.47% | 0.48% | - |
| HSV(B) | 81.39º | 0.64% | 0.71% | - |
| XYZ | 27.92 | 38.51 | 10.96 | - |
| YUV | 154.63 | 77.42 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 180 | 65 | 0.23 | 0 | 0.64 | 0.29 | 81.39 | 0.47 | 0.48 |
| Hex | 8B | B4 | 41 | 17 | 0 | 40 | 1D | 51 | 2F | 30 |
| Octal | 213 | 264 | 101 | 27 | 0 | 100 | 35 | 121 | 57 | 60 |
| Binary | 10001011 | 10110100 | 1000001 | 10111 | 0 | 1000000 | 11101 | 1010001 | 101111 | 110000 |
Color Harmonies of #8BB441
Complementary color
Monochromatic Colors of #8BB441
Black with #8BB441
Text Example
Text Example
White with #8BB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB441; }
p { color: rgb(139,180,65); }
H1.HeaderClassName
{
color: #8BB441;
}
.AnyTagClassName
{
color: #8BB441;
}
</style>
background-color css
<style>
a { background-color: #8BB441; }
a { background-color: rgb(139,180,65); }
div.DivClassName
{
background-color: #8BB441;
}
.BgClassName
{
background-color: #8BB441;
}
</style>
border-color css
<style>
span { border-color: #8BB441; }
span { border-color: rgb(139,180,65); }
td.TdClassName
{
border-color: #8BB441;
}
.TagClassName
{
border-color: #8BB441;
}
</style>