#809632

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

Shades of Wasabi #809632

Tints of Wasabi #809632

Color information

#809632 (or 0x809632) is unknown color: approx Wasabi. HEX triplet: 80, 96 and 32. RGB value is (128,150,50). Sum of RGB (Red+Green+Blue) = 128+150+50=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #809632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809632 is #7F69CD. Grayscale: #848484. Windows color (decimal): -8350158 or 3315328. OLE color: 3315328.

HSL color Cylindrical-coordinate representation of color #809632: hue angle of 73.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #809632 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB12815050-
CMYK0.1500.670.41
HSL73.2º50%39.22%-
HSV(B)73.2º66.67%58.82%-
XYZ20.3826.637.08-
YUV132.0281.71125.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 150 (58.98% from 255) = 45.73%
BLUE value IS 50 (19.92% from 255) = 15.24%
R=39.02%
G=45.73%
B=15.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128150500.1500.670.4173.25039.22
Hex809632F04329493227
Octal20022662170103511116247
Binary10000000100101101100101111010000111010011001001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809632; }

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

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

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

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

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

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

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

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