Shades of Limerick #85A322
Tints of Limerick #85A322
RGB
CMYK
RGB Variations
Color information
#85A322 (or 0x85A322) is known color: Limerick. HEX triplet: 85, A3 and 22. RGB value is (133,163,34). Sum of RGB (Red+Green+Blue) = 133+163+34=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 163 - color contains mainly: green. Hex color #85A322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A322 is #7A5CDD. Grayscale: #8B8B8B. Windows color (decimal): -8019166 or 2270085. OLE color: 2270085.
HSL color Cylindrical-coordinate representation of color #85A322: hue angle of 73.95º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85A322 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 163 | 34 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.36 |
| HSL | 73.95º | 0.65% | 0.39% | - |
| HSV(B) | 73.95º | 0.79% | 0.64% | - |
| XYZ | 23.06 | 31.3 | 6.34 | - |
| YUV | 139.32 | 68.56 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 34 | 0.18 | 0 | 0.79 | 0.36 | 73.95 | 0.65 | 0.39 |
| Hex | 85 | A3 | 22 | 12 | 0 | 4F | 24 | 4A | 41 | 27 |
| Octal | 205 | 243 | 42 | 22 | 0 | 117 | 44 | 112 | 101 | 47 |
| Binary | 10000101 | 10100011 | 100010 | 10010 | 0 | 1001111 | 100100 | 1001010 | 1000001 | 100111 |
Color Harmonies of #85A322
Complementary color
Monochromatic Colors of #85A322
Black with #85A322
Text Example
Text Example
White with #85A322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A322; }
p { color: rgb(133,163,34); }
H1.HeaderClassName
{
color: #85A322;
}
.AnyTagClassName
{
color: #85A322;
}
</style>
background-color css
<style>
a { background-color: #85A322; }
a { background-color: rgb(133,163,34); }
div.DivClassName
{
background-color: #85A322;
}
.BgClassName
{
background-color: #85A322;
}
</style>
border-color css
<style>
span { border-color: #85A322; }
span { border-color: rgb(133,163,34); }
td.TdClassName
{
border-color: #85A322;
}
.TagClassName
{
border-color: #85A322;
}
</style>