Shades of Limerick #8BB22D
Tints of Limerick #8BB22D
RGB
CMYK
RGB Variations
Color information
#8BB22D (or 0x8BB22D) is known color: Limerick. HEX triplet: 8B, B2 and 2D. RGB value is (139,178,45). Sum of RGB (Red+Green+Blue) = 139+178+45=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 178 (69.92% from 255 or 49.17% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BB22D is #744DD2. Grayscale: #979797. Windows color (decimal): -7622099 or 2994827. OLE color: 2994827.
HSL color Cylindrical-coordinate representation of color #8BB22D: hue angle of 77.59º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8BB22D is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 178 | 45 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.30 |
| HSL | 77.59º | 0.6% | 0.44% | - |
| HSV(B) | 77.59º | 0.75% | 0.7% | - |
| XYZ | 27.04 | 37.52 | 8.3 | - |
| YUV | 151.18 | 68.08 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 178 | 45 | 0.22 | 0 | 0.75 | 0.30 | 77.59 | 0.6 | 0.44 |
| Hex | 8B | B2 | 2D | 16 | 0 | 4B | 1E | 4E | 3C | 2C |
| Octal | 213 | 262 | 55 | 26 | 0 | 113 | 36 | 116 | 74 | 54 |
| Binary | 10001011 | 10110010 | 101101 | 10110 | 0 | 1001011 | 11110 | 1001110 | 111100 | 101100 |
Color Harmonies of #8BB22D
Complementary color
Monochromatic Colors of #8BB22D
Black with #8BB22D
Text Example
Text Example
White with #8BB22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB22D; }
p { color: rgb(139,178,45); }
H1.HeaderClassName
{
color: #8BB22D;
}
.AnyTagClassName
{
color: #8BB22D;
}
</style>
background-color css
<style>
a { background-color: #8BB22D; }
a { background-color: rgb(139,178,45); }
div.DivClassName
{
background-color: #8BB22D;
}
.BgClassName
{
background-color: #8BB22D;
}
</style>
border-color css
<style>
span { border-color: #8BB22D; }
span { border-color: rgb(139,178,45); }
td.TdClassName
{
border-color: #8BB22D;
}
.TagClassName
{
border-color: #8BB22D;
}
</style>