#838C4B

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

Shades of Wasabi #838C4B

Tints of Wasabi #838C4B

Color information

#838C4B (or 0x838C4B) is unknown color: approx Wasabi. HEX triplet: 83, 8C and 4B. RGB value is (131,140,75). Sum of RGB (Red+Green+Blue) = 131+140+75=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 140 - color contains mainly: green. Hex color #838C4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838C4B is #7C73B4. Grayscale: #828282. Windows color (decimal): -8156085 or 4951171. OLE color: 4951171.

HSL color Cylindrical-coordinate representation of color #838C4B: hue angle of 68.31º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #838C4B is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB13114075-
CMYK0.0600.460.45
HSL68.31º30.23%42.16%-
HSV(B)68.31º46.43%54.9%-
XYZ20.0124.0910.25-
YUV129.997.02128.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 140 (55.08% from 255) = 40.46%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=37.86%
G=40.46%
B=21.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131140750.0600.460.4568.3130.2342.16
Hex838C4B602E2D441e2a
Octal2032141136056551043652
Binary100000111000110010010111100101110101101100010011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838C4B; }

 p { color: rgb(131,140,75); }

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

<style>
 a { background-color: #838C4B; }

 a { background-color: rgb(131,140,75); }

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

<style>
 span { border-color: #838C4B; }

 span { border-color: rgb(131,140,75); }

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