Html Css Color HEX #838D3A Wasabi

📋 copy color: '#838D3A'

red 131 ◦ green 141 ◦ blue 58

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

Shades of Wasabi #838D3A

Tints of Wasabi #838D3A

RGB

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

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

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

R = 39.7%
G = 42.73%
B = 17.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#838D3A (or 0x838D3A) is known color: Wasabi. HEX triplet: 83, 8D and 3A. RGB value is (131,141,58). Sum of RGB (Red+Green+Blue) = 131+141+58=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 141 - color contains mainly: green. Hex color #838D3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838D3A is #7C72C5. Grayscale: #808080. Windows color (decimal): -8155846 or 3837315. OLE color: 3837315.

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

Color convert

RGB 131 141 58 -
CMYK 0.07 0 0.59 0.45
HSL 67.23º 0.42% 0.39% -
HSV(B) 67.23º 0.59% 0.55% -
XYZ 19.65 24.18 7.63 -
YUV 128.55 88.19 129.75 -
System Red Green Blue C M Y K H S L
Decimal 131 141 58 0.07 0 0.59 0.45 67.23 0.42 0.39
Hex 83 8D 3A 7 0 3B 2D 43 2A 27
Octal 203 215 72 7 0 73 55 103 52 47
Binary 10000011 10001101 111010 111 0 111011 101101 1000011 101010 100111

Color Harmonies of #838D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D3A

Black with #838D3A

Text Example


Text Example

White with #838D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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