Shades of Limerick #85AE32
Tints of Limerick #85AE32
RGB
CMYK
RGB Variations
Color information
#85AE32 (or 0x85AE32) is known color: Limerick. HEX triplet: 85, AE and 32. RGB value is (133,174,50). Sum of RGB (Red+Green+Blue) = 133+174+50=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 174 (68.36% from 255 or 48.74% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AE32 is #7A51CD. Grayscale: #949494. Windows color (decimal): -8016334 or 3321477. OLE color: 3321477.
HSL color Cylindrical-coordinate representation of color #85AE32: hue angle of 79.84º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85AE32 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 174 | 50 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.32 |
| HSL | 79.84º | 0.55% | 0.44% | - |
| HSV(B) | 79.84º | 0.71% | 0.68% | - |
| XYZ | 25.38 | 35.49 | 8.53 | - |
| YUV | 147.61 | 72.92 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 174 | 50 | 0.24 | 0 | 0.71 | 0.32 | 79.84 | 0.55 | 0.44 |
| Hex | 85 | AE | 32 | 18 | 0 | 47 | 20 | 50 | 37 | 2C |
| Octal | 205 | 256 | 62 | 30 | 0 | 107 | 40 | 120 | 67 | 54 |
| Binary | 10000101 | 10101110 | 110010 | 11000 | 0 | 1000111 | 100000 | 1010000 | 110111 | 101100 |
Color Harmonies of #85AE32
Complementary color
Monochromatic Colors of #85AE32
Black with #85AE32
Text Example
Text Example
White with #85AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AE32; }
p { color: rgb(133,174,50); }
H1.HeaderClassName
{
color: #85AE32;
}
.AnyTagClassName
{
color: #85AE32;
}
</style>
background-color css
<style>
a { background-color: #85AE32; }
a { background-color: rgb(133,174,50); }
div.DivClassName
{
background-color: #85AE32;
}
.BgClassName
{
background-color: #85AE32;
}
</style>
border-color css
<style>
span { border-color: #85AE32; }
span { border-color: rgb(133,174,50); }
td.TdClassName
{
border-color: #85AE32;
}
.TagClassName
{
border-color: #85AE32;
}
</style>