#849145

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

Shades of Wasabi #849145

Tints of Wasabi #849145

Color information

#849145 (or 0x849145) is unknown color: approx Wasabi. HEX triplet: 84, 91 and 45. RGB value is (132,145,69). Sum of RGB (Red+Green+Blue) = 132+145+69=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #849145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849145 is #7B6EBA. Grayscale: #848484. Windows color (decimal): -8089275 or 4559236. OLE color: 4559236.

HSL color Cylindrical-coordinate representation of color #849145: hue angle of 70.26º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #849145 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB13214569-
CMYK0.0900.520.43
HSL70.26º35.51%41.96%-
HSV(B)70.26º52.41%56.86%-
XYZ20.7225.599.48-
YUV132.4592.19127.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 145 (57.03% from 255) = 41.91%
BLUE value IS 69 (27.34% from 255) = 19.94%
R=38.15%
G=41.91%
B=19.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132145690.0900.520.4370.2635.5141.96
Hex84914590342B46242a
Octal20422110511064531064452
Binary10000100100100011000101100101101001010111000110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849145; }

 p { color: rgb(132,145,69); }

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

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

 a { background-color: rgb(132,145,69); }

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

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

 span { border-color: rgb(132,145,69); }

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