Shades of Limerick #8BAC33
Tints of Limerick #8BAC33
RGB
CMYK
RGB Variations
Color information
#8BAC33 (or 0x8BAC33) is known color: Limerick. HEX triplet: 8B, AC and 33. RGB value is (139,172,51). Sum of RGB (Red+Green+Blue) = 139+172+51=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAC33 is #7453CC. Grayscale: #949494. Windows color (decimal): -7623629 or 3386507. OLE color: 3386507.
HSL color Cylindrical-coordinate representation of color #8BAC33: hue angle of 76.36º 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 #8BAC33 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 172 | 51 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.33 |
| HSL | 76.36º | 0.54% | 0.44% | - |
| HSV(B) | 76.36º | 0.7% | 0.67% | - |
| XYZ | 26 | 35.23 | 8.56 | - |
| YUV | 148.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 51 | 0.19 | 0 | 0.70 | 0.33 | 76.36 | 0.54 | 0.44 |
| Hex | 8B | AC | 33 | 13 | 0 | 46 | 21 | 4C | 36 | 2C |
| Octal | 213 | 254 | 63 | 23 | 0 | 106 | 41 | 114 | 66 | 54 |
| Binary | 10001011 | 10101100 | 110011 | 10011 | 0 | 1000110 | 100001 | 1001100 | 110110 | 101100 |
Color Harmonies of #8BAC33
Complementary color
Monochromatic Colors of #8BAC33
Black with #8BAC33
Text Example
Text Example
White with #8BAC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAC33; }
p { color: rgb(139,172,51); }
H1.HeaderClassName
{
color: #8BAC33;
}
.AnyTagClassName
{
color: #8BAC33;
}
</style>
background-color css
<style>
a { background-color: #8BAC33; }
a { background-color: rgb(139,172,51); }
div.DivClassName
{
background-color: #8BAC33;
}
.BgClassName
{
background-color: #8BAC33;
}
</style>
border-color css
<style>
span { border-color: #8BAC33; }
span { border-color: rgb(139,172,51); }
td.TdClassName
{
border-color: #8BAC33;
}
.TagClassName
{
border-color: #8BAC33;
}
</style>