#80934C

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

Shades of Wasabi #80934C

Tints of Wasabi #80934C

Color information

#80934C (or 0x80934C) is unknown color: approx Wasabi. HEX triplet: 80, 93 and 4C. RGB value is (128,147,76). Sum of RGB (Red+Green+Blue) = 128+147+76=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #80934C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80934C is #7F6CB3. Grayscale: #858585. Windows color (decimal): -8350900 or 5018496. OLE color: 5018496.

HSL color Cylindrical-coordinate representation of color #80934C: hue angle of 76.06º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80934C is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB12814776-
CMYK0.1300.480.42
HSL76.06º31.84%43.73%-
HSV(B)76.06º48.3%57.65%-
XYZ20.6425.9810.76-
YUV133.2295.71124.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.47%
GREEN value IS 147 (57.81% from 255) = 41.88%
BLUE value IS 76 (30.08% from 255) = 21.65%
R=36.47%
G=41.88%
B=21.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128147760.1300.480.4276.0631.8443.73
Hex80934CD0302A4c202c
Octal20022311415060521144054
Binary10000000100100111001100110101100001010101001100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80934C; }

 p { color: rgb(128,147,76); }

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

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

 a { background-color: rgb(128,147,76); }

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

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

 span { border-color: rgb(128,147,76); }

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