Shades of Limerick #85B031
Tints of Limerick #85B031
RGB
CMYK
RGB Variations
Color information
#85B031 (or 0x85B031) is known color: Limerick. HEX triplet: 85, B0 and 31. RGB value is (133,176,49). Sum of RGB (Red+Green+Blue) = 133+176+49=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 176 (69.14% from 255 or 49.16% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 176 - color contains mainly: green. Hex color #85B031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B031 is #7A4FCE. Grayscale: #959595. Windows color (decimal): -8015823 or 3256453. OLE color: 3256453.
HSL color Cylindrical-coordinate representation of color #85B031: hue angle of 80.31º 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 #85B031 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 176 | 49 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.31 |
| HSL | 80.31º | 0.56% | 0.44% | - |
| HSV(B) | 80.31º | 0.72% | 0.69% | - |
| XYZ | 25.75 | 36.26 | 8.55 | - |
| YUV | 148.67 | 71.75 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 176 | 49 | 0.24 | 0 | 0.72 | 0.31 | 80.31 | 0.56 | 0.44 |
| Hex | 85 | B0 | 31 | 18 | 0 | 48 | 1F | 50 | 38 | 2C |
| Octal | 205 | 260 | 61 | 30 | 0 | 110 | 37 | 120 | 70 | 54 |
| Binary | 10000101 | 10110000 | 110001 | 11000 | 0 | 1001000 | 11111 | 1010000 | 111000 | 101100 |
Color Harmonies of #85B031
Complementary color
Monochromatic Colors of #85B031
Black with #85B031
Text Example
Text Example
White with #85B031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B031; }
p { color: rgb(133,176,49); }
H1.HeaderClassName
{
color: #85B031;
}
.AnyTagClassName
{
color: #85B031;
}
</style>
background-color css
<style>
a { background-color: #85B031; }
a { background-color: rgb(133,176,49); }
div.DivClassName
{
background-color: #85B031;
}
.BgClassName
{
background-color: #85B031;
}
</style>
border-color css
<style>
span { border-color: #85B031; }
span { border-color: rgb(133,176,49); }
td.TdClassName
{
border-color: #85B031;
}
.TagClassName
{
border-color: #85B031;
}
</style>