#808834

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

Shades of Wasabi #808834

Tints of Wasabi #808834

Color information

#808834 (or 0x808834) is unknown color: approx Wasabi. HEX triplet: 80, 88 and 34. RGB value is (128,136,52). Sum of RGB (Red+Green+Blue) = 128+136+52=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #808834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808834 is #7F77CB. Grayscale: #7C7C7C. Windows color (decimal): -8353740 or 3442816. OLE color: 3442816.

HSL color Cylindrical-coordinate representation of color #808834: hue angle of 65.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #808834 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB12813652-
CMYK0.0600.620.47
HSL65.71º44.68%36.86%-
HSV(B)65.71º61.76%53.33%-
XYZ18.3322.456.62-
YUV124.0387.35130.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.51%
GREEN value IS 136 (53.52% from 255) = 43.04%
BLUE value IS 52 (20.70% from 255) = 16.46%
R=40.51%
G=43.04%
B=16.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128136520.0600.620.4765.7144.6836.86
Hex808834603E2F422d25
Octal200210646076571025545
Binary100000001000100011010011001111101011111000010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808834; }

 p { color: rgb(128,136,52); }

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

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

 a { background-color: rgb(128,136,52); }

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

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

 span { border-color: rgb(128,136,52); }

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