#849949

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

Shades of Wasabi #849949

Tints of Wasabi #849949

Color information

#849949 (or 0x849949) is unknown color: approx Wasabi. HEX triplet: 84, 99 and 49. RGB value is (132,153,73). Sum of RGB (Red+Green+Blue) = 132+153+73=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #849949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849949 is #7B66B6. Grayscale: #898989. Windows color (decimal): -8087223 or 4823428. OLE color: 4823428.

HSL color Cylindrical-coordinate representation of color #849949: hue angle of 75.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #849949 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB13215373-
CMYK0.1400.520.4
HSL75.75º35.4%44.31%-
HSV(B)75.75º52.29%60%-
XYZ22.1128.1710.58-
YUV137.691.54124-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 153 (60.16% from 255) = 42.74%
BLUE value IS 73 (28.91% from 255) = 20.39%
R=36.87%
G=42.74%
B=20.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal132153730.1400.520.475.7535.444.31
Hex849949E034284c232c
Octal20423111116064501144354
Binary10000100100110011001001111001101001010001001100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849949; }

 p { color: rgb(132,153,73); }

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

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

 a { background-color: rgb(132,153,73); }

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

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

 span { border-color: rgb(132,153,73); }

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