#849A3C

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

Shades of Wasabi #849A3C

Tints of Wasabi #849A3C

Color information

#849A3C (or 0x849A3C) is unknown color: approx Wasabi. HEX triplet: 84, 9A and 3C. RGB value is (132,154,60). Sum of RGB (Red+Green+Blue) = 132+154+60=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 154 - color contains mainly: green. Hex color #849A3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849A3C is #7B65C3. Grayscale: #898989. Windows color (decimal): -8086980 or 3971716. OLE color: 3971716.

HSL color Cylindrical-coordinate representation of color #849A3C: hue angle of 74.04º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #849A3C is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB13215460-
CMYK0.1400.610.40
HSL74.04º43.93%41.96%-
HSV(B)74.04º61.04%60.39%-
XYZ21.8928.348.59-
YUV136.7184.71124.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 154 (60.55% from 255) = 44.51%
BLUE value IS 60 (23.83% from 255) = 17.34%
R=38.15%
G=44.51%
B=17.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal132154600.1400.610.4074.0443.9341.96
Hex849A3CE03D284a2c2a
Octal2042327416075501125452
Binary1000010010011010111100111001111011010001001010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849A3C; }

 p { color: rgb(132,154,60); }

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

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

 a { background-color: rgb(132,154,60); }

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

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

 span { border-color: rgb(132,154,60); }

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