#86A20C

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

Shades of Citron #86A20C

Tints of Citron #86A20C

Color information

#86A20C (or 0x86A20C) is unknown color: approx Citron. HEX triplet: 86, A2 and 0C. RGB value is (134,162,12). Sum of RGB (Red+Green+Blue) = 134+162+12=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #86A20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A20C is #795DF3. Grayscale: #898989. Windows color (decimal): -7953908 or 828038. OLE color: 828038.

HSL color Cylindrical-coordinate representation of color #86A20C: hue angle of 71.2º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86A20C is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB13416212-
CMYK0.1700.930.36
HSL71.2º86.21%34.12%-
HSV(B)71.2º92.59%63.53%-
XYZ22.8230.945.12-
YUV136.5357.72126.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 162 (63.67% from 255) = 52.60%
BLUE value IS 12 (5.08% from 255) = 3.90%
R=43.51%
G=52.60%
B=3.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134162120.1700.930.3671.286.2134.12
Hex86A2C1105D24475622
Octal206242142101354410712642
Binary10000110101000101100100010101110110010010001111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,162,12); }

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

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

 a { background-color: rgb(134,162,12); }

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

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

 span { border-color: rgb(134,162,12); }

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