Shades of Limerick #80B031
Tints of Limerick #80B031
RGB
CMYK
RGB Variations
Color information
#80B031 (or 0x80B031) is known color: Limerick. HEX triplet: 80, B0 and 31. RGB value is (128,176,49). Sum of RGB (Red+Green+Blue) = 128+176+49=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #80B031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B031 is #7F4FCE. Grayscale: #939393. Windows color (decimal): -8343503 or 3256448. OLE color: 3256448.
HSL color Cylindrical-coordinate representation of color #80B031: hue angle of 82.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80B031 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 176 | 49 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.31 |
| HSL | 82.68º | 0.56% | 0.44% | - |
| HSV(B) | 82.68º | 0.72% | 0.69% | - |
| XYZ | 24.98 | 35.86 | 8.51 | - |
| YUV | 147.17 | 72.6 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 176 | 49 | 0.27 | 0 | 0.72 | 0.31 | 82.68 | 0.56 | 0.44 |
| Hex | 80 | B0 | 31 | 1B | 0 | 48 | 1F | 53 | 38 | 2C |
| Octal | 200 | 260 | 61 | 33 | 0 | 110 | 37 | 123 | 70 | 54 |
| Binary | 10000000 | 10110000 | 110001 | 11011 | 0 | 1001000 | 11111 | 1010011 | 111000 | 101100 |
Color Harmonies of #80B031
Complementary color
Monochromatic Colors of #80B031
Black with #80B031
Text Example
Text Example
White with #80B031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B031; }
p { color: rgb(128,176,49); }
H1.HeaderClassName
{
color: #80B031;
}
.AnyTagClassName
{
color: #80B031;
}
</style>
background-color css
<style>
a { background-color: #80B031; }
a { background-color: rgb(128,176,49); }
div.DivClassName
{
background-color: #80B031;
}
.BgClassName
{
background-color: #80B031;
}
</style>
border-color css
<style>
span { border-color: #80B031; }
span { border-color: rgb(128,176,49); }
td.TdClassName
{
border-color: #80B031;
}
.TagClassName
{
border-color: #80B031;
}
</style>