Shades of Limerick #85B32B
Tints of Limerick #85B32B
RGB
CMYK
RGB Variations
Color information
#85B32B (or 0x85B32B) is known color: Limerick. HEX triplet: 85, B3 and 2B. RGB value is (133,179,43). Sum of RGB (Red+Green+Blue) = 133+179+43=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #85B32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B32B is #7A4CD4. Grayscale: #969696. Windows color (decimal): -8015061 or 2864005. OLE color: 2864005.
HSL color Cylindrical-coordinate representation of color #85B32B: hue angle of 80.29º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85B32B is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 43 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.30 |
| HSL | 80.29º | 0.61% | 0.44% | - |
| HSV(B) | 80.29º | 0.76% | 0.7% | - |
| XYZ | 26.23 | 37.4 | 8.12 | - |
| YUV | 149.74 | 67.76 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 43 | 0.26 | 0 | 0.76 | 0.30 | 80.29 | 0.61 | 0.44 |
| Hex | 85 | B3 | 2B | 1A | 0 | 4C | 1E | 50 | 3D | 2C |
| Octal | 205 | 263 | 53 | 32 | 0 | 114 | 36 | 120 | 75 | 54 |
| Binary | 10000101 | 10110011 | 101011 | 11010 | 0 | 1001100 | 11110 | 1010000 | 111101 | 101100 |
Color Harmonies of #85B32B
Complementary color
Monochromatic Colors of #85B32B
Black with #85B32B
Text Example
Text Example
White with #85B32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B32B; }
p { color: rgb(133,179,43); }
H1.HeaderClassName
{
color: #85B32B;
}
.AnyTagClassName
{
color: #85B32B;
}
</style>
background-color css
<style>
a { background-color: #85B32B; }
a { background-color: rgb(133,179,43); }
div.DivClassName
{
background-color: #85B32B;
}
.BgClassName
{
background-color: #85B32B;
}
</style>
border-color css
<style>
span { border-color: #85B32B; }
span { border-color: rgb(133,179,43); }
td.TdClassName
{
border-color: #85B32B;
}
.TagClassName
{
border-color: #85B32B;
}
</style>