Html Css Color HEX #83954D Wasabi

📋 copy color: '#83954D'

red 131 ◦ green 149 ◦ blue 77

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

Shades of Wasabi #83954D

Tints of Wasabi #83954D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.74%

 BLUE value IS 77 (30.47% from 255) = 21.57%

R = 36.69%
G = 41.74%
B = 21.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#83954D (or 0x83954D) is known color: Wasabi. HEX triplet: 83, 95 and 4D. RGB value is (131,149,77). Sum of RGB (Red+Green+Blue) = 131+149+77=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #83954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83954D is #7C6AB2. Grayscale: #878787. Windows color (decimal): -8153779 or 5084547. OLE color: 5084547.

HSL color Cylindrical-coordinate representation of color #83954D: hue angle of 75º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83954D is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 149 77 -
CMYK 0.12 0 0.48 0.42
HSL 75º 0.32% 0.44% -
HSV(B) 75º 0.48% 0.58% -
XYZ 21.45 26.86 11.07 -
YUV 135.41 95.04 124.85 -
System Red Green Blue C M Y K H S L
Decimal 131 149 77 0.12 0 0.48 0.42 75 0.32 0.44
Hex 83 95 4D C 0 30 2A 4B 20 2C
Octal 203 225 115 14 0 60 52 113 40 54
Binary 10000011 10010101 1001101 1100 0 110000 101010 1001011 100000 101100

Color Harmonies of #83954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83954D

Black with #83954D

Text Example


Text Example

White with #83954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83954D; }

 p { color: rgb(131,149,77); }

 H1.HeaderClassName
 {
   color: #83954D;
 }
 .AnyTagClassName
 {
   color: #83954D;
 }
</style>

background-color css

<style>
 a { background-color: #83954D; }

 a { background-color: rgb(131,149,77); }

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

border-color css

<style>
 span { border-color: #83954D; }

 span { border-color: rgb(131,149,77); }

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