#80962E

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

Shades of Wasabi #80962E

Tints of Wasabi #80962E

Color information

#80962E (or 0x80962E) is unknown color: approx Wasabi. HEX triplet: 80, 96 and 2E. RGB value is (128,150,46). Sum of RGB (Red+Green+Blue) = 128+150+46=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #80962E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80962E is #7F69D1. Grayscale: #838383. Windows color (decimal): -8350162 or 3053184. OLE color: 3053184.

HSL color Cylindrical-coordinate representation of color #80962E: hue angle of 72.69º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80962E is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB12815046-
CMYK0.1500.690.41
HSL72.69º53.06%38.43%-
HSV(B)72.69º69.33%58.82%-
XYZ20.326.66.65-
YUV131.5779.71125.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.51%
GREEN value IS 150 (58.98% from 255) = 46.30%
BLUE value IS 46 (18.36% from 255) = 14.20%
R=39.51%
G=46.30%
B=14.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128150460.1500.690.4172.6953.0638.43
Hex80962EF04529493526
Octal20022656170105511116546
Binary10000000100101101011101111010001011010011001001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80962E; }

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

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

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

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

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

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

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

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