#86A011

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

Shades of Citron #86A011

Tints of Citron #86A011

Color information

#86A011 (or 0x86A011) is unknown color: approx Citron. HEX triplet: 86, A0 and 11. RGB value is (134,160,17). Sum of RGB (Red+Green+Blue) = 134+160+17=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #86A011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A011 is #795FEE. Grayscale: #888888. Windows color (decimal): -7954415 or 1155206. OLE color: 1155206.

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

Color convert

RGB13416017-
CMYK0.1600.890.37
HSL70.91º80.79%34.71%-
HSV(B)70.91º89.38%62.75%-
XYZ22.530.255.18-
YUV135.9260.89126.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.09%
GREEN value IS 160 (62.89% from 255) = 51.45%
BLUE value IS 17 (7.03% from 255) = 5.47%
R=43.09%
G=51.45%
B=5.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal134160170.1600.890.3770.9180.7934.71
Hex86A0111005925475123
Octal206240212001314510712143
Binary100001101010000010001100000101100110010110001111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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