#86A313

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

Shades of Citron #86A313

Tints of Citron #86A313

Color information

#86A313 (or 0x86A313) is unknown color: approx Citron. HEX triplet: 86, A3 and 13. RGB value is (134,163,19). Sum of RGB (Red+Green+Blue) = 134+163+19=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #86A313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A313 is #795CEC. Grayscale: #8A8A8A. Windows color (decimal): -7953645 or 1287046. OLE color: 1287046.

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

Color convert

RGB13416319-
CMYK0.1800.880.36
HSL72.08º79.12%35.69%-
HSV(B)72.08º88.34%63.92%-
XYZ23.0531.315.44-
YUV137.9160.89125.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 163 (64.06% from 255) = 51.58%
BLUE value IS 19 (7.81% from 255) = 6.01%
R=42.41%
G=51.58%
B=6.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134163190.1800.880.3672.0879.1235.69
Hex86A3131205824484f24
Octal206243232201304411011744
Binary100001101010001110011100100101100010010010010001001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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