#808E35

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

Shades of Wasabi #808E35

Tints of Wasabi #808E35

Color information

#808E35 (or 0x808E35) is unknown color: approx Wasabi. HEX triplet: 80, 8E and 35. RGB value is (128,142,53). Sum of RGB (Red+Green+Blue) = 128+142+53=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 142 - color contains mainly: green. Hex color #808E35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808E35 is #7F71CA. Grayscale: #808080. Windows color (decimal): -8352203 or 3509888. OLE color: 3509888.

HSL color Cylindrical-coordinate representation of color #808E35: hue angle of 69.44º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #808E35 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB12814253-
CMYK0.1000.630.44
HSL69.44º45.64%38.24%-
HSV(B)69.44º62.68%55.69%-
XYZ19.2224.197.02-
YUV127.6785.86128.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 142 (55.86% from 255) = 43.96%
BLUE value IS 53 (21.09% from 255) = 16.41%
R=39.63%
G=43.96%
B=16.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128142530.1000.630.4469.4445.6438.24
Hex808E35A03F2C452e26
Octal2002166512077541055646
Binary1000000010001110110101101001111111011001000101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,142,53); }

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

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

 a { background-color: rgb(128,142,53); }

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

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

 span { border-color: rgb(128,142,53); }

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