#84963E

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

Shades of Wasabi #84963E

Tints of Wasabi #84963E

Color information

#84963E (or 0x84963E) is unknown color: approx Wasabi. HEX triplet: 84, 96 and 3E. RGB value is (132,150,62). Sum of RGB (Red+Green+Blue) = 132+150+62=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #84963E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84963E is #7B69C1. Grayscale: #868686. Windows color (decimal): -8088002 or 4101764. OLE color: 4101764.

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

Color convert

RGB13215062-
CMYK0.1200.590.41
HSL72.27º41.51%41.57%-
HSV(B)72.27º58.67%58.82%-
XYZ21.2927.078.66-
YUV134.5987.04126.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 150 (58.98% from 255) = 43.60%
BLUE value IS 62 (24.61% from 255) = 18.02%
R=38.37%
G=43.60%
B=18.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132150620.1200.590.4172.2741.5141.57
Hex84963EC03B29482a2a
Octal2042267614073511105252
Binary1000010010010110111110110001110111010011001000101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84963E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,150,62); }

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

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

 a { background-color: rgb(132,150,62); }

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

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

 span { border-color: rgb(132,150,62); }

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