Shades of Limerick #86A523
Tints of Limerick #86A523
RGB
CMYK
RGB Variations
Color information
#86A523 (or 0x86A523) is known color: Limerick. HEX triplet: 86, A5 and 23. RGB value is (134,165,35). Sum of RGB (Red+Green+Blue) = 134+165+35=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 165 (64.84% from 255 or 49.40% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 165 - color contains mainly: green. Hex color #86A523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A523 is #795ADC. Grayscale: #8D8D8D. Windows color (decimal): -7953117 or 2336134. OLE color: 2336134.
HSL color Cylindrical-coordinate representation of color #86A523: hue angle of 74.31º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86A523 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 165 | 35 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.35 |
| HSL | 74.31º | 0.65% | 0.39% | - |
| HSV(B) | 74.31º | 0.79% | 0.65% | - |
| XYZ | 23.59 | 32.1 | 6.54 | - |
| YUV | 140.91 | 68.23 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 165 | 35 | 0.19 | 0 | 0.79 | 0.35 | 74.31 | 0.65 | 0.39 |
| Hex | 86 | A5 | 23 | 13 | 0 | 4F | 23 | 4A | 41 | 27 |
| Octal | 206 | 245 | 43 | 23 | 0 | 117 | 43 | 112 | 101 | 47 |
| Binary | 10000110 | 10100101 | 100011 | 10011 | 0 | 1001111 | 100011 | 1001010 | 1000001 | 100111 |
Color Harmonies of #86A523
Complementary color
Monochromatic Colors of #86A523
Black with #86A523
Text Example
Text Example
White with #86A523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A523; }
p { color: rgb(134,165,35); }
H1.HeaderClassName
{
color: #86A523;
}
.AnyTagClassName
{
color: #86A523;
}
</style>
background-color css
<style>
a { background-color: #86A523; }
a { background-color: rgb(134,165,35); }
div.DivClassName
{
background-color: #86A523;
}
.BgClassName
{
background-color: #86A523;
}
</style>
border-color css
<style>
span { border-color: #86A523; }
span { border-color: rgb(134,165,35); }
td.TdClassName
{
border-color: #86A523;
}
.TagClassName
{
border-color: #86A523;
}
</style>