#86903F

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

Shades of Wasabi #86903F

Tints of Wasabi #86903F

Color information

#86903F (or 0x86903F) is unknown color: approx Wasabi. HEX triplet: 86, 90 and 3F. RGB value is (134,144,63). Sum of RGB (Red+Green+Blue) = 134+144+63=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 144 - color contains mainly: green. Hex color #86903F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86903F is #796FC0. Grayscale: #848484. Windows color (decimal): -7958465 or 4165766. OLE color: 4165766.

HSL color Cylindrical-coordinate representation of color #86903F: hue angle of 67.41º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86903F is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB13414463-
CMYK0.0700.560.44
HSL67.41º39.13%40.59%-
HSV(B)67.41º56.25%56.47%-
XYZ20.725.378.51-
YUV131.7889.19129.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.30%
GREEN value IS 144 (56.64% from 255) = 42.23%
BLUE value IS 63 (25% from 255) = 18.48%
R=39.30%
G=42.23%
B=18.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134144630.0700.560.4467.4139.1340.59
Hex86903F70382C432729
Octal206220777070541034751
Binary100001101001000011111111101110001011001000011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86903F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,144,63); }

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

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

 a { background-color: rgb(134,144,63); }

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

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

 span { border-color: rgb(134,144,63); }

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