Shades of Limerick #8AB534
Tints of Limerick #8AB534
RGB
CMYK
RGB Variations
Color information
#8AB534 (or 0x8AB534) is known color: Limerick. HEX triplet: 8A, B5 and 34. RGB value is (138,181,52). Sum of RGB (Red+Green+Blue) = 138+181+52=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB534 is #754ACB. Grayscale: #999999. Windows color (decimal): -7686860 or 3454346. OLE color: 3454346.
HSL color Cylindrical-coordinate representation of color #8AB534: hue angle of 80º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AB534 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 52 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.29 |
| HSL | 80º | 0.55% | 0.46% | - |
| HSV(B) | 80º | 0.71% | 0.71% | - |
| XYZ | 27.62 | 38.7 | 9.26 | - |
| YUV | 153.44 | 70.75 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 52 | 0.24 | 0 | 0.71 | 0.29 | 80 | 0.55 | 0.46 |
| Hex | 8A | B5 | 34 | 18 | 0 | 47 | 1D | 50 | 37 | 2E |
| Octal | 212 | 265 | 64 | 30 | 0 | 107 | 35 | 120 | 67 | 56 |
| Binary | 10001010 | 10110101 | 110100 | 11000 | 0 | 1000111 | 11101 | 1010000 | 110111 | 101110 |
Color Harmonies of #8AB534
Complementary color
Monochromatic Colors of #8AB534
Black with #8AB534
Text Example
Text Example
White with #8AB534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB534; }
p { color: rgb(138,181,52); }
H1.HeaderClassName
{
color: #8AB534;
}
.AnyTagClassName
{
color: #8AB534;
}
</style>
background-color css
<style>
a { background-color: #8AB534; }
a { background-color: rgb(138,181,52); }
div.DivClassName
{
background-color: #8AB534;
}
.BgClassName
{
background-color: #8AB534;
}
</style>
border-color css
<style>
span { border-color: #8AB534; }
span { border-color: rgb(138,181,52); }
td.TdClassName
{
border-color: #8AB534;
}
.TagClassName
{
border-color: #8AB534;
}
</style>