#849B4A

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

Shades of Wasabi #849B4A

Tints of Wasabi #849B4A

Color information

#849B4A (or 0x849B4A) is unknown color: approx Wasabi. HEX triplet: 84, 9B and 4A. RGB value is (132,155,74). Sum of RGB (Red+Green+Blue) = 132+155+74=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #849B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849B4A is #7B64B5. Grayscale: #8B8B8B. Windows color (decimal): -8086710 or 4889476. OLE color: 4889476.

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

Color convert

RGB13215574-
CMYK0.1500.520.39
HSL77.04º35.37%44.9%-
HSV(B)77.04º52.26%60.78%-
XYZ22.4728.8410.86-
YUV138.8991.38123.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 155 (60.94% from 255) = 42.94%
BLUE value IS 74 (29.30% from 255) = 20.50%
R=36.57%
G=42.94%
B=20.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132155740.1500.520.3977.0435.3744.9
Hex849B4AF034274d232d
Octal20423311217064471154355
Binary10000100100110111001010111101101001001111001101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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