#86914D

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

Shades of Wasabi #86914D

Tints of Wasabi #86914D

Color information

#86914D (or 0x86914D) is unknown color: approx Wasabi. HEX triplet: 86, 91 and 4D. RGB value is (134,145,77). Sum of RGB (Red+Green+Blue) = 134+145+77=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #86914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86914D is #796EB2. Grayscale: #868686. Windows color (decimal): -7958195 or 5083526. OLE color: 5083526.

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

Color convert

RGB13414577-
CMYK0.0800.470.43
HSL69.71º30.63%43.53%-
HSV(B)69.71º46.9%56.86%-
XYZ21.325.8510.89-
YUV133.9695.86128.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.64%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 77 (30.47% from 255) = 21.63%
R=37.64%
G=40.73%
B=21.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145770.0800.470.4369.7130.6343.53
Hex86914D802F2B461f2c
Octal20622111510057531063754
Binary1000011010010001100110110000101111101011100011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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