Html Css Color HEX #838A32 Wasabi

📋 copy color: '#838A32'

red 131 ◦ green 138 ◦ blue 50

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

Shades of Wasabi #838A32

Tints of Wasabi #838A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 41.07%
G = 43.26%
B = 15.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#838A32 (or 0x838A32) is known color: Wasabi. HEX triplet: 83, 8A and 32. RGB value is (131,138,50). Sum of RGB (Red+Green+Blue) = 131+138+50=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 138 - color contains mainly: green. Hex color #838A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838A32 is #7C75CD. Grayscale: #7E7E7E. Windows color (decimal): -8156622 or 3312259. OLE color: 3312259.

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

Color convert

RGB 131 138 50 -
CMYK 0.05 0 0.64 0.46
HSL 64.77º 0.47% 0.37% -
HSV(B) 64.77º 0.64% 0.54% -
XYZ 19.02 23.23 6.5 -
YUV 125.88 85.18 131.66 -
System Red Green Blue C M Y K H S L
Decimal 131 138 50 0.05 0 0.64 0.46 64.77 0.47 0.37
Hex 83 8A 32 5 0 40 2E 41 2F 25
Octal 203 212 62 5 0 100 56 101 57 45
Binary 10000011 10001010 110010 101 0 1000000 101110 1000001 101111 100101

Color Harmonies of #838A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838A32

Black with #838A32

Text Example


Text Example

White with #838A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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