#84944B

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

Shades of Wasabi #84944B

Tints of Wasabi #84944B

Color information

#84944B (or 0x84944B) is unknown color: approx Wasabi. HEX triplet: 84, 94 and 4B. RGB value is (132,148,75). Sum of RGB (Red+Green+Blue) = 132+148+75=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #84944B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84944B is #7B6BB4. Grayscale: #878787. Windows color (decimal): -8088501 or 4953220. OLE color: 4953220.

HSL color Cylindrical-coordinate representation of color #84944B: hue angle of 73.15º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84944B is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB13214875-
CMYK0.1100.490.42
HSL73.15º32.74%43.73%-
HSV(B)73.15º49.32%58.04%-
XYZ21.3826.5910.66-
YUV134.8994.2125.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.18%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 75 (29.69% from 255) = 21.13%
R=37.18%
G=41.69%
B=21.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132148750.1100.490.4273.1532.7443.73
Hex84944BB0312A49212c
Octal20422411313061521114154
Binary10000100100101001001011101101100011010101001001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84944B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84944B; }

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

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

<style>
 a { background-color: #84944B; }

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

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

<style>
 span { border-color: #84944B; }

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

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