#849635

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

Shades of Wasabi #849635

Tints of Wasabi #849635

Color information

#849635 (or 0x849635) is unknown color: approx Wasabi. HEX triplet: 84, 96 and 35. RGB value is (132,150,53). Sum of RGB (Red+Green+Blue) = 132+150+53=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #849635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849635 is #7B69CA. Grayscale: #858585. Windows color (decimal): -8088011 or 3511940. OLE color: 3511940.

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

Color convert

RGB13215053-
CMYK0.1200.650.41
HSL71.13º47.78%39.8%-
HSV(B)71.13º64.67%58.82%-
XYZ21.0626.987.46-
YUV133.5682.54126.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 150 (58.98% from 255) = 44.78%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=39.40%
G=44.78%
B=15.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal132150530.1200.650.4171.1347.7839.8
Hex849635C04129473028
Octal20422665140101511076050
Binary10000100100101101101011100010000011010011000111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849635; }

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

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

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

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

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

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

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

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