#848C4C

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

Shades of Wasabi #848C4C

Tints of Wasabi #848C4C

Color information

#848C4C (or 0x848C4C) is unknown color: approx Wasabi. HEX triplet: 84, 8C and 4C. RGB value is (132,140,76). Sum of RGB (Red+Green+Blue) = 132+140+76=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 140 - color contains mainly: green. Hex color #848C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848C4C is #7B73B3. Grayscale: #828282. Windows color (decimal): -8090548 or 5016708. OLE color: 5016708.

HSL color Cylindrical-coordinate representation of color #848C4C: hue angle of 67.5º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #848C4C is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB13214076-
CMYK0.0600.460.45
HSL67.5º29.63%42.35%-
HSV(B)67.5º45.71%54.9%-
XYZ20.224.1810.44-
YUV130.3197.35129.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 140 (55.08% from 255) = 40.23%
BLUE value IS 76 (30.08% from 255) = 21.84%
R=37.93%
G=40.23%
B=21.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132140760.0600.460.4567.529.6342.35
Hex848C4C602E2D441e2a
Octal2042141146056551043652
Binary100001001000110010011001100101110101101100010011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,140,76); }

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

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

 a { background-color: rgb(132,140,76); }

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

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

 span { border-color: rgb(132,140,76); }

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