Html Css Color HEX #838D4C Wasabi

📋 copy color: '#838D4C'

red 131 ◦ green 141 ◦ blue 76

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

Shades of Wasabi #838D4C

Tints of Wasabi #838D4C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.52%

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

R = 37.64%
G = 40.52%
B = 21.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#838D4C (or 0x838D4C) is known color: Wasabi. HEX triplet: 83, 8D and 4C. RGB value is (131,141,76). Sum of RGB (Red+Green+Blue) = 131+141+76=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 141 - color contains mainly: green. Hex color #838D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838D4C is #7C72B3. Grayscale: #828282. Windows color (decimal): -8155828 or 5016963. OLE color: 5016963.

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

Color convert

RGB 131 141 76 -
CMYK 0.07 0 0.46 0.45
HSL 69.23º 0.3% 0.43% -
HSV(B) 69.23º 0.46% 0.55% -
XYZ 20.19 24.4 10.48 -
YUV 130.6 97.19 128.29 -
System Red Green Blue C M Y K H S L
Decimal 131 141 76 0.07 0 0.46 0.45 69.23 0.3 0.43
Hex 83 8D 4C 7 0 2E 2D 45 1E 2B
Octal 203 215 114 7 0 56 55 105 36 53
Binary 10000011 10001101 1001100 111 0 101110 101101 1000101 11110 101011

Color Harmonies of #838D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D4C

Black with #838D4C

Text Example


Text Example

White with #838D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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