Html Css Color HEX #83963A Wasabi

📋 copy color: '#83963A'

red 131 ◦ green 150 ◦ blue 58

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

Shades of Wasabi #83963A

Tints of Wasabi #83963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.25%

 BLUE value IS 58 (23.05% from 255) = 17.11%

R = 38.64%
G = 44.25%
B = 17.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#83963A (or 0x83963A) is known color: Wasabi. HEX triplet: 83, 96 and 3A. RGB value is (131,150,58). Sum of RGB (Red+Green+Blue) = 131+150+58=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #83963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83963A is #7C69C5. Grayscale: #868686. Windows color (decimal): -8153542 or 3839619. OLE color: 3839619.

HSL color Cylindrical-coordinate representation of color #83963A: hue angle of 72.39º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83963A is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 150 58 -
CMYK 0.13 0 0.61 0.41
HSL 72.39º 0.44% 0.41% -
HSV(B) 72.39º 0.61% 0.59% -
XYZ 21.03 26.94 8.1 -
YUV 133.83 85.21 125.98 -
System Red Green Blue C M Y K H S L
Decimal 131 150 58 0.13 0 0.61 0.41 72.39 0.44 0.41
Hex 83 96 3A D 0 3D 29 48 2C 29
Octal 203 226 72 15 0 75 51 110 54 51
Binary 10000011 10010110 111010 1101 0 111101 101001 1001000 101100 101001

Color Harmonies of #83963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83963A

Black with #83963A

Text Example


Text Example

White with #83963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83963A; }

 p { color: rgb(131,150,58); }

 H1.HeaderClassName
 {
   color: #83963A;
 }
 .AnyTagClassName
 {
   color: #83963A;
 }
</style>

background-color css

<style>
 a { background-color: #83963A; }

 a { background-color: rgb(131,150,58); }

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

border-color css

<style>
 span { border-color: #83963A; }

 span { border-color: rgb(131,150,58); }

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