#86944A

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

Shades of Wasabi #86944A

Tints of Wasabi #86944A

Color information

#86944A (or 0x86944A) is unknown color: approx Wasabi. HEX triplet: 86, 94 and 4A. RGB value is (134,148,74). Sum of RGB (Red+Green+Blue) = 134+148+74=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #86944A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86944A is #796BB5. Grayscale: #878787. Windows color (decimal): -7957430 or 4887686. OLE color: 4887686.

HSL color Cylindrical-coordinate representation of color #86944A: hue angle of 71.35º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86944A is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB13414874-
CMYK0.0900.500.42
HSL71.35º33.33%43.53%-
HSV(B)71.35º50%58.04%-
XYZ21.6626.7410.5-
YUV135.3893.36127.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.64%
GREEN value IS 148 (58.20% from 255) = 41.57%
BLUE value IS 74 (29.30% from 255) = 20.79%
R=37.64%
G=41.57%
B=20.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134148740.0900.500.4271.3533.3343.53
Hex86944A90322A47212c
Octal20622411211062521074154
Binary10000110100101001001010100101100101010101000111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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