#86914E

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

Shades of Wasabi #86914E

Tints of Wasabi #86914E

Color information

#86914E (or 0x86914E) is unknown color: approx Wasabi. HEX triplet: 86, 91 and 4E. RGB value is (134,145,78). Sum of RGB (Red+Green+Blue) = 134+145+78=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #86914E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86914E is #796EB1. Grayscale: #868686. Windows color (decimal): -7958194 or 5149062. OLE color: 5149062.

HSL color Cylindrical-coordinate representation of color #86914E: hue angle of 69.85º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86914E is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB13414578-
CMYK0.0800.460.43
HSL69.85º30.04%43.73%-
HSV(B)69.85º46.21%56.86%-
XYZ21.3325.8711.08-
YUV134.0796.36127.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.54%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=37.54%
G=40.62%
B=21.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145780.0800.460.4369.8530.0443.73
Hex86914E802E2B461e2c
Octal20622111610056531063654
Binary1000011010010001100111010000101110101011100011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86914E; }

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

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

<style>
 a { background-color: #86914E; }

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

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

<style>
 span { border-color: #86914E; }

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

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