#849550

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

Shades of Wasabi #849550

Tints of Wasabi #849550

Color information

#849550 (or 0x849550) is unknown color: approx Wasabi. HEX triplet: 84, 95 and 50. RGB value is (132,149,80). Sum of RGB (Red+Green+Blue) = 132+149+80=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #849550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849550 is #7B6AAF. Grayscale: #888888. Windows color (decimal): -8088240 or 5281156. OLE color: 5281156.

HSL color Cylindrical-coordinate representation of color #849550: hue angle of 74.78º 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 #849550 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB13214980-
CMYK0.1100.460.42
HSL74.78º30.13%44.9%-
HSV(B)74.78º46.31%58.43%-
XYZ21.7126.9811.65-
YUV136.0596.37125.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 149 (58.59% from 255) = 41.27%
BLUE value IS 80 (31.64% from 255) = 22.16%
R=36.57%
G=41.27%
B=22.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132149800.1100.460.4274.7830.1344.9
Hex849550B02E2A4b1e2d
Octal20422512013056521133655
Binary1000010010010101101000010110101110101010100101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849550; }

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

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

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

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

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

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

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

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