Html Css Color HEX #838C40 Wasabi

📋 copy color: '#838C40'

red 131 ◦ green 140 ◦ blue 64

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

Shades of Wasabi #838C40

Tints of Wasabi #838C40

RGB

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

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

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

R = 39.1%
G = 41.79%
B = 19.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#838C40 (or 0x838C40) is known color: Wasabi. HEX triplet: 83, 8C and 40. RGB value is (131,140,64). Sum of RGB (Red+Green+Blue) = 131+140+64=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 140 - color contains mainly: green. Hex color #838C40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838C40 is #7C73BF. Grayscale: #808080. Windows color (decimal): -8156096 or 4230275. OLE color: 4230275.

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

Color convert

RGB 131 140 64 -
CMYK 0.06 0 0.54 0.45
HSL 67.11º 0.37% 0.4% -
HSV(B) 67.11º 0.54% 0.55% -
XYZ 19.66 23.95 8.44 -
YUV 128.65 91.52 129.68 -
System Red Green Blue C M Y K H S L
Decimal 131 140 64 0.06 0 0.54 0.45 67.11 0.37 0.4
Hex 83 8C 40 6 0 36 2D 43 25 28
Octal 203 214 100 6 0 66 55 103 45 50
Binary 10000011 10001100 1000000 110 0 110110 101101 1000011 100101 101000

Color Harmonies of #838C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838C40

Black with #838C40

Text Example


Text Example

White with #838C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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