#848B50

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

Shades of Wasabi #848B50

Tints of Wasabi #848B50

Color information

#848B50 (or 0x848B50) is unknown color: approx Wasabi. HEX triplet: 84, 8B and 50. RGB value is (132,139,80). Sum of RGB (Red+Green+Blue) = 132+139+80=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 139 - color contains mainly: green. Hex color #848B50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848B50 is #7B74AF. Grayscale: #828282. Windows color (decimal): -8090800 or 5278596. OLE color: 5278596.

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

Color convert

RGB13213980-
CMYK0.0500.420.45
HSL67.12º26.94%42.94%-
HSV(B)67.12º42.45%54.51%-
XYZ20.223.9511.15-
YUV130.1899.68129.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.61%
GREEN value IS 139 (54.69% from 255) = 39.60%
BLUE value IS 80 (31.64% from 255) = 22.79%
R=37.61%
G=39.60%
B=22.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132139800.0500.420.4567.1226.9442.94
Hex848B50502A2D431b2b
Octal2042131205052551033353
Binary100001001000101110100001010101010101101100001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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