#83923B

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

Shades of Wasabi #83923B

Tints of Wasabi #83923B

Color information

#83923B (or 0x83923B) is unknown color: approx Wasabi. HEX triplet: 83, 92 and 3B. RGB value is (131,146,59). Sum of RGB (Red+Green+Blue) = 131+146+59=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #83923B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83923B is #7C6DC4. Grayscale: #838383. Windows color (decimal): -8154565 or 3904131. OLE color: 3904131.

HSL color Cylindrical-coordinate representation of color #83923B: hue angle of 70.34º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83923B is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB13114659-
CMYK0.1000.600.43
HSL70.34º42.44%40.2%-
HSV(B)70.34º59.59%57.25%-
XYZ20.4325.78.02-
YUV131.687.03127.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 146 (57.42% from 255) = 43.45%
BLUE value IS 59 (23.44% from 255) = 17.56%
R=38.99%
G=43.45%
B=17.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131146590.1000.600.4370.3442.4440.2
Hex83923BA03C2B462a28
Octal2032227312074531065250
Binary1000001110010010111011101001111001010111000110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83923B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83923B; }

 p { color: rgb(131,146,59); }

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

<style>
 a { background-color: #83923B; }

 a { background-color: rgb(131,146,59); }

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

<style>
 span { border-color: #83923B; }

 span { border-color: rgb(131,146,59); }

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