#838A4B

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

Shades of Wasabi #838A4B

Tints of Wasabi #838A4B

Color information

#838A4B (or 0x838A4B) is unknown color: approx Wasabi. HEX triplet: 83, 8A and 4B. RGB value is (131,138,75). Sum of RGB (Red+Green+Blue) = 131+138+75=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 138 - color contains mainly: green. Hex color #838A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838A4B is #7C75B4. Grayscale: #808080. Windows color (decimal): -8156597 or 4950659. OLE color: 4950659.

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

Color convert

RGB13113875-
CMYK0.0500.460.46
HSL66.67º29.58%41.76%-
HSV(B)66.67º45.65%54.12%-
XYZ19.7223.5110.16-
YUV128.7297.68129.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.08%
GREEN value IS 138 (54.30% from 255) = 40.12%
BLUE value IS 75 (29.69% from 255) = 21.80%
R=38.08%
G=40.12%
B=21.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131138750.0500.460.4666.6729.5841.76
Hex838A4B502E2E431e2a
Octal2032121135056561033652
Binary100000111000101010010111010101110101110100001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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