#848A40

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

Shades of Wasabi #848A40

Tints of Wasabi #848A40

Color information

#848A40 (or 0x848A40) is unknown color: approx Wasabi. HEX triplet: 84, 8A and 40. RGB value is (132,138,64). Sum of RGB (Red+Green+Blue) = 132+138+64=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 138 - color contains mainly: green. Hex color #848A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848A40 is #7B75BF. Grayscale: #808080. Windows color (decimal): -8091072 or 4229764. OLE color: 4229764.

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

Color convert

RGB13213864-
CMYK0.0400.540.46
HSL64.86º36.63%39.61%-
HSV(B)64.86º53.62%54.12%-
XYZ19.5323.458.35-
YUV127.7792.01131.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 138 (54.30% from 255) = 41.32%
BLUE value IS 64 (25.39% from 255) = 19.16%
R=39.52%
G=41.32%
B=19.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132138640.0400.540.4664.8636.6339.61
Hex848A4040362E412528
Octal2042121004066561014550
Binary1000010010001010100000010001101101011101000001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848A40; }

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

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

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

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

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

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

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

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