Html Css Color HEX #838A4B Wasabi

📋 copy color: '#838A4B'

red 131 ◦ green 138 ◦ blue 75

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

Shades of Wasabi #838A4B

Tints of Wasabi #838A4B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.12%

 BLUE value IS 75 (29.69% from 255) = 21.8%

R = 38.08%
G = 40.12%
B = 21.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#838A4B (or 0x838A4B) is known color: Wasabi. HEX triplet: 83, 8A and 4B. RGB value is (131,138,75). Sum of RGB (Red+Green+Blue) = 131+138+75=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 138 - color contains mainly: green. Hex color #838A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838A4B is #7C75B4. Grayscale: #808080. Windows color (decimal): -8156597 or 4950659. OLE color: 4950659.

HSL color Cylindrical-coordinate representation of color #838A4B: hue angle of 66.67º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #838A4B is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 138 75 -
CMYK 0.05 0 0.46 0.46
HSL 66.67º 0.3% 0.42% -
HSV(B) 66.67º 0.46% 0.54% -
XYZ 19.72 23.51 10.16 -
YUV 128.73 97.68 129.62 -
System Red Green Blue C M Y K H S L
Decimal 131 138 75 0.05 0 0.46 0.46 66.67 0.3 0.42
Hex 83 8A 4B 5 0 2E 2E 43 1E 2A
Octal 203 212 113 5 0 56 56 103 36 52
Binary 10000011 10001010 1001011 101 0 101110 101110 1000011 11110 101010

Color Harmonies of #838A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838A4B

Black with #838A4B

Text Example


Text Example

White with #838A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,138,75); }

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

background-color css

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

 a { background-color: rgb(131,138,75); }

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

border-color css

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

 span { border-color: rgb(131,138,75); }

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