Shades of Limerick #8BB429
Tints of Limerick #8BB429
RGB
CMYK
RGB Variations
Color information
#8BB429 (or 0x8BB429) is known color: Limerick. HEX triplet: 8B, B4 and 29. RGB value is (139,180,41). Sum of RGB (Red+Green+Blue) = 139+180+41=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB429 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB429 is #744BD6. Grayscale: #989898. Windows color (decimal): -7621591 or 2733195. OLE color: 2733195.
HSL color Cylindrical-coordinate representation of color #8BB429: hue angle of 77.7º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8BB429 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 180 | 41 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.29 |
| HSL | 77.7º | 0.63% | 0.43% | - |
| HSV(B) | 77.7º | 0.77% | 0.71% | - |
| XYZ | 27.37 | 38.29 | 8.05 | - |
| YUV | 151.9 | 65.42 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 180 | 41 | 0.23 | 0 | 0.77 | 0.29 | 77.7 | 0.63 | 0.43 |
| Hex | 8B | B4 | 29 | 17 | 0 | 4D | 1D | 4E | 3F | 2B |
| Octal | 213 | 264 | 51 | 27 | 0 | 115 | 35 | 116 | 77 | 53 |
| Binary | 10001011 | 10110100 | 101001 | 10111 | 0 | 1001101 | 11101 | 1001110 | 111111 | 101011 |
Color Harmonies of #8BB429
Complementary color
Monochromatic Colors of #8BB429
Black with #8BB429
Text Example
Text Example
White with #8BB429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB429; }
p { color: rgb(139,180,41); }
H1.HeaderClassName
{
color: #8BB429;
}
.AnyTagClassName
{
color: #8BB429;
}
</style>
background-color css
<style>
a { background-color: #8BB429; }
a { background-color: rgb(139,180,41); }
div.DivClassName
{
background-color: #8BB429;
}
.BgClassName
{
background-color: #8BB429;
}
</style>
border-color css
<style>
span { border-color: #8BB429; }
span { border-color: rgb(139,180,41); }
td.TdClassName
{
border-color: #8BB429;
}
.TagClassName
{
border-color: #8BB429;
}
</style>