#808832

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

Shades of Wasabi #808832

Tints of Wasabi #808832

Color information

#808832 (or 0x808832) is unknown color: approx Wasabi. HEX triplet: 80, 88 and 32. RGB value is (128,136,50). Sum of RGB (Red+Green+Blue) = 128+136+50=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #808832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808832 is #7F77CD. Grayscale: #7C7C7C. Windows color (decimal): -8353742 or 3311744. OLE color: 3311744.

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

Color convert

RGB12813650-
CMYK0.0600.630.47
HSL65.58º46.24%36.47%-
HSV(B)65.58º63.24%53.33%-
XYZ18.2822.436.38-
YUV123.886.35130.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.76%
GREEN value IS 136 (53.52% from 255) = 43.31%
BLUE value IS 50 (19.92% from 255) = 15.92%
R=40.76%
G=43.31%
B=15.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128136500.0600.630.4765.5846.2436.47
Hex808832603F2F422e24
Octal200210626077571025644
Binary100000001000100011001011001111111011111000010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808832; }

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

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

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

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

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

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

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

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