#849149

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

Shades of Wasabi #849149

Tints of Wasabi #849149

Color information

#849149 (or 0x849149) is unknown color: approx Wasabi. HEX triplet: 84, 91 and 49. RGB value is (132,145,73). Sum of RGB (Red+Green+Blue) = 132+145+73=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #849149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849149 is #7B6EB6. Grayscale: #858585. Windows color (decimal): -8089271 or 4821380. OLE color: 4821380.

HSL color Cylindrical-coordinate representation of color #849149: hue angle of 70.83º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #849149 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB13214573-
CMYK0.0900.500.43
HSL70.83º33.03%42.75%-
HSV(B)70.83º49.66%56.86%-
XYZ20.8425.6410.15-
YUV132.994.19127.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 145 (57.03% from 255) = 41.43%
BLUE value IS 73 (28.91% from 255) = 20.86%
R=37.71%
G=41.43%
B=20.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132145730.0900.500.4370.8333.0342.75
Hex84914990322B47212b
Octal20422111111062531074153
Binary10000100100100011001001100101100101010111000111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849149; }

 p { color: rgb(132,145,73); }

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

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

 a { background-color: rgb(132,145,73); }

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

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

 span { border-color: rgb(132,145,73); }

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