Shades of Limerick #8BB129
Tints of Limerick #8BB129
RGB
CMYK
RGB Variations
Color information
#8BB129 (or 0x8BB129) is known color: Limerick. HEX triplet: 8B, B1 and 29. RGB value is (139,177,41). Sum of RGB (Red+Green+Blue) = 139+177+41=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BB129 is #744ED6. Grayscale: #969696. Windows color (decimal): -7622359 or 2732427. OLE color: 2732427.
HSL color Cylindrical-coordinate representation of color #8BB129: hue angle of 76.76º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8BB129 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 177 | 41 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.31 |
| HSL | 76.76º | 0.62% | 0.43% | - |
| HSV(B) | 76.76º | 0.77% | 0.69% | - |
| XYZ | 26.77 | 37.09 | 7.85 | - |
| YUV | 150.13 | 66.41 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 177 | 41 | 0.21 | 0 | 0.77 | 0.31 | 76.76 | 0.62 | 0.43 |
| Hex | 8B | B1 | 29 | 15 | 0 | 4D | 1F | 4D | 3E | 2B |
| Octal | 213 | 261 | 51 | 25 | 0 | 115 | 37 | 115 | 76 | 53 |
| Binary | 10001011 | 10110001 | 101001 | 10101 | 0 | 1001101 | 11111 | 1001101 | 111110 | 101011 |
Color Harmonies of #8BB129
Complementary color
Monochromatic Colors of #8BB129
Black with #8BB129
Text Example
Text Example
White with #8BB129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB129; }
p { color: rgb(139,177,41); }
H1.HeaderClassName
{
color: #8BB129;
}
.AnyTagClassName
{
color: #8BB129;
}
</style>
background-color css
<style>
a { background-color: #8BB129; }
a { background-color: rgb(139,177,41); }
div.DivClassName
{
background-color: #8BB129;
}
.BgClassName
{
background-color: #8BB129;
}
</style>
border-color css
<style>
span { border-color: #8BB129; }
span { border-color: rgb(139,177,41); }
td.TdClassName
{
border-color: #8BB129;
}
.TagClassName
{
border-color: #8BB129;
}
</style>