#86A00F

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

Shades of Citron #86A00F

Tints of Citron #86A00F

Color information

#86A00F (or 0x86A00F) is unknown color: approx Citron. HEX triplet: 86, A0 and 0F. RGB value is (134,160,15). Sum of RGB (Red+Green+Blue) = 134+160+15=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #86A00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A00F is #795FF0. Grayscale: #888888. Windows color (decimal): -7954417 or 1024134. OLE color: 1024134.

HSL color Cylindrical-coordinate representation of color #86A00F: hue angle of 70.76º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86A00F is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB13416015-
CMYK0.1600.910.37
HSL70.76º82.86%34.31%-
HSV(B)70.76º90.62%62.75%-
XYZ22.4930.245.1-
YUV135.759.89126.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 160 (62.89% from 255) = 51.78%
BLUE value IS 15 (6.25% from 255) = 4.85%
R=43.37%
G=51.78%
B=4.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal134160150.1600.910.3770.7682.8634.31
Hex86A0F1005B25475322
Octal206240172001334510712342
Binary10000110101000001111100000101101110010110001111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,160,15); }

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

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

 a { background-color: rgb(134,160,15); }

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

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

 span { border-color: rgb(134,160,15); }

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