#849147

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

Shades of Wasabi #849147

Tints of Wasabi #849147

Color information

#849147 (or 0x849147) is unknown color: approx Wasabi. HEX triplet: 84, 91 and 47. RGB value is (132,145,71). Sum of RGB (Red+Green+Blue) = 132+145+71=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #849147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849147 is #7B6EB8. Grayscale: #848484. Windows color (decimal): -8089273 or 4690308. OLE color: 4690308.

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

Color convert

RGB13214571-
CMYK0.0900.510.43
HSL70.54º34.26%42.35%-
HSV(B)70.54º51.03%56.86%-
XYZ20.7825.619.81-
YUV132.6893.19127.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 145 (57.03% from 255) = 41.67%
BLUE value IS 71 (28.12% from 255) = 20.40%
R=37.93%
G=41.67%
B=20.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132145710.0900.510.4370.5434.2642.35
Hex84914790332B47222a
Octal20422110711063531074252
Binary10000100100100011000111100101100111010111000111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849147; }

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

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

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

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

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

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

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

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