#86911F

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

Shades of Citron #86911F

Tints of Citron #86911F

Color information

#86911F (or 0x86911F) is unknown color: approx Citron. HEX triplet: 86, 91 and 1F. RGB value is (134,145,31). Sum of RGB (Red+Green+Blue) = 134+145+31=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #86911F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86911F is #796EE0. Grayscale: #818181. Windows color (decimal): -7958241 or 2068870. OLE color: 2068870.

HSL color Cylindrical-coordinate representation of color #86911F: hue angle of 65.79º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86911F is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB13414531-
CMYK0.0800.790.43
HSL65.79º64.77%34.51%-
HSV(B)65.79º78.62%56.86%-
XYZ20.225.425.14-
YUV128.7172.86131.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 145 (57.03% from 255) = 46.77%
BLUE value IS 31 (12.5% from 255) = 10%
R=43.23%
G=46.77%
B=10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145310.0800.790.4365.7964.7734.51
Hex86911F804F2B424123
Octal206221371001175310210143
Binary10000110100100011111110000100111110101110000101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86911F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86911F; }

 p { color: rgb(134,145,31); }

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

<style>
 a { background-color: #86911F; }

 a { background-color: rgb(134,145,31); }

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

<style>
 span { border-color: #86911F; }

 span { border-color: rgb(134,145,31); }

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