Html Css Color HEX #838D3E Wasabi

📋 copy color: '#838D3E'

red 131 ◦ green 141 ◦ blue 62

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

Shades of Wasabi #838D3E

Tints of Wasabi #838D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.56%

R = 39.22%
G = 42.22%
B = 18.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#838D3E (or 0x838D3E) is known color: Wasabi. HEX triplet: 83, 8D and 3E. RGB value is (131,141,62). Sum of RGB (Red+Green+Blue) = 131+141+62=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #838D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838D3E is #7C72C1. Grayscale: #818181. Windows color (decimal): -8155842 or 4099459. OLE color: 4099459.

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

Color convert

RGB 131 141 62 -
CMYK 0.07 0 0.56 0.45
HSL 67.59º 0.39% 0.4% -
HSV(B) 67.59º 0.56% 0.55% -
XYZ 19.75 24.22 8.19 -
YUV 129 90.19 129.42 -
System Red Green Blue C M Y K H S L
Decimal 131 141 62 0.07 0 0.56 0.45 67.59 0.39 0.4
Hex 83 8D 3E 7 0 38 2D 44 27 28
Octal 203 215 76 7 0 70 55 104 47 50
Binary 10000011 10001101 111110 111 0 111000 101101 1000100 100111 101000

Color Harmonies of #838D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D3E

Black with #838D3E

Text Example


Text Example

White with #838D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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