#86914A

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

Shades of Wasabi #86914A

Tints of Wasabi #86914A

Color information

#86914A (or 0x86914A) is unknown color: approx Wasabi. HEX triplet: 86, 91 and 4A. RGB value is (134,145,74). Sum of RGB (Red+Green+Blue) = 134+145+74=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #86914A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86914A is #796EB5. Grayscale: #858585. Windows color (decimal): -7958198 or 4886918. OLE color: 4886918.

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

Color convert

RGB13414574-
CMYK0.0800.490.43
HSL69.3º32.42%42.94%-
HSV(B)69.3º48.97%56.86%-
XYZ21.1925.8110.34-
YUV133.6294.36128.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 145 (57.03% from 255) = 41.08%
BLUE value IS 74 (29.30% from 255) = 20.96%
R=37.96%
G=41.08%
B=20.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145740.0800.490.4369.332.4242.94
Hex86914A80312B45202b
Octal20622111210061531054053
Binary10000110100100011001010100001100011010111000101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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