Shades of Limerick #8BAB30
Tints of Limerick #8BAB30
RGB
CMYK
RGB Variations
Color information
#8BAB30 (or 0x8BAB30) is known color: Limerick. HEX triplet: 8B, AB and 30. RGB value is (139,171,48). Sum of RGB (Red+Green+Blue) = 139+171+48=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #8BAB30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAB30 is #7454CF. Grayscale: #939393. Windows color (decimal): -7623888 or 3189643. OLE color: 3189643.
HSL color Cylindrical-coordinate representation of color #8BAB30: hue angle of 75.61º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8BAB30 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 171 | 48 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.33 |
| HSL | 75.61º | 0.56% | 0.43% | - |
| HSV(B) | 75.61º | 0.72% | 0.67% | - |
| XYZ | 25.74 | 34.83 | 8.16 | - |
| YUV | 147.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 48 | 0.19 | 0 | 0.72 | 0.33 | 75.61 | 0.56 | 0.43 |
| Hex | 8B | AB | 30 | 13 | 0 | 48 | 21 | 4C | 38 | 2B |
| Octal | 213 | 253 | 60 | 23 | 0 | 110 | 41 | 114 | 70 | 53 |
| Binary | 10001011 | 10101011 | 110000 | 10011 | 0 | 1001000 | 100001 | 1001100 | 111000 | 101011 |
Color Harmonies of #8BAB30
Complementary color
Monochromatic Colors of #8BAB30
Black with #8BAB30
Text Example
Text Example
White with #8BAB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAB30; }
p { color: rgb(139,171,48); }
H1.HeaderClassName
{
color: #8BAB30;
}
.AnyTagClassName
{
color: #8BAB30;
}
</style>
background-color css
<style>
a { background-color: #8BAB30; }
a { background-color: rgb(139,171,48); }
div.DivClassName
{
background-color: #8BAB30;
}
.BgClassName
{
background-color: #8BAB30;
}
</style>
border-color css
<style>
span { border-color: #8BAB30; }
span { border-color: rgb(139,171,48); }
td.TdClassName
{
border-color: #8BAB30;
}
.TagClassName
{
border-color: #8BAB30;
}
</style>