Shades of Limerick #85AA34
Tints of Limerick #85AA34
RGB
CMYK
RGB Variations
Color information
#85AA34 (or 0x85AA34) is known color: Limerick. HEX triplet: 85, AA and 34. RGB value is (133,170,52). Sum of RGB (Red+Green+Blue) = 133+170+52=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AA34 is #7A55CB. Grayscale: #919191. Windows color (decimal): -8017356 or 3451525. OLE color: 3451525.
HSL color Cylindrical-coordinate representation of color #85AA34: hue angle of 78.81º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85AA34 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 170 | 52 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.33 |
| HSL | 78.81º | 0.53% | 0.44% | - |
| HSV(B) | 78.81º | 0.69% | 0.67% | - |
| XYZ | 24.67 | 33.98 | 8.51 | - |
| YUV | 145.49 | 75.24 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 170 | 52 | 0.22 | 0 | 0.69 | 0.33 | 78.81 | 0.53 | 0.44 |
| Hex | 85 | AA | 34 | 16 | 0 | 45 | 21 | 4F | 35 | 2C |
| Octal | 205 | 252 | 64 | 26 | 0 | 105 | 41 | 117 | 65 | 54 |
| Binary | 10000101 | 10101010 | 110100 | 10110 | 0 | 1000101 | 100001 | 1001111 | 110101 | 101100 |
Color Harmonies of #85AA34
Complementary color
Monochromatic Colors of #85AA34
Black with #85AA34
Text Example
Text Example
White with #85AA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AA34; }
p { color: rgb(133,170,52); }
H1.HeaderClassName
{
color: #85AA34;
}
.AnyTagClassName
{
color: #85AA34;
}
</style>
background-color css
<style>
a { background-color: #85AA34; }
a { background-color: rgb(133,170,52); }
div.DivClassName
{
background-color: #85AA34;
}
.BgClassName
{
background-color: #85AA34;
}
</style>
border-color css
<style>
span { border-color: #85AA34; }
span { border-color: rgb(133,170,52); }
td.TdClassName
{
border-color: #85AA34;
}
.TagClassName
{
border-color: #85AA34;
}
</style>