Html Css Color HEX #838C4C Wasabi

📋 copy color: '#838C4C'

red 131 ◦ green 140 ◦ blue 76

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

Shades of Wasabi #838C4C

Tints of Wasabi #838C4C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.35%

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 37.75%
G = 40.35%
B = 21.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#838C4C (or 0x838C4C) is known color: Wasabi. HEX triplet: 83, 8C and 4C. RGB value is (131,140,76). Sum of RGB (Red+Green+Blue) = 131+140+76=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 140 - color contains mainly: green. Hex color #838C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838C4C is #7C73B3. Grayscale: #828282. Windows color (decimal): -8156084 or 5016707. OLE color: 5016707.

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

Color convert

RGB 131 140 76 -
CMYK 0.06 0 0.46 0.45
HSL 68.44º 0.3% 0.42% -
HSV(B) 68.44º 0.46% 0.55% -
XYZ 20.04 24.1 10.43 -
YUV 130.01 97.52 128.7 -
System Red Green Blue C M Y K H S L
Decimal 131 140 76 0.06 0 0.46 0.45 68.44 0.3 0.42
Hex 83 8C 4C 6 0 2E 2D 44 1E 2A
Octal 203 214 114 6 0 56 55 104 36 52
Binary 10000011 10001100 1001100 110 0 101110 101101 1000100 11110 101010

Color Harmonies of #838C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838C4C

Black with #838C4C

Text Example


Text Example

White with #838C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,140,76); }

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

background-color css

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

 a { background-color: rgb(131,140,76); }

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

border-color css

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

 span { border-color: rgb(131,140,76); }

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