Html Css Color HEX #838B3D Wasabi

📋 copy color: '#838B3D'

red 131 ◦ green 139 ◦ blue 61

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

Shades of Wasabi #838B3D

Tints of Wasabi #838B3D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.99%

 BLUE value IS 61 (24.22% from 255) = 18.43%

R = 39.58%
G = 41.99%
B = 18.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#838B3D (or 0x838B3D) is known color: Wasabi. HEX triplet: 83, 8B and 3D. RGB value is (131,139,61). Sum of RGB (Red+Green+Blue) = 131+139+61=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #838B3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838B3D is #7C74C2. Grayscale: #808080. Windows color (decimal): -8156355 or 4033411. OLE color: 4033411.

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

Color convert

RGB 131 139 61 -
CMYK 0.06 0 0.56 0.45
HSL 66.15º 0.39% 0.39% -
HSV(B) 66.15º 0.56% 0.55% -
XYZ 19.44 23.63 7.95 -
YUV 127.72 90.35 130.34 -
System Red Green Blue C M Y K H S L
Decimal 131 139 61 0.06 0 0.56 0.45 66.15 0.39 0.39
Hex 83 8B 3D 6 0 38 2D 42 27 27
Octal 203 213 75 6 0 70 55 102 47 47
Binary 10000011 10001011 111101 110 0 111000 101101 1000010 100111 100111

Color Harmonies of #838B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838B3D

Black with #838B3D

Text Example


Text Example

White with #838B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,139,61); }

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

background-color css

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

 a { background-color: rgb(131,139,61); }

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

border-color css

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

 span { border-color: rgb(131,139,61); }

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