#86A511

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

Shades of Citron #86A511

Tints of Citron #86A511

Color information

#86A511 (or 0x86A511) is unknown color: approx Citron. HEX triplet: 86, A5 and 11. RGB value is (134,165,17). Sum of RGB (Red+Green+Blue) = 134+165+17=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 165 (64.84% from 255 or 52.22% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 165 - color contains mainly: green. Hex color #86A511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A511 is #795AEE. Grayscale: #8B8B8B. Windows color (decimal): -7953135 or 1156486. OLE color: 1156486.

HSL color Cylindrical-coordinate representation of color #86A511: hue angle of 72.57º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86A511 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB13416517-
CMYK0.1900.900.35
HSL72.57º81.32%35.69%-
HSV(B)72.57º89.7%64.71%-
XYZ23.3932.025.48-
YUV138.8659.23124.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 165 (64.84% from 255) = 52.22%
BLUE value IS 17 (7.03% from 255) = 5.38%
R=42.41%
G=52.22%
B=5.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134165170.1900.900.3572.5781.3235.69
Hex86A5111305A23495124
Octal206245212301324311112144
Binary100001101010010110001100110101101010001110010011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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