Html Css Color HEX #838B3A Wasabi

📋 copy color: '#838B3A'

red 131 ◦ green 139 ◦ blue 58

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

Shades of Wasabi #838B3A

Tints of Wasabi #838B3A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.38%

 BLUE value IS 58 (23.05% from 255) = 17.68%

R = 39.94%
G = 42.38%
B = 17.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#838B3A (or 0x838B3A) is known color: Wasabi. HEX triplet: 83, 8B and 3A. RGB value is (131,139,58). Sum of RGB (Red+Green+Blue) = 131+139+58=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 139 - color contains mainly: green. Hex color #838B3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838B3A is #7C74C5. Grayscale: #7F7F7F. Windows color (decimal): -8156358 or 3836803. OLE color: 3836803.

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

Color convert

RGB 131 139 58 -
CMYK 0.06 0 0.58 0.45
HSL 65.93º 0.41% 0.39% -
HSV(B) 65.93º 0.58% 0.55% -
XYZ 19.36 23.6 7.54 -
YUV 127.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 131 139 58 0.06 0 0.58 0.45 65.93 0.41 0.39
Hex 83 8B 3A 6 0 3A 2D 42 29 27
Octal 203 213 72 6 0 72 55 102 51 47
Binary 10000011 10001011 111010 110 0 111010 101101 1000010 101001 100111

Color Harmonies of #838B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838B3A

Black with #838B3A

Text Example


Text Example

White with #838B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,139,58); }

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

background-color css

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

 a { background-color: rgb(131,139,58); }

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

border-color css

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

 span { border-color: rgb(131,139,58); }

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