#849640

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

Shades of Wasabi #849640

Tints of Wasabi #849640

Color information

#849640 (or 0x849640) is unknown color: approx Wasabi. HEX triplet: 84, 96 and 40. RGB value is (132,150,64). Sum of RGB (Red+Green+Blue) = 132+150+64=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #849640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849640 is #7B69BF. Grayscale: #878787. Windows color (decimal): -8088000 or 4232836. OLE color: 4232836.

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

Color convert

RGB13215064-
CMYK0.1200.570.41
HSL72.56º40.19%41.96%-
HSV(B)72.56º57.33%58.82%-
XYZ21.3527.098.95-
YUV134.8188.04125.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 150 (58.98% from 255) = 43.35%
BLUE value IS 64 (25.39% from 255) = 18.50%
R=38.15%
G=43.35%
B=18.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132150640.1200.570.4172.5640.1941.96
Hex849640C0392949282a
Octal20422610014071511115052
Binary10000100100101101000000110001110011010011001001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849640; }

 p { color: rgb(132,150,64); }

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

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

 a { background-color: rgb(132,150,64); }

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

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

 span { border-color: rgb(132,150,64); }

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