#80954B

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

Shades of Wasabi #80954B

Tints of Wasabi #80954B

Color information

#80954B (or 0x80954B) is unknown color: approx Wasabi. HEX triplet: 80, 95 and 4B. RGB value is (128,149,75). Sum of RGB (Red+Green+Blue) = 128+149+75=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #80954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80954B is #7F6AB4. Grayscale: #868686. Windows color (decimal): -8350389 or 4953472. OLE color: 4953472.

HSL color Cylindrical-coordinate representation of color #80954B: hue angle of 77.03º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80954B is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB12814975-
CMYK0.1400.500.42
HSL77.03º33.04%43.92%-
HSV(B)77.03º49.66%58.43%-
XYZ20.9226.5910.69-
YUV134.2894.54123.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.36%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 75 (29.69% from 255) = 21.31%
R=36.36%
G=42.33%
B=21.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128149750.1400.500.4277.0333.0443.92
Hex80954BE0322A4d212c
Octal20022511316062521154154
Binary10000000100101011001011111001100101010101001101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80954B; }

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

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

<style>
 a { background-color: #80954B; }

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

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

<style>
 span { border-color: #80954B; }

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

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