#808E36

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

Shades of Wasabi #808E36

Tints of Wasabi #808E36

Color information

#808E36 (or 0x808E36) is unknown color: approx Wasabi. HEX triplet: 80, 8E and 36. RGB value is (128,142,54). Sum of RGB (Red+Green+Blue) = 128+142+54=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 142 - color contains mainly: green. Hex color #808E36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808E36 is #7F71C9. Grayscale: #808080. Windows color (decimal): -8352202 or 3575424. OLE color: 3575424.

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

Color convert

RGB12814254-
CMYK0.1000.620.44
HSL69.55º44.9%38.43%-
HSV(B)69.55º61.97%55.69%-
XYZ19.2424.27.15-
YUV127.7886.36128.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.51%
GREEN value IS 142 (55.86% from 255) = 43.83%
BLUE value IS 54 (21.48% from 255) = 16.67%
R=39.51%
G=43.83%
B=16.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128142540.1000.620.4469.5544.938.43
Hex808E36A03E2C462d26
Octal2002166612076541065546
Binary1000000010001110110110101001111101011001000110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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