Shades of Limerick #80B534
Tints of Limerick #80B534
RGB
CMYK
RGB Variations
Color information
#80B534 (or 0x80B534) is known color: Limerick. HEX triplet: 80, B5 and 34. RGB value is (128,181,52). Sum of RGB (Red+Green+Blue) = 128+181+52=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 181 (71.09% from 255 or 50.14% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 181 - color contains mainly: green. Hex color #80B534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B534 is #7F4ACB. Grayscale: #969696. Windows color (decimal): -8342220 or 3454336. OLE color: 3454336.
HSL color Cylindrical-coordinate representation of color #80B534: hue angle of 84.65º 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 #80B534 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 181 | 52 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.29 |
| HSL | 84.65º | 0.55% | 0.46% | - |
| HSV(B) | 84.65º | 0.71% | 0.71% | - |
| XYZ | 26.05 | 37.88 | 9.19 | - |
| YUV | 150.45 | 72.44 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 181 | 52 | 0.29 | 0 | 0.71 | 0.29 | 84.65 | 0.55 | 0.46 |
| Hex | 80 | B5 | 34 | 1D | 0 | 47 | 1D | 55 | 37 | 2E |
| Octal | 200 | 265 | 64 | 35 | 0 | 107 | 35 | 125 | 67 | 56 |
| Binary | 10000000 | 10110101 | 110100 | 11101 | 0 | 1000111 | 11101 | 1010101 | 110111 | 101110 |
Color Harmonies of #80B534
Complementary color
Monochromatic Colors of #80B534
Black with #80B534
Text Example
Text Example
White with #80B534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B534; }
p { color: rgb(128,181,52); }
H1.HeaderClassName
{
color: #80B534;
}
.AnyTagClassName
{
color: #80B534;
}
</style>
background-color css
<style>
a { background-color: #80B534; }
a { background-color: rgb(128,181,52); }
div.DivClassName
{
background-color: #80B534;
}
.BgClassName
{
background-color: #80B534;
}
</style>
border-color css
<style>
span { border-color: #80B534; }
span { border-color: rgb(128,181,52); }
td.TdClassName
{
border-color: #80B534;
}
.TagClassName
{
border-color: #80B534;
}
</style>