#808B4C

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

Shades of Wasabi #808B4C

Tints of Wasabi #808B4C

Color information

#808B4C (or 0x808B4C) is unknown color: approx Wasabi. HEX triplet: 80, 8B and 4C. RGB value is (128,139,76). Sum of RGB (Red+Green+Blue) = 128+139+76=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 139 - color contains mainly: green. Hex color #808B4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808B4C is #7F74B3. Grayscale: #808080. Windows color (decimal): -8352948 or 5016448. OLE color: 5016448.

HSL color Cylindrical-coordinate representation of color #808B4C: hue angle of 70.48º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #808B4C is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB12813976-
CMYK0.0800.450.45
HSL70.48º29.3%42.16%-
HSV(B)70.48º45.32%54.51%-
XYZ19.4423.5810.36-
YUV128.5398.36127.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.32%
GREEN value IS 139 (54.69% from 255) = 40.52%
BLUE value IS 76 (30.08% from 255) = 22.16%
R=37.32%
G=40.52%
B=22.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128139760.0800.450.4570.4829.342.16
Hex808B4C802D2D461d2a
Octal20021311410055551063552
Binary1000000010001011100110010000101101101101100011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808B4C; }

 p { color: rgb(128,139,76); }

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

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

 a { background-color: rgb(128,139,76); }

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

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

 span { border-color: rgb(128,139,76); }

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