#80952E

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

Shades of Wasabi #80952E

Tints of Wasabi #80952E

Color information

#80952E (or 0x80952E) is unknown color: approx Wasabi. HEX triplet: 80, 95 and 2E. RGB value is (128,149,46). Sum of RGB (Red+Green+Blue) = 128+149+46=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #80952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80952E is #7F6AD1. Grayscale: #838383. Windows color (decimal): -8350418 or 3052928. OLE color: 3052928.

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

Color convert

RGB12814946-
CMYK0.1400.690.42
HSL72.23º52.82%38.24%-
HSV(B)72.23º69.13%58.43%-
XYZ20.1426.286.6-
YUV130.9880.04125.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 149 (58.59% from 255) = 46.13%
BLUE value IS 46 (18.36% from 255) = 14.24%
R=39.63%
G=46.13%
B=14.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128149460.1400.690.4272.2352.8238.24
Hex80952EE0452A483526
Octal20022556160105521106546
Binary10000000100101011011101110010001011010101001000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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