Shades of Limerick #8AB733
Tints of Limerick #8AB733
RGB
CMYK
RGB Variations
Color information
#8AB733 (or 0x8AB733) is known color: Limerick. HEX triplet: 8A, B7 and 33. RGB value is (138,183,51). Sum of RGB (Red+Green+Blue) = 138+183+51=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB733 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB733 is #7548CC. Grayscale: #9A9A9A. Windows color (decimal): -7686349 or 3389322. OLE color: 3389322.
HSL color Cylindrical-coordinate representation of color #8AB733: hue angle of 80.45º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8AB733 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 51 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.28 |
| HSL | 80.45º | 0.56% | 0.46% | - |
| HSV(B) | 80.45º | 0.72% | 0.72% | - |
| XYZ | 28.01 | 39.51 | 9.28 | - |
| YUV | 154.5 | 69.59 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 51 | 0.25 | 0 | 0.72 | 0.28 | 80.45 | 0.56 | 0.46 |
| Hex | 8A | B7 | 33 | 19 | 0 | 48 | 1C | 50 | 38 | 2E |
| Octal | 212 | 267 | 63 | 31 | 0 | 110 | 34 | 120 | 70 | 56 |
| Binary | 10001010 | 10110111 | 110011 | 11001 | 0 | 1001000 | 11100 | 1010000 | 111000 | 101110 |
Color Harmonies of #8AB733
Complementary color
Monochromatic Colors of #8AB733
Black with #8AB733
Text Example
Text Example
White with #8AB733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB733; }
p { color: rgb(138,183,51); }
H1.HeaderClassName
{
color: #8AB733;
}
.AnyTagClassName
{
color: #8AB733;
}
</style>
background-color css
<style>
a { background-color: #8AB733; }
a { background-color: rgb(138,183,51); }
div.DivClassName
{
background-color: #8AB733;
}
.BgClassName
{
background-color: #8AB733;
}
</style>
border-color css
<style>
span { border-color: #8AB733; }
span { border-color: rgb(138,183,51); }
td.TdClassName
{
border-color: #8AB733;
}
.TagClassName
{
border-color: #8AB733;
}
</style>