Shades of Limerick #8BAB36
Tints of Limerick #8BAB36
RGB
CMYK
RGB Variations
Color information
#8BAB36 (or 0x8BAB36) is known color: Limerick. HEX triplet: 8B, AB and 36. RGB value is (139,171,54). Sum of RGB (Red+Green+Blue) = 139+171+54=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #8BAB36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAB36 is #7454C9. Grayscale: #949494. Windows color (decimal): -7623882 or 3582859. OLE color: 3582859.
HSL color Cylindrical-coordinate representation of color #8BAB36: hue angle of 76.41º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BAB36 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 171 | 54 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.33 |
| HSL | 76.41º | 0.52% | 0.44% | - |
| HSV(B) | 76.41º | 0.68% | 0.67% | - |
| XYZ | 25.88 | 34.88 | 8.86 | - |
| YUV | 148.09 | 74.9 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 54 | 0.19 | 0 | 0.68 | 0.33 | 76.41 | 0.52 | 0.44 |
| Hex | 8B | AB | 36 | 13 | 0 | 44 | 21 | 4C | 34 | 2C |
| Octal | 213 | 253 | 66 | 23 | 0 | 104 | 41 | 114 | 64 | 54 |
| Binary | 10001011 | 10101011 | 110110 | 10011 | 0 | 1000100 | 100001 | 1001100 | 110100 | 101100 |
Color Harmonies of #8BAB36
Complementary color
Monochromatic Colors of #8BAB36
Black with #8BAB36
Text Example
Text Example
White with #8BAB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAB36; }
p { color: rgb(139,171,54); }
H1.HeaderClassName
{
color: #8BAB36;
}
.AnyTagClassName
{
color: #8BAB36;
}
</style>
background-color css
<style>
a { background-color: #8BAB36; }
a { background-color: rgb(139,171,54); }
div.DivClassName
{
background-color: #8BAB36;
}
.BgClassName
{
background-color: #8BAB36;
}
</style>
border-color css
<style>
span { border-color: #8BAB36; }
span { border-color: rgb(139,171,54); }
td.TdClassName
{
border-color: #8BAB36;
}
.TagClassName
{
border-color: #8BAB36;
}
</style>