#86943E

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

Shades of Wasabi #86943E

Tints of Wasabi #86943E

Color information

#86943E (or 0x86943E) is unknown color: approx Wasabi. HEX triplet: 86, 94 and 3E. RGB value is (134,148,62). Sum of RGB (Red+Green+Blue) = 134+148+62=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #86943E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86943E is #796BC1. Grayscale: #868686. Windows color (decimal): -7957442 or 4101254. OLE color: 4101254.

HSL color Cylindrical-coordinate representation of color #86943E: hue angle of 69.77º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86943E is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB13414862-
CMYK0.0900.580.42
HSL69.77º40.95%41.18%-
HSV(B)69.77º58.11%58.04%-
XYZ21.2926.68.57-
YUV134.0187.36127.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 148 (58.20% from 255) = 43.02%
BLUE value IS 62 (24.61% from 255) = 18.02%
R=38.95%
G=43.02%
B=18.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134148620.0900.580.4269.7740.9541.18
Hex86943E903A2A462929
Octal2062247611072521065151
Binary1000011010010100111110100101110101010101000110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86943E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,148,62); }

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

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

 a { background-color: rgb(134,148,62); }

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

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

 span { border-color: rgb(134,148,62); }

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