#80923C

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

Shades of Wasabi #80923C

Tints of Wasabi #80923C

Color information

#80923C (or 0x80923C) is unknown color: approx Wasabi. HEX triplet: 80, 92 and 3C. RGB value is (128,146,60). Sum of RGB (Red+Green+Blue) = 128+146+60=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #80923C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80923C is #7F6DC3. Grayscale: #838383. Windows color (decimal): -8351172 or 3969664. OLE color: 3969664.

HSL color Cylindrical-coordinate representation of color #80923C: hue angle of 72.56º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80923C is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB12814660-
CMYK0.1200.590.43
HSL72.56º41.75%40.39%-
HSV(B)72.56º58.9%57.25%-
XYZ2025.478.14-
YUV130.8188.04125.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.32%
GREEN value IS 146 (57.42% from 255) = 43.71%
BLUE value IS 60 (23.83% from 255) = 17.96%
R=38.32%
G=43.71%
B=17.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128146600.1200.590.4372.5641.7540.39
Hex80923CC03B2B492a28
Octal2002227414073531115250
Binary1000000010010010111100110001110111010111001001101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80923C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,146,60); }

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

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

 a { background-color: rgb(128,146,60); }

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

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

 span { border-color: rgb(128,146,60); }

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