Html Css Color HEX #83944F Wasabi

📋 copy color: '#83944F'

red 131 ◦ green 148 ◦ blue 79

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

Shades of Wasabi #83944F

Tints of Wasabi #83944F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.34%

 BLUE value IS 79 (31.25% from 255) = 22.07%

R = 36.59%
G = 41.34%
B = 22.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#83944F (or 0x83944F) is known color: Wasabi. HEX triplet: 83, 94 and 4F. RGB value is (131,148,79). Sum of RGB (Red+Green+Blue) = 131+148+79=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #83944F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83944F is #7C6BB0. Grayscale: #878787. Windows color (decimal): -8154033 or 5215363. OLE color: 5215363.

HSL color Cylindrical-coordinate representation of color #83944F: hue angle of 74.78º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83944F is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 148 79 -
CMYK 0.11 0 0.47 0.42
HSL 74.78º 0.3% 0.45% -
HSV(B) 74.78º 0.47% 0.58% -
XYZ 21.36 26.57 11.4 -
YUV 135.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 131 148 79 0.11 0 0.47 0.42 74.78 0.3 0.45
Hex 83 94 4F B 0 2F 2A 4B 1E 2D
Octal 203 224 117 13 0 57 52 113 36 55
Binary 10000011 10010100 1001111 1011 0 101111 101010 1001011 11110 101101

Color Harmonies of #83944F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83944F

Black with #83944F

Text Example


Text Example

White with #83944F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83944F; }

 p { color: rgb(131,148,79); }

 H1.HeaderClassName
 {
   color: #83944F;
 }
 .AnyTagClassName
 {
   color: #83944F;
 }
</style>

background-color css

<style>
 a { background-color: #83944F; }

 a { background-color: rgb(131,148,79); }

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

border-color css

<style>
 span { border-color: #83944F; }

 span { border-color: rgb(131,148,79); }

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