#86964C

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

Shades of Wasabi #86964C

Tints of Wasabi #86964C

Color information

#86964C (or 0x86964C) is unknown color: approx Wasabi. HEX triplet: 86, 96 and 4C. RGB value is (134,150,76). Sum of RGB (Red+Green+Blue) = 134+150+76=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #86964C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86964C is #7969B3. Grayscale: #898989. Windows color (decimal): -7956916 or 5019270. OLE color: 5019270.

HSL color Cylindrical-coordinate representation of color #86964C: hue angle of 72.97º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86964C is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB13415076-
CMYK0.1100.490.41
HSL72.97º32.74%44.31%-
HSV(B)72.97º49.33%58.82%-
XYZ22.0427.410.96-
YUV136.7893.7126.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 150 (58.98% from 255) = 41.67%
BLUE value IS 76 (30.08% from 255) = 21.11%
R=37.22%
G=41.67%
B=21.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134150760.1100.490.4172.9732.7444.31
Hex86964CB0312949212c
Octal20622611413061511114154
Binary10000110100101101001100101101100011010011001001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86964C; }

 p { color: rgb(134,150,76); }

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

<style>
 a { background-color: #86964C; }

 a { background-color: rgb(134,150,76); }

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

<style>
 span { border-color: #86964C; }

 span { border-color: rgb(134,150,76); }

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