#849B46

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

Shades of Wasabi #849B46

Tints of Wasabi #849B46

Color information

#849B46 (or 0x849B46) is unknown color: approx Wasabi. HEX triplet: 84, 9B and 46. RGB value is (132,155,70). Sum of RGB (Red+Green+Blue) = 132+155+70=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #849B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849B46 is #7B64B9. Grayscale: #8A8A8A. Windows color (decimal): -8086714 or 4627332. OLE color: 4627332.

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

Color convert

RGB13215570-
CMYK0.1500.550.39
HSL76.24º37.78%44.12%-
HSV(B)76.24º54.84%60.78%-
XYZ22.3428.7910.17-
YUV138.4389.38123.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 155 (60.94% from 255) = 43.42%
BLUE value IS 70 (27.73% from 255) = 19.61%
R=36.97%
G=43.42%
B=19.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132155700.1500.550.3976.2437.7844.12
Hex849B46F037274c262c
Octal20423310617067471144654
Binary10000100100110111000110111101101111001111001100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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