Html Css Color HEX #838940 Wasabi

📋 copy color: '#838940'

red 131 ◦ green 137 ◦ blue 64

#838940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #838940

Tints of Wasabi #838940

RGB

 RED value IS 131 (51.56% from 255) = 39.46%

 GREEN value IS 137 (53.91% from 255) = 41.27%

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 39.46%
G = 41.27%
B = 19.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#838940 (or 0x838940) is known color: Wasabi. HEX triplet: 83, 89 and 40. RGB value is (131,137,64). Sum of RGB (Red+Green+Blue) = 131+137+64=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #838940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838940 is #7C76BF. Grayscale: #7F7F7F. Windows color (decimal): -8156864 or 4229507. OLE color: 4229507.

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

Color convert

RGB 131 137 64 -
CMYK 0.04 0 0.53 0.46
HSL 64.93º 0.36% 0.39% -
HSV(B) 64.93º 0.53% 0.54% -
XYZ 19.23 23.09 8.29 -
YUV 126.88 92.51 130.94 -
System Red Green Blue C M Y K H S L
Decimal 131 137 64 0.04 0 0.53 0.46 64.93 0.36 0.39
Hex 83 89 40 4 0 35 2E 41 24 27
Octal 203 211 100 4 0 65 56 101 44 47
Binary 10000011 10001001 1000000 100 0 110101 101110 1000001 100100 100111

Color Harmonies of #838940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838940

Black with #838940

Text Example


Text Example

White with #838940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838940; }

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

 H1.HeaderClassName
 {
   color: #838940;
 }
 .AnyTagClassName
 {
   color: #838940;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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