#848D4C

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

Shades of Wasabi #848D4C

Tints of Wasabi #848D4C

Color information

#848D4C (or 0x848D4C) is unknown color: approx Wasabi. HEX triplet: 84, 8D and 4C. RGB value is (132,141,76). Sum of RGB (Red+Green+Blue) = 132+141+76=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 141 - color contains mainly: green. Hex color #848D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848D4C is #7B72B3. Grayscale: #838383. Windows color (decimal): -8090292 or 5016964. OLE color: 5016964.

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

Color convert

RGB13214176-
CMYK0.0600.460.45
HSL68.31º29.95%42.55%-
HSV(B)68.31º46.1%55.29%-
XYZ20.3524.4810.49-
YUV130.997.02128.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 141 (55.47% from 255) = 40.40%
BLUE value IS 76 (30.08% from 255) = 21.78%
R=37.82%
G=40.40%
B=21.78%

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
Decimal132141760.0600.460.4568.3129.9542.55
Hex848D4C602E2D441e2b
Octal2042151146056551043653
Binary100001001000110110011001100101110101101100010011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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