Shades of Limerick #8BAB33
Tints of Limerick #8BAB33
RGB
CMYK
RGB Variations
Color information
#8BAB33 (or 0x8BAB33) is known color: Limerick. HEX triplet: 8B, AB and 33. RGB value is (139,171,51). Sum of RGB (Red+Green+Blue) = 139+171+51=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #8BAB33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAB33 is #7454CC. Grayscale: #949494. Windows color (decimal): -7623885 or 3386251. OLE color: 3386251.
HSL color Cylindrical-coordinate representation of color #8BAB33: hue angle of 76º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8BAB33 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 171 | 51 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.33 |
| HSL | 76º | 0.54% | 0.44% | - |
| HSV(B) | 76º | 0.7% | 0.67% | - |
| XYZ | 25.81 | 34.85 | 8.5 | - |
| YUV | 147.75 | 73.4 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 51 | 0.19 | 0 | 0.70 | 0.33 | 76 | 0.54 | 0.44 |
| Hex | 8B | AB | 33 | 13 | 0 | 46 | 21 | 4C | 36 | 2C |
| Octal | 213 | 253 | 63 | 23 | 0 | 106 | 41 | 114 | 66 | 54 |
| Binary | 10001011 | 10101011 | 110011 | 10011 | 0 | 1000110 | 100001 | 1001100 | 110110 | 101100 |
Color Harmonies of #8BAB33
Complementary color
Monochromatic Colors of #8BAB33
Black with #8BAB33
Text Example
Text Example
White with #8BAB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAB33; }
p { color: rgb(139,171,51); }
H1.HeaderClassName
{
color: #8BAB33;
}
.AnyTagClassName
{
color: #8BAB33;
}
</style>
background-color css
<style>
a { background-color: #8BAB33; }
a { background-color: rgb(139,171,51); }
div.DivClassName
{
background-color: #8BAB33;
}
.BgClassName
{
background-color: #8BAB33;
}
</style>
border-color css
<style>
span { border-color: #8BAB33; }
span { border-color: rgb(139,171,51); }
td.TdClassName
{
border-color: #8BAB33;
}
.TagClassName
{
border-color: #8BAB33;
}
</style>