#848B41

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

Shades of Wasabi #848B41

Tints of Wasabi #848B41

Color information

#848B41 (or 0x848B41) is unknown color: approx Wasabi. HEX triplet: 84, 8B and 41. RGB value is (132,139,65). Sum of RGB (Red+Green+Blue) = 132+139+65=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #848B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848B41 is #7B74BE. Grayscale: #808080. Windows color (decimal): -8090815 or 4295556. OLE color: 4295556.

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

Color convert

RGB13213965-
CMYK0.0500.530.45
HSL65.68º36.27%40%-
HSV(B)65.68º53.24%54.51%-
XYZ19.723.758.55-
YUV128.4792.18130.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 139 (54.69% from 255) = 41.37%
BLUE value IS 65 (25.78% from 255) = 19.35%
R=39.29%
G=41.37%
B=19.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132139650.0500.530.4565.6836.2740
Hex848B4150352D422428
Octal2042131015065551024450
Binary1000010010001011100000110101101011011011000010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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