#80902E

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

Shades of Wasabi #80902E

Tints of Wasabi #80902E

Color information

#80902E (or 0x80902E) is unknown color: approx Wasabi. HEX triplet: 80, 90 and 2E. RGB value is (128,144,46). Sum of RGB (Red+Green+Blue) = 128+144+46=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #80902E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80902E is #7F6FD1. Grayscale: #808080. Windows color (decimal): -8351698 or 3051648. OLE color: 3051648.

HSL color Cylindrical-coordinate representation of color #80902E: hue angle of 69.8º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80902E is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB12814446-
CMYK0.1100.680.44
HSL69.8º51.58%37.25%-
HSV(B)69.8º68.06%56.47%-
XYZ19.3724.736.34-
YUV128.0481.7127.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.25%
GREEN value IS 144 (56.64% from 255) = 45.28%
BLUE value IS 46 (18.36% from 255) = 14.47%
R=40.25%
G=45.28%
B=14.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128144460.1100.680.4469.851.5837.25
Hex80902EB0442C463425
Octal20022056130104541066445
Binary10000000100100001011101011010001001011001000110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80902E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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