Html Css Color HEX #838935 Wasabi

📋 copy color: '#838935'

red 131 ◦ green 137 ◦ blue 53

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

Shades of Wasabi #838935

Tints of Wasabi #838935

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.68%

 BLUE value IS 53 (21.09% from 255) = 16.51%

R = 40.81%
G = 42.68%
B = 16.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#838935 (or 0x838935) is known color: Wasabi. HEX triplet: 83, 89 and 35. RGB value is (131,137,53). Sum of RGB (Red+Green+Blue) = 131+137+53=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #838935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838935 is #7C76CA. Grayscale: #7D7D7D. Windows color (decimal): -8156875 or 3508611. OLE color: 3508611.

HSL color Cylindrical-coordinate representation of color #838935: hue angle of 64.29º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #838935 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 137 53 -
CMYK 0.04 0 0.61 0.46
HSL 64.29º 0.44% 0.37% -
HSV(B) 64.29º 0.61% 0.54% -
XYZ 18.95 22.97 6.8 -
YUV 125.63 87.01 131.83 -
System Red Green Blue C M Y K H S L
Decimal 131 137 53 0.04 0 0.61 0.46 64.29 0.44 0.37
Hex 83 89 35 4 0 3D 2E 40 2C 25
Octal 203 211 65 4 0 75 56 100 54 45
Binary 10000011 10001001 110101 100 0 111101 101110 1000000 101100 100101

Color Harmonies of #838935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838935

Black with #838935

Text Example


Text Example

White with #838935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838935; }

 p { color: rgb(131,137,53); }

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

background-color css

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

 a { background-color: rgb(131,137,53); }

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

border-color css

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

 span { border-color: rgb(131,137,53); }

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