#84934E

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

Shades of Wasabi #84934E

Tints of Wasabi #84934E

Color information

#84934E (or 0x84934E) is unknown color: approx Wasabi. HEX triplet: 84, 93 and 4E. RGB value is (132,147,78). Sum of RGB (Red+Green+Blue) = 132+147+78=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #84934E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84934E is #7B6CB1. Grayscale: #868686. Windows color (decimal): -8088754 or 5149572. OLE color: 5149572.

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

Color convert

RGB13214778-
CMYK0.1000.470.42
HSL73.04º30.67%44.12%-
HSV(B)73.04º46.94%57.65%-
XYZ21.3226.3211.16-
YUV134.6596.03126.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=36.97%
G=41.18%
B=21.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132147780.1000.470.4273.0430.6744.12
Hex84934EA02F2A491f2c
Octal20422311612057521113754
Binary1000010010010011100111010100101111101010100100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84934E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,147,78); }

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

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

 a { background-color: rgb(132,147,78); }

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

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

 span { border-color: rgb(132,147,78); }

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