Shades of Limerick #85B33B
Tints of Limerick #85B33B
RGB
CMYK
RGB Variations
Color information
#85B33B (or 0x85B33B) is known color: Limerick. HEX triplet: 85, B3 and 3B. RGB value is (133,179,59). Sum of RGB (Red+Green+Blue) = 133+179+59=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #85B33B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B33B is #7A4CC4. Grayscale: #989898. Windows color (decimal): -8015045 or 3912581. OLE color: 3912581.
HSL color Cylindrical-coordinate representation of color #85B33B: hue angle of 83º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85B33B is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 59 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.30 |
| HSL | 83º | 0.5% | 0.47% | - |
| HSV(B) | 83º | 0.67% | 0.7% | - |
| XYZ | 26.58 | 37.54 | 9.98 | - |
| YUV | 151.57 | 75.76 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 59 | 0.26 | 0 | 0.67 | 0.30 | 83 | 0.5 | 0.47 |
| Hex | 85 | B3 | 3B | 1A | 0 | 43 | 1E | 53 | 32 | 2F |
| Octal | 205 | 263 | 73 | 32 | 0 | 103 | 36 | 123 | 62 | 57 |
| Binary | 10000101 | 10110011 | 111011 | 11010 | 0 | 1000011 | 11110 | 1010011 | 110010 | 101111 |
Color Harmonies of #85B33B
Complementary color
Monochromatic Colors of #85B33B
Black with #85B33B
Text Example
Text Example
White with #85B33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B33B; }
p { color: rgb(133,179,59); }
H1.HeaderClassName
{
color: #85B33B;
}
.AnyTagClassName
{
color: #85B33B;
}
</style>
background-color css
<style>
a { background-color: #85B33B; }
a { background-color: rgb(133,179,59); }
div.DivClassName
{
background-color: #85B33B;
}
.BgClassName
{
background-color: #85B33B;
}
</style>
border-color css
<style>
span { border-color: #85B33B; }
span { border-color: rgb(133,179,59); }
td.TdClassName
{
border-color: #85B33B;
}
.TagClassName
{
border-color: #85B33B;
}
</style>