Html Css Color HEX #83944C Wasabi

📋 copy color: '#83944C'

red 131 ◦ green 148 ◦ blue 76

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

Shades of Wasabi #83944C

Tints of Wasabi #83944C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.69%

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

R = 36.9%
G = 41.69%
B = 21.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#83944C (or 0x83944C) is known color: Wasabi. HEX triplet: 83, 94 and 4C. RGB value is (131,148,76). Sum of RGB (Red+Green+Blue) = 131+148+76=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #83944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83944C is #7C6BB3. Grayscale: #868686. Windows color (decimal): -8154036 or 5018755. OLE color: 5018755.

HSL color Cylindrical-coordinate representation of color #83944C: hue angle of 74.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83944C is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 148 76 -
CMYK 0.11 0 0.49 0.42
HSL 74.17º 0.32% 0.44% -
HSV(B) 74.17º 0.49% 0.58% -
XYZ 21.25 26.53 10.84 -
YUV 134.71 94.87 125.35 -
System Red Green Blue C M Y K H S L
Decimal 131 148 76 0.11 0 0.49 0.42 74.17 0.32 0.44
Hex 83 94 4C B 0 31 2A 4A 20 2C
Octal 203 224 114 13 0 61 52 112 40 54
Binary 10000011 10010100 1001100 1011 0 110001 101010 1001010 100000 101100

Color Harmonies of #83944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83944C

Black with #83944C

Text Example


Text Example

White with #83944C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83944C; }

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

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

background-color css

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

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

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

border-color css

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

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

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