Shades of Limerick #8BB529
Tints of Limerick #8BB529
RGB
CMYK
RGB Variations
Color information
#8BB529 (or 0x8BB529) is known color: Limerick. HEX triplet: 8B, B5 and 29. RGB value is (139,181,41). Sum of RGB (Red+Green+Blue) = 139+181+41=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 181 (71.09% from 255 or 50.14% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB529 is #744AD6. Grayscale: #989898. Windows color (decimal): -7621335 or 2733451. OLE color: 2733451.
HSL color Cylindrical-coordinate representation of color #8BB529: hue angle of 78º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8BB529 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 181 | 41 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.29 |
| HSL | 78º | 0.63% | 0.44% | - |
| HSV(B) | 78º | 0.77% | 0.71% | - |
| XYZ | 27.57 | 38.7 | 8.11 | - |
| YUV | 152.48 | 65.09 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 181 | 41 | 0.23 | 0 | 0.77 | 0.29 | 78 | 0.63 | 0.44 |
| Hex | 8B | B5 | 29 | 17 | 0 | 4D | 1D | 4E | 3F | 2C |
| Octal | 213 | 265 | 51 | 27 | 0 | 115 | 35 | 116 | 77 | 54 |
| Binary | 10001011 | 10110101 | 101001 | 10111 | 0 | 1001101 | 11101 | 1001110 | 111111 | 101100 |
Color Harmonies of #8BB529
Complementary color
Monochromatic Colors of #8BB529
Black with #8BB529
Text Example
Text Example
White with #8BB529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB529; }
p { color: rgb(139,181,41); }
H1.HeaderClassName
{
color: #8BB529;
}
.AnyTagClassName
{
color: #8BB529;
}
</style>
background-color css
<style>
a { background-color: #8BB529; }
a { background-color: rgb(139,181,41); }
div.DivClassName
{
background-color: #8BB529;
}
.BgClassName
{
background-color: #8BB529;
}
</style>
border-color css
<style>
span { border-color: #8BB529; }
span { border-color: rgb(139,181,41); }
td.TdClassName
{
border-color: #8BB529;
}
.TagClassName
{
border-color: #8BB529;
}
</style>