#849b3f

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

Shades of Wasabi #849B3F

Tints of Wasabi #849B3F

Color information

#849B3F (or 0x849B3F) is unknown color: approx Wasabi. HEX triplet: 84, 9B and 3F. RGB value is (132,155,63). Sum of RGB (Red+Green+Blue) = 132+155+63=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 155 - color contains mainly: green. Hex color #849B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849B3F is #7B64C0. Grayscale: #898989. Windows color (decimal): -8086721 or 4168580. OLE color: 4168580.

HSL color Cylindrical-coordinate representation of color #849B3F: hue angle of 75º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #849B3F is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB13215563-
CMYK0.1500.590.39
HSL75º42.2%42.75%-
HSV(B)75º59.35%60.78%-
XYZ22.1328.719.08-
YUV137.6485.88123.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 155 (60.94% from 255) = 44.29%
BLUE value IS 63 (25% from 255) = 18%
R=37.71%
G=44.29%
B=18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132155630.1500.590.397542.242.75
Hex849B3FF03B274b2a2b
Octal2042337717073471135253
Binary1000010010011011111111111101110111001111001011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849b3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849b3f; }

 p { color: rgb(132,155,63); }

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

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

 a { background-color: rgb(132,155,63); }

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

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

 span { border-color: rgb(132,155,63); }

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