#83994A

Color #83994A Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #83994A

Tints of Wasabi #83994A

Color information

#83994A (or 0x83994A) is unknown color: approx Wasabi. HEX triplet: 83, 99 and 4A. RGB value is (131,153,74). Sum of RGB (Red+Green+Blue) = 131+153+74=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #83994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83994A is #7C66B5. Grayscale: #898989. Windows color (decimal): -8152758 or 4888963. OLE color: 4888963.

HSL color Cylindrical-coordinate representation of color #83994A: hue angle of 76.71º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83994A is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB13115374-
CMYK0.1400.520.4
HSL76.71º34.8%44.51%-
HSV(B)76.71º51.63%60%-
XYZ21.9928.110.74-
YUV137.4292.21123.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.59%
GREEN value IS 153 (60.16% from 255) = 42.74%
BLUE value IS 74 (29.30% from 255) = 20.67%
R=36.59%
G=42.74%
B=20.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal131153740.1400.520.476.7134.844.51
Hex83994AE034284d232d
Octal20323111216064501154355
Binary10000011100110011001010111001101001010001001101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,153,74); }

 H1.HeaderClassName
 {
   color: #83994A;
 }
 .AnyTagClassName
 {
   color: #83994A;
 }
</style>
background-color css

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

 a { background-color: rgb(131,153,74); }

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

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

 span { border-color: rgb(131,153,74); }

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