#848B32

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

Shades of Wasabi #848B32

Tints of Wasabi #848B32

Color information

#848B32 (or 0x848B32) is unknown color: approx Wasabi. HEX triplet: 84, 8B and 32. RGB value is (132,139,50). Sum of RGB (Red+Green+Blue) = 132+139+50=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #848B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848B32 is #7B74CD. Grayscale: #7F7F7F. Windows color (decimal): -8090830 or 3312516. OLE color: 3312516.

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

Color convert

RGB13213950-
CMYK0.0500.640.45
HSL64.72º47.09%37.06%-
HSV(B)64.72º64.03%54.51%-
XYZ19.3223.66.55-
YUV126.7684.68131.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.12%
GREEN value IS 139 (54.69% from 255) = 43.30%
BLUE value IS 50 (19.92% from 255) = 15.58%
R=41.12%
G=43.30%
B=15.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132139500.0500.640.4564.7247.0937.06
Hex848B3250402D412f25
Octal2042136250100551015745
Binary1000010010001011110010101010000001011011000001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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