#848B4A

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

Shades of Wasabi #848B4A

Tints of Wasabi #848B4A

Color information

#848B4A (or 0x848B4A) is unknown color: approx Wasabi. HEX triplet: 84, 8B and 4A. RGB value is (132,139,74). Sum of RGB (Red+Green+Blue) = 132+139+74=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #848B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848B4A is #7B74B5. Grayscale: #818181. Windows color (decimal): -8090806 or 4885380. OLE color: 4885380.

HSL color Cylindrical-coordinate representation of color #848B4A: hue angle of 66.46º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #848B4A is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB13213974-
CMYK0.0500.470.45
HSL66.46º30.52%41.76%-
HSV(B)66.46º46.76%54.51%-
XYZ19.9823.8710.03-
YUV129.596.68129.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 139 (54.69% from 255) = 40.29%
BLUE value IS 74 (29.30% from 255) = 21.45%
R=38.26%
G=40.29%
B=21.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132139740.0500.470.4566.4630.5241.76
Hex848B4A502F2D421f2a
Octal2042131125057551023752
Binary100001001000101110010101010101111101101100001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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