#848940

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

Shades of Wasabi #848940

Tints of Wasabi #848940

Color information

#848940 (or 0x848940) is unknown color: approx Wasabi. HEX triplet: 84, 89 and 40. RGB value is (132,137,64). Sum of RGB (Red+Green+Blue) = 132+137+64=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 137 - color contains mainly: green. Hex color #848940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848940 is #7B76BF. Grayscale: #7F7F7F. Windows color (decimal): -8091328 or 4229508. OLE color: 4229508.

HSL color Cylindrical-coordinate representation of color #848940: hue angle of 64.11º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #848940 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB13213764-
CMYK0.0400.530.46
HSL64.11º36.32%39.41%-
HSV(B)64.11º53.28%53.73%-
XYZ19.3923.178.3-
YUV127.1892.34131.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 137 (53.91% from 255) = 41.14%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=39.64%
G=41.14%
B=19.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132137640.0400.530.4664.1136.3239.41
Hex84894040352E402427
Octal2042111004065561004447
Binary1000010010001001100000010001101011011101000000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848940; }

 p { color: rgb(132,137,64); }

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

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

 a { background-color: rgb(132,137,64); }

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

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

 span { border-color: rgb(132,137,64); }

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