#84944D

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

Shades of Wasabi #84944D

Tints of Wasabi #84944D

Color information

#84944D (or 0x84944D) is unknown color: approx Wasabi. HEX triplet: 84, 94 and 4D. RGB value is (132,148,77). Sum of RGB (Red+Green+Blue) = 132+148+77=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #84944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84944D is #7B6BB2. Grayscale: #878787. Windows color (decimal): -8088499 or 5084292. OLE color: 5084292.

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

Color convert

RGB13214877-
CMYK0.1100.480.42
HSL73.52º31.56%44.12%-
HSV(B)73.52º47.97%58.04%-
XYZ21.4526.6211.03-
YUV135.1295.2125.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 148 (58.20% from 255) = 41.46%
BLUE value IS 77 (30.47% from 255) = 21.57%
R=36.97%
G=41.46%
B=21.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132148770.1100.480.4273.5231.5644.12
Hex84944DB0302A4a202c
Octal20422411513060521124054
Binary10000100100101001001101101101100001010101001010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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