#86A406

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

Shades of Citron #86A406

Tints of Citron #86A406

Color information

#86A406 (or 0x86A406) is unknown color: approx Citron. HEX triplet: 86, A4 and 06. RGB value is (134,164,6). Sum of RGB (Red+Green+Blue) = 134+164+6=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 164 (64.45% from 255 or 53.95% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 164 - color contains mainly: green. Hex color #86A406 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A406 is #795BF9. Grayscale: #898989. Windows color (decimal): -7953402 or 435334. OLE color: 435334.

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

Color convert

RGB1341646-
CMYK0.1800.960.36
HSL71.39º92.94%33.33%-
HSV(B)71.39º96.34%64.31%-
XYZ23.1431.635.06-
YUV137.0254.06125.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 164 (64.45% from 255) = 53.95%
BLUE value IS 6 (2.73% from 255) = 1.97%
R=44.08%
G=53.95%
B=1.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13416460.1800.960.3671.3992.9433.33
Hex86A461206024475d21
Octal20624462201404410713541
Binary1000011010100100110100100110000010010010001111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,164,6); }

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

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

 a { background-color: rgb(134,164,6); }

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

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

 span { border-color: rgb(134,164,6); }

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