Html Css Color HEX #838D31 Wasabi

📋 copy color: '#838D31'

red 131 ◦ green 141 ◦ blue 49

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

Shades of Wasabi #838D31

Tints of Wasabi #838D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 40.81%
G = 43.93%
B = 15.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#838D31 (or 0x838D31) is known color: Wasabi. HEX triplet: 83, 8D and 31. RGB value is (131,141,49). Sum of RGB (Red+Green+Blue) = 131+141+49=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 141 - color contains mainly: green. Hex color #838D31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838D31 is #7C72CE. Grayscale: #7F7F7F. Windows color (decimal): -8155855 or 3247491. OLE color: 3247491.

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

Color convert

RGB 131 141 49 -
CMYK 0.07 0 0.65 0.45
HSL 66.52º 0.48% 0.37% -
HSV(B) 66.52º 0.65% 0.55% -
XYZ 19.44 24.1 6.53 -
YUV 127.52 83.69 130.48 -
System Red Green Blue C M Y K H S L
Decimal 131 141 49 0.07 0 0.65 0.45 66.52 0.48 0.37
Hex 83 8D 31 7 0 41 2D 43 30 25
Octal 203 215 61 7 0 101 55 103 60 45
Binary 10000011 10001101 110001 111 0 1000001 101101 1000011 110000 100101

Color Harmonies of #838D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D31

Black with #838D31

Text Example


Text Example

White with #838D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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