#838938

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

Shades of Wasabi #838938

Tints of Wasabi #838938

Color information

#838938 (or 0x838938) is unknown color: approx Wasabi. HEX triplet: 83, 89 and 38. RGB value is (131,137,56). Sum of RGB (Red+Green+Blue) = 131+137+56=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #838938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838938 is #7C76C7. Grayscale: #7E7E7E. Windows color (decimal): -8156872 or 3705219. OLE color: 3705219.

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

Color convert

RGB13113756-
CMYK0.0400.590.46
HSL64.44º41.97%37.84%-
HSV(B)64.44º59.12%53.73%-
XYZ19.02237.18-
YUV125.9788.51131.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.43%
GREEN value IS 137 (53.91% from 255) = 42.28%
BLUE value IS 56 (22.27% from 255) = 17.28%
R=40.43%
G=42.28%
B=17.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131137560.0400.590.4664.4441.9737.84
Hex838938403B2E402a26
Octal203211704073561005246
Binary100000111000100111100010001110111011101000000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838938; }

 p { color: rgb(131,137,56); }

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

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

 a { background-color: rgb(131,137,56); }

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

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

 span { border-color: rgb(131,137,56); }

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