#86A326

Color #86A326 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #86A326

Tints of Limerick #86A326

Color information

#86A326 (or 0x86A326) is unknown color: approx Limerick. HEX triplet: 86, A3 and 26. RGB value is (134,163,38). Sum of RGB (Red+Green+Blue) = 134+163+38=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 163 (64.06% from 255 or 48.66% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 163 - color contains mainly: green. Hex color #86A326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A326 is #795CD9. Grayscale: #8C8C8C. Windows color (decimal): -7953626 or 2532230. OLE color: 2532230.

HSL color Cylindrical-coordinate representation of color #86A326: hue angle of 73.92º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86A326 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB13416338-
CMYK0.1800.770.36
HSL73.92º62.19%39.41%-
HSV(B)73.92º76.69%63.92%-
XYZ23.2831.46.67-
YUV140.0870.39123.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 40%
GREEN value IS 163 (64.06% from 255) = 48.66%
BLUE value IS 38 (15.23% from 255) = 11.34%
R=40%
G=48.66%
B=11.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134163380.1800.770.3673.9262.1939.41
Hex86A3261204D244a3e27
Octal20624346220115441127647
Binary100001101010001110011010010010011011001001001010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A326; }

 p { color: rgb(134,163,38); }

 H1.HeaderClassName
 {
   color: #86A326;
 }
 .AnyTagClassName
 {
   color: #86A326;
 }
</style>
background-color css

<style>
 a { background-color: #86A326; }

 a { background-color: rgb(134,163,38); }

 div.DivClassName
 {
   background-color: #86A326;
 }
 .BgClassName
 {
   background-color: #86A326;
 }
</style>
border-color css

<style>
 span { border-color: #86A326; }

 span { border-color: rgb(134,163,38); }

 td.TdClassName
 {
   border-color: #86A326;
 }
 .TagClassName
 {
   border-color: #86A326;
 }
</style>