#848E3D

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

Shades of Wasabi #848E3D

Tints of Wasabi #848E3D

Color information

#848E3D (or 0x848E3D) is unknown color: approx Wasabi. HEX triplet: 84, 8E and 3D. RGB value is (132,142,61). Sum of RGB (Red+Green+Blue) = 132+142+61=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #848E3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848E3D is #7B71C2. Grayscale: #828282. Windows color (decimal): -8090051 or 4034180. OLE color: 4034180.

HSL color Cylindrical-coordinate representation of color #848E3D: hue angle of 67.41º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #848E3D is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB13214261-
CMYK0.0700.570.44
HSL67.41º39.9%39.8%-
HSV(B)67.41º57.04%55.69%-
XYZ20.0324.598.11-
YUV129.7889.19129.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 142 (55.86% from 255) = 42.39%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=39.40%
G=42.39%
B=18.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132142610.0700.570.4467.4139.939.8
Hex848E3D70392C432828
Octal204216757071541035050
Binary100001001000111011110111101110011011001000011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,142,61); }

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

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

 a { background-color: rgb(132,142,61); }

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

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

 span { border-color: rgb(132,142,61); }

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