#808B37

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

Shades of Wasabi #808B37

Tints of Wasabi #808B37

Color information

#808B37 (or 0x808B37) is unknown color: approx Wasabi. HEX triplet: 80, 8B and 37. RGB value is (128,139,55). Sum of RGB (Red+Green+Blue) = 128+139+55=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 139 - color contains mainly: green. Hex color #808B37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808B37 is #7F74C8. Grayscale: #7E7E7E. Windows color (decimal): -8352969 or 3640192. OLE color: 3640192.

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

Color convert

RGB12813955-
CMYK0.0800.600.45
HSL67.86º43.3%38.04%-
HSV(B)67.86º60.43%54.51%-
XYZ18.8223.337.13-
YUV126.1387.86129.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.75%
GREEN value IS 139 (54.69% from 255) = 43.17%
BLUE value IS 55 (21.88% from 255) = 17.08%
R=39.75%
G=43.17%
B=17.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128139550.0800.600.4567.8643.338.04
Hex808B37803C2D442b26
Octal2002136710074551045346
Binary1000000010001011110111100001111001011011000100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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