#84942D

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

Shades of Wasabi #84942D

Tints of Wasabi #84942D

Color information

#84942D (or 0x84942D) is unknown color: approx Wasabi. HEX triplet: 84, 94 and 2D. RGB value is (132,148,45). Sum of RGB (Red+Green+Blue) = 132+148+45=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #84942D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84942D is #7B6BD2. Grayscale: #838383. Windows color (decimal): -8088531 or 2987140. OLE color: 2987140.

HSL color Cylindrical-coordinate representation of color #84942D: hue angle of 69.32º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84942D is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB13214845-
CMYK0.1100.700.42
HSL69.32º53.37%37.84%-
HSV(B)69.32º69.59%58.04%-
XYZ20.5826.276.47-
YUV131.4779.2128.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 148 (58.20% from 255) = 45.54%
BLUE value IS 45 (17.97% from 255) = 13.85%
R=40.62%
G=45.54%
B=13.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132148450.1100.700.4269.3253.3737.84
Hex84942DB0462A453526
Octal20422455130106521056546
Binary10000100100101001011011011010001101010101000101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84942D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,148,45); }

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

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

 a { background-color: rgb(132,148,45); }

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

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

 span { border-color: rgb(132,148,45); }

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