#849532

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

Shades of Wasabi #849532

Tints of Wasabi #849532

Color information

#849532 (or 0x849532) is unknown color: approx Wasabi. HEX triplet: 84, 95 and 32. RGB value is (132,149,50). Sum of RGB (Red+Green+Blue) = 132+149+50=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #849532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849532 is #7B6ACD. Grayscale: #858585. Windows color (decimal): -8088270 or 3315076. OLE color: 3315076.

HSL color Cylindrical-coordinate representation of color #849532: hue angle of 70.3º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #849532 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB13214950-
CMYK0.1100.660.42
HSL70.3º49.75%39.02%-
HSV(B)70.3º66.44%58.43%-
XYZ20.8426.637.06-
YUV132.6381.37127.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 149 (58.59% from 255) = 45.02%
BLUE value IS 50 (19.92% from 255) = 15.11%
R=39.88%
G=45.02%
B=15.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132149500.1100.660.4270.349.7539.02
Hex849532B0422A463227
Octal20422562130102521066247
Binary10000100100101011100101011010000101010101000110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849532; }

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

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

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

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

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

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

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

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