#849350

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

Shades of Wasabi #849350

Tints of Wasabi #849350

Color information

#849350 (or 0x849350) is unknown color: approx Wasabi. HEX triplet: 84, 93 and 50. RGB value is (132,147,80). Sum of RGB (Red+Green+Blue) = 132+147+80=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #849350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849350 is #7B6CAF. Grayscale: #878787. Windows color (decimal): -8088752 or 5280644. OLE color: 5280644.

HSL color Cylindrical-coordinate representation of color #849350: hue angle of 73.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #849350 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB13214780-
CMYK0.1000.460.42
HSL73.43º29.52%44.51%-
HSV(B)73.43º45.58%57.65%-
XYZ21.426.3511.55-
YUV134.8897.03125.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 147 (57.81% from 255) = 40.95%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=36.77%
G=40.95%
B=22.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132147800.1000.460.4273.4329.5244.51
Hex849350A02E2A491e2d
Octal20422312012056521113655
Binary1000010010010011101000010100101110101010100100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849350; }

 p { color: rgb(132,147,80); }

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

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

 a { background-color: rgb(132,147,80); }

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

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

 span { border-color: rgb(132,147,80); }

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