#838A4E

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

Shades of Wasabi #838A4E

Tints of Wasabi #838A4E

Color information

#838A4E (or 0x838A4E) is unknown color: approx Wasabi. HEX triplet: 83, 8A and 4E. RGB value is (131,138,78). Sum of RGB (Red+Green+Blue) = 131+138+78=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 138 - color contains mainly: green. Hex color #838A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A4E is #7C75B1. Grayscale: #818181. Windows color (decimal): -8156594 or 5147267. OLE color: 5147267.

HSL color Cylindrical-coordinate representation of color #838A4E: hue angle of 67º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #838A4E is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB13113878-
CMYK0.0500.430.46
HSL67º27.78%42.35%-
HSV(B)67º43.48%54.12%-
XYZ19.8223.5510.71-
YUV129.0799.18129.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.75%
GREEN value IS 138 (54.30% from 255) = 39.77%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=37.75%
G=39.77%
B=22.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131138780.0500.430.466727.7842.35
Hex838A4E502B2E431c2a
Octal2032121165053561033452
Binary100000111000101010011101010101011101110100001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,138,78); }

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

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

 a { background-color: rgb(131,138,78); }

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

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

 span { border-color: rgb(131,138,78); }

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