#808B48

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

Shades of Wasabi #808B48

Tints of Wasabi #808B48

Color information

#808B48 (or 0x808B48) is unknown color: approx Wasabi. HEX triplet: 80, 8B and 48. RGB value is (128,139,72). Sum of RGB (Red+Green+Blue) = 128+139+72=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 139 - color contains mainly: green. Hex color #808B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808B48 is #7F74B7. Grayscale: #808080. Windows color (decimal): -8352952 or 4754304. OLE color: 4754304.

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

Color convert

RGB12813972-
CMYK0.0800.480.45
HSL69.85º31.75%41.37%-
HSV(B)69.85º48.2%54.51%-
XYZ19.323.529.65-
YUV128.0796.36127.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 139 (54.69% from 255) = 41.00%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=37.76%
G=41.00%
B=21.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128139720.0800.480.4569.8531.7541.37
Hex808B4880302D462029
Octal20021311010060551064051
Binary10000000100010111001000100001100001011011000110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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